]> git.pld-linux.org Git - packages/transcode.git/commitdiff
- fixed compiling and forced using system's libs transcode-0_6_1-1
authormarcus <marcus@pld-linux.org>
Sat, 9 Nov 2002 17:02:14 +0000 (17:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    transcode.spec -> 1.33

transcode.spec

index 566201b6bc390b5958fdc010d570c85c2ee873ac..39060c3d12c58165dc862091641091d637705e08 100644 (file)
@@ -24,9 +24,13 @@ BuildRequires:       libfame-devel
 BuildRequires: libmpeg3-devel
 BuildRequires: libxml2-devel
 BuildRequires: libvorbis-devel
+BuildRequires: libogg-devel
 BuildRequires: openquicktime-devel
 BuildRequires: quicktime4linux-devel >= 1.5.5
 BuildRequires: xvid-devel
+BuildRequires: XFree86-devel
+BuildRequires: SDL-devel
+BuildRequires: gtk+-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -53,13 +57,56 @@ kt
 %patch0 -p1
 
 %build
+rm -f missing
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__autoconf}
+#%{__automake}
 %configure \
+       --with-avifile-mods \
+       --with-avifile-exec-prefix=%{_prefix}/X11R6 \
+       --with-lame \
+       --with-lame-includes=%{_prefix} \
+       --with-lame-libs=%{_prefix} \
+       --with-ogg \
+       --with-ogg-includes=%{_prefix} \
+       --with-ogg-libs=%{_prefix} \
+       --with-vorbis \
+       --with-vorbis-includes=%{_prefix} \
+       --with-vorbis-libs=%{_prefix} \
+       --with-dvdread \
+       --with-dvdread-includes=%{_prefix} \
+       --with-dvdread-libs=%{_prefix} \
+       --with-libmpeg3 \
+       --with-libmpeg3-includes=%{_prefix} \
+       --with-libmpeg3-libs=%{_prefix} \
+       --with-qt \
+       --with-qt-includes=%{_prefix} \
+       --with-qt-libs=%{_prefix}/X11R6 \
+       --with-openqt \
+       --with-openqt-includes=%{_prefix}/X11R6 \
+       --with-openqt-libs=%{_prefix}/X11R6 \
+       --with-dv \
        --with-dv-includes=%{_prefix}/X11R6 \
        --with-dv-libs=%{_prefix}/X11R6 \
+       --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-libfame-prefix=%{_prefix} \
+       --with-libfame-exec-prefix=%{_prefix} \
+       --with-magick-mods \
+       --with-magick-exec-prefix=%{_prefix}/X11R6 \
 %ifarch ppc
        --without-altivec \
 %endif
-       --with-magick-exec-prefix=%{_prefix}/X11R6
+       --with-libjpeg-mods
 
 %{__make}
 
@@ -83,6 +130,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/%{name}/*.la
 %{_mandir}/man1/*
 %{_libdir}/%{name}/*.conf
+%{_libdir}/%{name}/*.cfg
 
 %files avilib
 %defattr(644,root,root,755)
This page took 0.064283 seconds and 4 git commands to generate.