SPECS: transcode.spec - some patches; needs mp3 lib fix
arekm
arekm at pld-linux.org
Sun Aug 20 17:37:04 CEST 2006
Author: arekm Date: Sun Aug 20 15:37:04 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- some patches; needs mp3 lib fix
---- Files affected:
SPECS:
transcode.spec (1.82 -> 1.83)
---- Diffs:
================================================================
Index: SPECS/transcode.spec
diff -u SPECS/transcode.spec:1.82 SPECS/transcode.spec:1.83
--- SPECS/transcode.spec:1.82 Thu Apr 6 12:16:17 2006
+++ SPECS/transcode.spec Sun Aug 20 17:36:59 2006
@@ -30,11 +30,14 @@
Summary(pl): Konwerter strumieni video
Name: transcode
Version: 1.0.2
-Release: 1.1
+Release: 1.2
License: GPL
Group: Applications
Source0: http://www.jakemsr.com/transcode/%{name}-%{version}.tar.gz
# Source0-md5: e353c0ab7e927a8672528e05a9ae960b
+Patch0: %{name}-ac.patch
+Patch1: %{name}-lzo2.patch
+Patch2: %{name}-bigdir.patch
URL: http://www.transcoding.org/
BuildRequires: xorg-lib-libXaw-devel
BuildRequires: xorg-lib-libXpm-devel
@@ -97,15 +100,17 @@
%prep
%setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p0
%build
-%if 0
%{__libtoolize}
%{__aclocal}
%{__autoconf}
%{__autoheader}
%{__automake}
-%endif
+CPPFLAGS="-I/usr/include/lzo"; export CPPFLAGS
# ac_cv_* to avoid detection of libdivxdecore as divx4linux (leading to errors)
# or divx4linux itself (make bcond_with if you want it)
%configure \
@@ -205,6 +210,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.83 2006/08/20 15:36:59 arekm
+- some patches; needs mp3 lib fix
+
Revision 1.82 2006/04/06 10:16:17 maciek2w
- fixed gtk bcond
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/transcode.spec?r1=1.82&r2=1.83&f=u
More information about the pld-cvs-commit
mailing list