forked from pool/libsidplayfp
Accepting request 240887 from home:RedDwarf
Now with the rpmlint warnings "fixed" OBS-URL: https://build.opensuse.org/request/show/240887 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=1
This commit is contained in:
commit
141bdfb40b
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
libsidplayfp-1.4.2.tar.gz
Normal file
3
libsidplayfp-1.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a37e427ff607fc49635cf8d7371e4eb64cbf875bd67a0c28d10497dffb31214f
|
||||
size 637367
|
66
libsidplayfp.changes
Normal file
66
libsidplayfp.changes
Normal file
@ -0,0 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 11 14:54:51 UTC 2014 - reddwarf@opensuse.org
|
||||
|
||||
- Update to 1.4.2
|
||||
* Fix a typo made during merging in VIC II code
|
||||
* Use vector instead of non-standard VLA
|
||||
- Update to 1.4.1
|
||||
* Fix crash when trying to open a directory on *NIX
|
||||
* Various VIC II fixes, makes /MUSICIANS/T/The_Power_Terminator/Act_of_Revenge.sid play at the right speed
|
||||
- Update to 1.4.0
|
||||
* Drive the CIA TOD counter using the actual power line frequency
|
||||
* Cleanup playing routine
|
||||
* Fix residfp's distorted sound on Mahoney's Kapla Caves
|
||||
* Rewrite residfp's interpolation routine using Fritsch-Carlson method to preserve monotonicity
|
||||
* Reduce size of some residfp's structures
|
||||
- Update to 1.3.0
|
||||
* Port some missing VIC-II changes from jsidplay2
|
||||
* Port missing changes from reSID to reSIDfp
|
||||
* Fix a bug in psid driver that broke /DEMOS/G-L/Gott_Och_Blandat.sid
|
||||
* Fix building with --disable-inline
|
||||
* Other minor fixes and improvements
|
||||
- Update to 1.2.2
|
||||
* Extend the waveform TTL to about one second to fix /MUSICIANS/P/PVCF/Thomkat_with_Strange_End.sid
|
||||
* Reduce oversized array in reSIDfp
|
||||
- Update to 1.2.1
|
||||
* Fix a bug in VIC-II that broke DEMOS/S-Z/Still_Got_the_Booze_tune_5.sid
|
||||
* Fix some wrong values printed by the cpu debugger
|
||||
- Update to 1.2.0
|
||||
* Clean up includes with the help of IWYU (http://code.google.com/p/include-what-you-use/)
|
||||
* Improve checks for non-standard functions
|
||||
* Enable use of graphviz for doxygen documentation
|
||||
* Refactor mixer to be more clean and flexible
|
||||
* Improve the clock frequency calculation. Should fix the slightly off PAL-B clock
|
||||
* Fix a memory leak introduced in r1015 (bug #11)
|
||||
* Some internal refactoring
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 28 13:05:23 UTC 2013 - reddwarf@opensuse.org
|
||||
|
||||
- Update to 1.1.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 17 17:29:58 UTC 2013 - reddwarf@opensuse.org
|
||||
|
||||
- Update to 1.0.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 1 23:18:06 UTC 2013 - reddwarf@opensuse.org
|
||||
|
||||
- Update to 1.0.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 17 17:05:00 UTC 2013 - reddwarf@opensuse.org
|
||||
|
||||
- Update to 1.0.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 13 18:10:20 UTC 2013 - reddwarf@opensuse.org
|
||||
|
||||
- Update to 1.0.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 1 09:36:29 UTC 2012 - reddwarf@opensuse.org
|
||||
|
||||
- Initial package
|
||||
|
109
libsidplayfp.spec
Normal file
109
libsidplayfp.spec
Normal file
@ -0,0 +1,109 @@
|
||||
#
|
||||
# spec file for package libsidplayfp
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
%define soname 3
|
||||
%define stilview_soname 0
|
||||
|
||||
Name: libsidplayfp
|
||||
Version: 1.4.2
|
||||
Release: 0
|
||||
Summary: A library to play Commodore 64 music
|
||||
License: GPL-2.0+
|
||||
Group: System/Libraries
|
||||
Url: http://sourceforge.net/projects/sidplay-residfp/
|
||||
Source0: http://downloads.sourceforge.net/project/sidplay-residfp/libsidplayfp/1.4/libsidplayfp-%{version}.tar.gz
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkg-config
|
||||
|
||||
%description
|
||||
A library to play Commodore 64 music based on libsidplay2.
|
||||
|
||||
%package -n libsidplayfp%{soname}
|
||||
Summary: A library to play Commodore 64 music
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libsidplayfp%{soname}
|
||||
A library to play Commodore 64 music based on libsidplay2.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libsidplayfp
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libsidplayfp%{soname} = %{version}
|
||||
|
||||
%description devel
|
||||
This package contains headers and libraries required to build applications that
|
||||
use libsidplayfp.
|
||||
|
||||
%package -n libstilview%{stilview_soname}
|
||||
Summary: A library to play Commodore 64 music
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libstilview%{stilview_soname}
|
||||
A library to play Commodore 64 music based on libsidplay2.
|
||||
|
||||
%package -n libstilview-devel
|
||||
Summary: Development files for libstilview
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libstilview%{stilview_soname} = %{version}
|
||||
|
||||
%description -n libstilview-devel
|
||||
This package contains headers and libraries required to build applications that
|
||||
use libstilview.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%post -n libsidplayfp%{soname} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libsidplayfp%{soname} -p /sbin/ldconfig
|
||||
|
||||
%post -n libstilview%{stilview_soname} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libstilview%{stilview_soname} -p /sbin/ldconfig
|
||||
|
||||
%files -n libsidplayfp%{soname}
|
||||
%defattr(0644, root, root, 0755)
|
||||
%doc AUTHORS COPYING NEWS README TODO
|
||||
%{_libdir}/libsidplayfp.so.%{soname}*
|
||||
|
||||
%files -n libstilview%{stilview_soname}
|
||||
%defattr(0644, root, root, 0755)
|
||||
%doc AUTHORS COPYING NEWS README TODO
|
||||
%{_libdir}/libstilview.so.%{stilview_soname}*
|
||||
|
||||
%files devel
|
||||
%defattr(0644, root, root, 0755)
|
||||
%{_libdir}/libsidplayfp.so
|
||||
%{_includedir}/sidplayfp/
|
||||
%{_libdir}/pkgconfig/libsidplayfp.pc
|
||||
|
||||
%files -n libstilview-devel
|
||||
%defattr(0644, root, root, 0755)
|
||||
%{_libdir}/libstilview.so
|
||||
%{_includedir}/stilview/
|
||||
%{_libdir}/pkgconfig/libstilview.pc
|
||||
|
||||
%changelog
|
Loading…
x
Reference in New Issue
Block a user