commit 9f6342dd7703a30dda02018d405a237857d5d30f9b9b3624eca5d3ee0dbdc959 Author: Martin Pluskal Date: Fri Feb 17 08:51:00 2023 +0000 Accepting request 1066060 from home:mnhauke Initial package for ft2play OBS-URL: https://build.opensuse.org/request/show/1066060 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2play?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/_service b/_service new file mode 100644 index 0000000..13aacee --- /dev/null +++ b/_service @@ -0,0 +1,14 @@ + + + https://github.com/8bitbubsy/ft2play.git + main + git + enable + 0~git%cd + + + *.tar + xz + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..0ecdc77 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/8bitbubsy/ft2play.git + e2998ff3f3e2b568723d2060176b192115136336 \ No newline at end of file diff --git a/ft2play-0~git20230215.tar.xz b/ft2play-0~git20230215.tar.xz new file mode 100644 index 0000000..d5df484 --- /dev/null +++ b/ft2play-0~git20230215.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aefe5a439f6694262c55d9a7a5363df7cebf4f89f85d3433dd014229a08e953 +size 38096 diff --git a/ft2play.changes b/ft2play.changes new file mode 100644 index 0000000..f551e0c --- /dev/null +++ b/ft2play.changes @@ -0,0 +1,19 @@ +------------------------------------------------------------------- +Wed Feb 15 12:10:19 UTC 2023 - mardnh@gmx.de + +- Update to version 0~git20230215: + * Added CMakeLists.txt by roox +- Drop not longer needed patch: + * 0001-Create-CMakeLists.txt.patch + +------------------------------------------------------------------- +Tue Feb 14 22:10:18 UTC 2023 - Martin Hauke + +- Update to version 0~git20220407 +- Use _service file to generate tarball from git + +------------------------------------------------------------------- +Mon Oct 11 14:01:50 UTC 2021 - Arachnos + +- Initial package with ft2play git20210713.e997a5c + diff --git a/ft2play.spec b/ft2play.spec new file mode 100644 index 0000000..fc20818 --- /dev/null +++ b/ft2play.spec @@ -0,0 +1,50 @@ +# +# spec file for package ft2play +# +# Copyright (c) 2023 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 https://bugs.opensuse.org/ +# + + +Name: ft2play +Version: 0~git20230215 +Release: 0 +Summary: Bit-accurate C port of Fasttracker's XM replayer +License: BSD-3-Clause +Group: Productivity/Multimedia/Sound/Players +URL: https://github.com/8bitbubsy/ft2play +Source: %{name}-%{version}.tar.xz +BuildRequires: cmake >= 3.7 +BuildRequires: pkgconfig +BuildRequires: pkgconfig(sdl2) + +%description +Bit-accurate C port of Fasttracker's XM replayer (SB16/WAV render mode). +This is a direct port of the original asm/Pascal source codes. + +%prep +%setup -q + +%build +%cmake +%cmake_build + +%install +%cmake_install + +%files +%license LICENSE +%doc README.md +%{_bindir}/%{name} + +%changelog