diff --git a/.files b/.files new file mode 100644 index 0000000..2b53956 Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..c5214d4 --- /dev/null +++ b/.meta @@ -0,0 +1,9 @@ + + Bit-accurate C port of Impulse Tracker 2.15's IT replayer + Bit-accurate C port of Impulse Tracker 2.15's IT replayer. +This is a direct port of the original asm source codes. + + + + https://github.com/8bitbubsy/it2play + diff --git a/.rev b/.rev new file mode 100644 index 0000000..908fbab --- /dev/null +++ b/.rev @@ -0,0 +1,10 @@ + + + 82d1f931822adeb4651d09ef30a0d864 + 0~git20230215 + + dimstar_suse + I want to maintain it2play in Factory + 1067019 + + diff --git a/.servicemark b/.servicemark new file mode 100644 index 0000000..9655ff8 --- /dev/null +++ b/.servicemark @@ -0,0 +1 @@ +0057a39ffbee4f0e21a202d7a8dcb89b diff --git a/_service b/_service new file mode 100644 index 0000000..f261d03 --- /dev/null +++ b/_service @@ -0,0 +1,14 @@ + + + https://github.com/8bitbubsy/it2play.git + main + git + enable + 0~git%cd + + + *.tar + xz + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..3bf6cd1 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/8bitbubsy/it2play.git + d4945dec0ba96b0c7aa73d8421566c86e1d9b38a \ No newline at end of file diff --git a/it2play-0~git20230215.tar.xz b/it2play-0~git20230215.tar.xz new file mode 120000 index 0000000..829753f --- /dev/null +++ b/it2play-0~git20230215.tar.xz @@ -0,0 +1 @@ +/ipfs/bafkreifw3kj2wglzahvqjfe5h7p7algyhtcbzbwvsa22np5eikauzs3yyq \ No newline at end of file diff --git a/it2play.changes b/it2play.changes new file mode 100644 index 0000000..ce7ca96 --- /dev/null +++ b/it2play.changes @@ -0,0 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 15 12:13:55 UTC 2023 - Martin Hauke + +- Update to version 0~git20230215: + * Added CMakeLists.txt by roox +- Drop not longer needed patch: + * 0001-Create-CMakeLists.txt.patch + +------------------------------------------------------------------- +Tue Feb 14 22:14:46 UTC 2023 - Martin Hauke + +- Initial package, version 0~git20220826 diff --git a/it2play.spec b/it2play.spec new file mode 100644 index 0000000..ff00786 --- /dev/null +++ b/it2play.spec @@ -0,0 +1,51 @@ +# +# spec file for package it2play +# +# 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: it2play +Version: 0~git20230215 +Release: 0 +Summary: Bit-accurate C port of Impulse Tracker 2.15's IT replayer +License: BSD-3-Clause +Group: Productivity/Multimedia/Sound/Players +URL: https://github.com/8bitbubsy/it2play +Source: %{name}-%{version}.tar.xz +BuildRequires: cmake >= 3.7 +BuildRequires: pkgconfig +BuildRequires: pkgconfig(sdl2) + +%description +Bit-accurate C port of Impulse Tracker 2.15's IT replayer. +This is a direct port of the original asm source codes. + +%prep +%setup -q +sed -i 's/\r$//' README.md + +%build +%cmake +%cmake_build + +%install +%cmake_install + +%files +%license LICENSE +%doc README.md +%{_bindir}/%{name} + +%changelog