]> git.pld-linux.org Git - packages/transcode.git/commitdiff
- updated to 0.6.3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 27 Feb 2003 07:57:25 +0000 (07:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    transcode.spec -> 1.38

transcode.spec

index 2e3b84f6d0a0271517c9479fbf76805a4f77ab7c..d803731b4d8a3aa32d049c700f4c80e2de2de399 100644 (file)
@@ -7,17 +7,16 @@
 Summary:       Video stream converter
 Summary(pl):   Konwerter strumieni video
 Name:          transcode
-Version:       0.6.1
-Release:       2
+Version:       0.6.3
+Release:       1
 License:       GPL
 Group:         Applications
 Source0:       http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/pre/%{name}-%{version}.tar.gz
 Patch0:                %{name}-altivec.patch
-Patch1:                %{name}-avifile.patch
 URL:           http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/
 BuildRequires: ImageMagick-devel >= 5.4.3
 BuildRequires: a52dec-libs-devel
-BuildRequires: avifile-devel >= 0.6.0-0.20011220admin.1
+BuildRequires: avifile-devel >= 0.7.32-0.20030219
 BuildRequires: lame-libs-devel
 BuildRequires: libdv-devel
 BuildRequires: libdvdread-devel
@@ -56,7 +55,6 @@ kt
 %prep
 %setup  -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 rm -f missing
@@ -68,7 +66,7 @@ rm -f missing
 #%{__automake}
 %configure \
        --with-avifile-mods \
-       --with-avifile-exec-prefix=%{_prefix}/X11R6 \
+       --with-avifile-exec-prefix=%{_prefix} \
        --with-lame \
        --with-lame-includes=%{_prefix} \
        --with-lame-libs=%{_prefix} \
@@ -86,25 +84,25 @@ rm -f missing
        --with-libmpeg3-libs=%{_prefix} \
        --with-qt \
        --with-qt-includes=%{_prefix} \
-       --with-qt-libs=%{_prefix}/X11R6 \
+       --with-qt-libs=%{_prefix} \
        --with-openqt \
-       --with-openqt-includes=%{_prefix}/X11R6 \
-       --with-openqt-libs=%{_prefix}/X11R6 \
+       --with-openqt-includes=%{_prefix} \
+       --with-openqt-libs=%{_prefix} \
        --with-dv \
-       --with-dv-includes=%{_prefix}/X11R6 \
-       --with-dv-libs=%{_prefix}/X11R6 \
+       --with-dv-includes=%{_prefix} \
+       --with-dv-libs=%{_prefix} \
        --with-a52 \
        --with-a52-include=%{_prefix} \
        --with-a52-libs=%{_prefix} \
        --with-x \
-       --with-sdl-prefix=%{_prefix}/X11R6 \
-       --with-sdl-exec-prefix=%{_prefix}/X11R6 \
-       --with-gtk-prefix=%{_prefix}/X11R6 \
-       --with-gtk-exec-prefix=%{_prefix}/X11R6 \
+       --with-sdl-prefix=%{_prefix} \
+       --with-sdl-exec-prefix=%{_prefix} \
+       --with-gtk-prefix=%{_prefix} \
+       --with-gtk-exec-prefix=%{_prefix} \
        --with-libfame-prefix=%{_prefix} \
        --with-libfame-exec-prefix=%{_prefix} \
        --with-magick-mods \
-       --with-magick-exec-prefix=%{_prefix}/X11R6 \
+       --with-magick-exec-prefix=%{_prefix} \
 %ifarch ppc
        --without-altivec \
 %endif
This page took 0.040199 seconds and 4 git commands to generate.