commit da433cfc7c2ac7b195f6440010fcd2b820fd22f09c70dcd5b81a953dbc9952cf Author: Takashi Iwai Date: Wed Nov 15 07:11:33 2023 +0000 Accepting request 1126509 from home:bmwiedemann New package I am the upstream developer of this simple application. OBS-URL: https://build.opensuse.org/request/show/1126509 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audioclock?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..812be45 --- /dev/null +++ b/_service @@ -0,0 +1,23 @@ + + + https://github.com/bmwiedemann/audioclock + audioclock + d399fee1c9e31d8200bdbdd94c54845b37513f1b + v* + @PARENT_TAG@+@TAG_OFFSET@ + v(.*)(-[0-9]*)? + \1 + git + enable + + + *audioclock-*.obscpio + audioclock-*/audioclock.spec + + + + + gz + *.tar + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..92b5a7f --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/bmwiedemann/audioclock + d399fee1c9e31d8200bdbdd94c54845b37513f1b \ No newline at end of file diff --git a/audioclock-1.2+0.obscpio b/audioclock-1.2+0.obscpio new file mode 100644 index 0000000..d3ec077 --- /dev/null +++ b/audioclock-1.2+0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60209e9b1c087376a75bc42ed9c6b80c73b4d53380fd7ecb4da6a17425e855e +size 5689357 diff --git a/audioclock.changes b/audioclock.changes new file mode 100644 index 0000000..7b68775 --- /dev/null +++ b/audioclock.changes @@ -0,0 +1,15 @@ +------------------------------------------------------------------- +Tue Nov 14 08:43:14 UTC 2023 - bwiedemann@suse.de + +- Update to version 1.2: + * Handle signals + +------------------------------------------------------------------- +Wed Jun 15 21:03:14 UTC 2022 - Bernhard Wiedemann + +- upgrade to 1.1 with cleaner audio samples + +------------------------------------------------------------------- +Wed Jun 15 19:54:47 UTC 2022 - Bernhard Wiedemann + +- Initial package version 1.0 diff --git a/audioclock.obsinfo b/audioclock.obsinfo new file mode 100644 index 0000000..edfc427 --- /dev/null +++ b/audioclock.obsinfo @@ -0,0 +1,4 @@ +name: audioclock +version: 1.2+0 +mtime: 1699875103 +commit: d399fee1c9e31d8200bdbdd94c54845b37513f1b diff --git a/audioclock.spec b/audioclock.spec new file mode 100644 index 0000000..a0b6dd2 --- /dev/null +++ b/audioclock.spec @@ -0,0 +1,47 @@ +# +# spec file for package audioclock +# +# Copyright (c) 2022 Bernhard M. Wiedemann / SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: audioclock +Version: 1.2.1 +Release: 0 +Summary: An audible clock +License: GPL-2.0+ +Url: https://github.com/bmwiedemann/audioclock +Group: Amusements/Toys/Clocks +BuildArch: noarch +Source0: https://github.com/bmwiedemann/audioclock/archive/refs/tags/v%version.tar.gz#/%name-%version.tar.gz +Requires: perl(SDL::Mixer) + +%description +This tool emulates the audio of a mechanical clock. +It shall help to notice the passing of time. + +%prep +%setup + +%build + +%install +make install DESTDIR=%{buildroot}/usr + +%files +%{_bindir}/audioclock +%{_datadir}/%name +%license COPYING README.md + +%changelog