SPECS: x264.spec (NEW) - init spec
paszczus
paszczus at pld-linux.org
Tue Aug 29 16:39:20 CEST 2006
Author: paszczus Date: Tue Aug 29 14:39:20 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init spec
---- Files affected:
SPECS:
x264.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/x264.spec
diff -u /dev/null SPECS/x264.spec:1.1
--- /dev/null Tue Aug 29 16:39:20 2006
+++ SPECS/x264.spec Tue Aug 29 16:39:15 2006
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+%define _snap 20060828
+Summary: x264 - a free h264/avc encoder
+Summary(pl): x264 - darmowy encoder strumieni wideo H264/AVC
+Name: x264
+Version: 0.1
+Release: 0.%{_snap}.1
+License: GPL
+Group: Applications/Multimedia
+Source0: ftp://ftp.videolan.org/pub/videolan/x264/snapshots/%{name}-snapshot-%{_snap}-2245.tar.bz2
+# Source0-md5: 7c18e71f2821af69e66cae4095b9bce7
+URL: http://x264.nl
+BuildRequires: yasm
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+a free h264/wvc encoder in alpha stage
+
+%description -l pl
+darmowy encoder strumieni wideo H264/AVC w fazie alpha
+
+%prep
+%setup -q -n %{name}-snapshot-%{_snap}-2245
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING doc/*.txt
+
+%attr(755,root,root) %{_bindir}/x264
+
+%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
================================================================
More information about the pld-cvs-commit
mailing list