This commit is contained in:
commit
bc3b703e6d
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
libsamplerate-0.1.2.tar.bz2
Normal file
3
libsamplerate-0.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4439e3edeee63d548c432bc3280daa661af94508bfaf8a7fa1a256ac86f6d660
|
||||||
|
size 558847
|
41
libsamplerate.changes
Normal file
41
libsamplerate.changes
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 21:37:43 CET 2006 - mls@suse.de
|
||||||
|
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 21 16:43:42 CET 2005 - tiwai@suse.de
|
||||||
|
|
||||||
|
- updated to version 0.1.2.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 5 12:15:16 CEST 2004 - tiwai@suse.de
|
||||||
|
|
||||||
|
- updated to version 0.1.1.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 13 20:21:27 CET 2004 - tiwai@suse.de
|
||||||
|
|
||||||
|
- build as non-root.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 6 15:17:40 CEST 2003 - tiwai@suse.de
|
||||||
|
|
||||||
|
- updated to version 0.0.15.
|
||||||
|
- fixed the file list.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 27 15:47:04 CET 2003 - tiwai@suse.de
|
||||||
|
|
||||||
|
- added the missing src_set_ratio in version list.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 17 16:01:42 CET 2003 - tiwai@suse.de
|
||||||
|
|
||||||
|
- added %run_ldconfig to %post.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 16 13:14:09 CET 2003 - tiwai@suse.de
|
||||||
|
|
||||||
|
- initial version: 0.0.14.
|
||||||
|
|
110
libsamplerate.spec
Normal file
110
libsamplerate.spec
Normal file
@ -0,0 +1,110 @@
|
|||||||
|
#
|
||||||
|
# spec file for package libsamplerate (Version 0.1.2)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2005 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://www.suse.de/feedback/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: libsamplerate
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
Summary: A sample rate converter library
|
||||||
|
Version: 0.1.2
|
||||||
|
Release: 1
|
||||||
|
License: GPL
|
||||||
|
Group: System/Libraries
|
||||||
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
URL: http://www.mega-nerd.com/SRC/
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
%description
|
||||||
|
Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for
|
||||||
|
audio. One example of where such a thing would be useful is in
|
||||||
|
converting audio from the CD sample rate of 44.1kHz to the 48kHz sample
|
||||||
|
rate used by DAT players.
|
||||||
|
|
||||||
|
SRC is capable of arbitrary and time varying conversions; from
|
||||||
|
downsampling by a factor of 12 to upsampling by the same factor. The
|
||||||
|
conversion ratio can also vary with time for speeding up and slowing
|
||||||
|
down effects.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Erik de Castro Lopo <erikd@mega-nerd.com>
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Include Files and Libraries mandatory for Development.
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: libsamplerate glibc-devel
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
This package contains all necessary include files and libraries needed
|
||||||
|
to develop applications that require these.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Erik de Castro Lopo <erikd@mega-nerd.com>
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup
|
||||||
|
autoreconf --force --install
|
||||||
|
%{?suse_update_config:%{suse_update_config -f}}
|
||||||
|
|
||||||
|
%build
|
||||||
|
CFLAGS="$RPM_OPT_FLAGS" \
|
||||||
|
./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir}
|
||||||
|
make
|
||||||
|
|
||||||
|
%install
|
||||||
|
make DESTDIR="$RPM_BUILD_ROOT" install
|
||||||
|
# remove example binaries
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_bindir}/*
|
||||||
|
|
||||||
|
%post
|
||||||
|
%run_ldconfig
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%run_ldconfig
|
||||||
|
|
||||||
|
%clean
|
||||||
|
test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc AUTHORS COPYING ChangeLog INSTALL doc
|
||||||
|
%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/lib*.so
|
||||||
|
%{_libdir}/lib*.a
|
||||||
|
%{_libdir}/lib*.la
|
||||||
|
%{_includedir}/*
|
||||||
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
|
%changelog -n libsamplerate
|
||||||
|
* Wed Jan 25 2006 - mls@suse.de
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
* Fri Jan 21 2005 - tiwai@suse.de
|
||||||
|
- updated to version 0.1.2.
|
||||||
|
* Thu Aug 05 2004 - tiwai@suse.de
|
||||||
|
- updated to version 0.1.1.
|
||||||
|
* Tue Jan 13 2004 - tiwai@suse.de
|
||||||
|
- build as non-root.
|
||||||
|
* Fri Jun 06 2003 - tiwai@suse.de
|
||||||
|
- updated to version 0.0.15.
|
||||||
|
- fixed the file list.
|
||||||
|
* Thu Mar 27 2003 - tiwai@suse.de
|
||||||
|
- added the missing src_set_ratio in version list.
|
||||||
|
* Fri Jan 17 2003 - tiwai@suse.de
|
||||||
|
- added %%run_ldconfig to %%post.
|
||||||
|
* Thu Jan 16 2003 - tiwai@suse.de
|
||||||
|
- initial version: 0.0.14.
|
Loading…
x
Reference in New Issue
Block a user