commit af73ffbffb43aed6831fa6836a6537b2b461c9575b303623d45899942dfff8d6 Author: OBS User unknown Date: Fri Nov 16 03:25:53 2007 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_sound?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/SDL_sound-svn536-nompglib.tar.bz2 b/SDL_sound-svn536-nompglib.tar.bz2 new file mode 100644 index 0000000..1176516 --- /dev/null +++ b/SDL_sound-svn536-nompglib.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e4ee388e5683cf59e9dd0d6085e3799f5b492ba5769977680e308f843df4e7 +size 230469 diff --git a/SDL_sound.changes b/SDL_sound.changes new file mode 100644 index 0000000..4437e93 --- /dev/null +++ b/SDL_sound.changes @@ -0,0 +1,6 @@ +------------------------------------------------------------------- +Tue Nov 6 15:22:40 CET 2007 - prusnak@suse.cz + +- created package (version 1.0.1) + sources from SVN - revision 536, stripped internal mpglib sources + diff --git a/SDL_sound.spec b/SDL_sound.spec new file mode 100644 index 0000000..82a94e5 --- /dev/null +++ b/SDL_sound.spec @@ -0,0 +1,90 @@ +# +# spec file for package SDL_sound (Version 1.0.1) +# +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: SDL_sound +BuildRequires: SDL-devel flac-devel libmikmod-devel libogg-devel libvorbis-devel physfs-devel speex-devel +Url: http://icculus.org/SDL_sound/ +Summary: Sound Sample Library for SDL (Simple DirectMedia Layer) +Version: 1.0.1 +Release: 1 +Source0: %{name}-svn536-nompglib.tar.bz2 +License: LGPL v2.1 or later +Group: System/Libraries +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +SDL_sound is a library that handles the decoding of several popular +sound file formats, such as wav, ogg mp3 and midi. SDL_sound can just +play a file or alternatively decode a file and hand back a single +pointer to the waveform. SDL_sound also can handle channel conversion +on-the-fly and behind-the-scenes. + + + +Authors: +-------- + Ryan C. Gordon + +%package devel +Summary: Sound Sample Library for SDL (Simple DirectMedia Layer) +Group: System/Libraries +Requires: %{name} = %{version} +Requires: SDL-devel flac-devel libmikmod-devel libvorbis-devel libogg-devel speex-devel physfs-devel + +%description devel +SDL_sound is a library that handles the decoding of several popular +sound file formats, such as wav, ogg mp3 and midi. SDL_sound can just +play a file or alternatively decode a file and hand back a single +pointer to the waveform. SDL_sound also can handle channel conversion +on-the-fly and behind-the-scenes. + + + +Authors: +-------- + Ryan C. Gordon + +%prep +%setup -q -n %{name} + +%build +./bootstrap +%configure --disable-smpeg --disable-mpglib +make %{?jobs:-j %jobs} + +%install +make install DESTDIR=$RPM_BUILD_ROOT + +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc CHANGELOG COPYING CREDITS README TODO +%{_bindir}/playsound* +%{_libdir}/lib*.so.* + +%files devel +%defattr(-,root,root) +%{_includedir}/SDL +%{_libdir}/*a +%{_libdir}/lib*.so +%changelog +* Tue Nov 06 2007 - prusnak@suse.cz +- created package (version 1.0.1) + sources from SVN - revision 536, stripped internal mpglib sources diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4