]> git.pld-linux.org Git - packages/transcode.git/commitdiff
- some patches; needs mp3 lib fix
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 20 Aug 2006 15:36:59 +0000 (15:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    transcode.spec -> 1.83

transcode.spec

index a6b25fc52b0cd23f3c29b0a2d6e4a19f492760fc..d996e69da6446b0b1d224ba46d038ff5fc0cc610 100644 (file)
@@ -29,11 +29,14 @@ Summary:    Video stream converter
 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
@@ -96,15 +99,17 @@ ogmtools.
 
 %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 \
This page took 0.062644 seconds and 4 git commands to generate.