SPECS: mpcenc.spec (NEW) - initial, rel 0.1

blekot blekot at pld-linux.org
Sun Nov 6 21:31:47 CET 2005


Author: blekot                       Date: Sun Nov  6 20:31:47 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, rel 0.1

---- Files affected:
SPECS:
   mpcenc.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/mpcenc.spec
diff -u /dev/null SPECS/mpcenc.spec:1.1
--- /dev/null	Sun Nov  6 21:31:47 2005
+++ SPECS/mpcenc.spec	Sun Nov  6 21:31:41 2005
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+Summary:	Musepack encoding library
+Summary(pl):	Biblioteka do kodowania formatu musepack
+Name:		mpcenc
+Version:	1.15v
+Release:	0.1
+License:	BSD
+Group:		Libraries
+%define		 _subname	 mpcsv7-src
+Source0:	http://files2.musepack.net/source/%{_subname}-%{version}.tar.bz2
+# Source0-md5:	eb3e6b64b1f7d68aaeb04e39936d87fb
+URL:		http://www.musepack.net/
+BuildRequires:	automake
+BuildRequires:	autoconf
+BuildRequires:	libtool
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This library handles encoding of the MPC format, which is an audio
+compression format with a strong emphasis on high quality. It's not
+lossless, but it is designed for transparency, so that you won't be
+able to hear differences between the original wave file and the much
+smaller MPC file. It is based on the MPEG-1 Layer-2 / MP2 algorithms,
+but since 1997 it has rapidly developed and vastly improved and is now
+at an advanced stage in which it contains heavily optimized and
+patentless code.
+
+%description -l pl
+Ta biblioteka obsługuje kodowanie formatu MPC, który jest formatem
+kompresji dźwięku z naciskiem na wysoką jakość. Nie jest bezstratny,
+ale jest zaprojektowany dla przezroczystości, tak, że nie można
+usłyszeć różnicy między oryginalnym plikiem wave a dużo mniejszym
+plikiem MPC. Jest oparty na algorytmach MPEG-1 Layer-2 / MP2, ale od
+1997 roku został znacznie rozwinięty i ulepszony, a teraz jest w
+zaawansowanym stadium, w którym zawiera silnie zoptymalizowany i nie
+objęty patentami kod.
+
+%prep
+%setup -q -n sv7
+
+%build
+%{__make} \
+       CFLAGS="%{rpmcflags}" \
+       LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir} \
+	$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+
+cp mppenc replaygain $RPM_BUILD_ROOT%{_bindir}
+cp doc/AUTHORS doc/ChangeLog doc/CHANGES doc/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+#%doc AUTHORS ChangeLog CHANGES NEWS 
+%attr(755,root,root) %{_bindir}/*
+%{_docdir}/%{name}-%{version}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/11/06 20:31:41  blekot
+- initial, rel 0.1
+
================================================================



More information about the pld-cvs-commit mailing list