[packages/sbsms-app] - initial
qboosh
qboosh at pld-linux.org
Sun Oct 18 10:41:44 CEST 2015
commit 547d291fab5c91cff1fd22e99920d5de1d7c9c3c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Oct 18 10:42:38 2015 +0200
- initial
sbsms-app-link.patch | 10 +++++++++
sbsms-app.spec | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 71 insertions(+)
---
diff --git a/sbsms-app.spec b/sbsms-app.spec
new file mode 100644
index 0000000..5200370
--- /dev/null
+++ b/sbsms-app.spec
@@ -0,0 +1,61 @@
+Summary: Program for high quality time stretching and pitch scaling
+Summary(pl.UTF-8): Program do wysokiej jakości zmiany szybkości i wysokości dźwięku
+Name: sbsms-app
+Version: 0.0.0
+Release: 1
+License: GPL v2
+Group: Libraries
+Source0: http://downloads.sourceforge.net/sbsms/%{name}-%{version}.tar.gz
+# Source0-md5: 37bea968c52ad775c9724687093f3fd5
+Patch0: %{name}-link.patch
+URL: http://sbsms.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libmad-devel >= 0.15.1
+BuildRequires: libsbsms2-devel >= 2.0.2
+BuildRequires: libsndfile-devel >= 1.0.2
+BuildRequires: libstdc++-devel
+BuildRequires: libtool >= 2:2
+BuildRequires: pkgconfig
+Requires: libsbsms2 >= 2.0.2
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+sbsms is a tool for high quality time and pitch scale modification. It
+uses octave subband sinusoidal modeling implemented in libsbsms.
+
+%description -l pl.UTF-8
+sbsms to narzędzie do wysokiej jakości modyfikowania szybkości i
+wysokości dźwięku. Wykorzystuje modelowanie sinusoidalne
+zaimplementowane w bibliotece libsbsms.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+# API not exported
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libsbsmsx.{la,a}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS
+%attr(755,root,root) %{_bindir}/sbsms
diff --git a/sbsms-app-link.patch b/sbsms-app-link.patch
new file mode 100644
index 0000000..11e0dc7
--- /dev/null
+++ b/sbsms-app-link.patch
@@ -0,0 +1,10 @@
+--- sbsms-app-0.0.0/src/Makefile.am.orig 2011-08-16 09:14:59.000000000 +0200
++++ sbsms-app-0.0.0/src/Makefile.am 2015-10-18 10:16:00.992656566 +0200
+@@ -2,6 +2,7 @@
+
+ lib_LTLIBRARIES = libsbsmsx.la
+
++libsbsms_la_LIBADD = @SBSMS_LIBS@
+ libsbsmsx_la_SOURCES = mp3.cpp mp3.h mp3tech.cpp mp3tech.h import.cpp import.h pcm.cpp pcm.h convert.cpp convert.h audiobuffer.cpp audiobuffer.h
+
+ bin_PROGRAMS = sbsms
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sbsms-app.git/commitdiff/547d291fab5c91cff1fd22e99920d5de1d7c9c3c
More information about the pld-cvs-commit
mailing list