Author: baggins Date: Mon Nov 14 11:22:13 2011 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/aften: aften.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/aften/aften.spec diff -u /dev/null packages/aften/aften.spec:1.1 --- /dev/null Mon Nov 14 12:22:13 2011 +++ packages/aften/aften.spec Mon Nov 14 12:22:08 2011 @@ -0,0 +1,56 @@ +# $Revision$, $Date$ +Summary: A/52 audio encoder +#Summary(pl.UTF-8): - +Name: aften +Version: 0.0.8 +Release: 1 +License: LGPL +Group: Applications/Sound +Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 +# Source0-md5: fde67146879febb81af3d95a62df8840 +URL: http://aften.sourceforge.net/ +BuildRequires: cmake +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Aften is an audio encoder which generates compressed audio streams +based on ATSC A/52 specification. This type of audio is also known +as AC-3 or Dolby® Digital and is one of the audio codecs used in +DVD-Video content. + +#%description -l pl.UTF-8 + +%prep +%setup -q + +%build +install -d build +cd build +%cmake \ + ../ + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} -C build install/fast \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc Changelog README +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/11/14 11:22:08 baggins +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
