]> git.pld-linux.org Git - packages/libquicktime.git/commitdiff
- rel 3; --with-vorbis (causes -L/usr/lib not to be added to linker) auto/th/libquicktime-1_2_3-3 auto/ti/libquicktime-1_2_3-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 24 Jul 2011 17:06:07 +0000 (17:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libquicktime.spec -> 1.61

libquicktime.spec

index fb10eb3f11e7bbf46370905b516a64b9cf89dc85..71fe87e6afa071144fd1f447d094441b4c1304ef 100644 (file)
@@ -11,7 +11,7 @@ Summary:      Library for reading and writing quicktime files
 Summary(pl.UTF-8):     Biblioteka do odczytu i zapisu plików quicktime
 Name:          libquicktime
 Version:       1.2.3
-Release:       2
+Release:       3
 %if %{with gpl}
 License:       GPL v2+
 %else
@@ -247,7 +247,7 @@ Wtyczka schroedinger dla libquicktime.
 %setup -q
 %patch0 -p1
 
-%{__rm} m4/libtool.m4 m4/lt*.m4
+%{__rm} m4/libtool.m4 m4/lt*.m4 m4/vorbis.m4
 
 # evil, sets CFLAGS basing on /proc/cpuinfo, overrides our optflags
 # (--with-cpuflags=none disables using /proc/cpuinfo, but not overriding)
@@ -264,6 +264,7 @@ sed -i -e '19,$d;18aAC_DEFUN([LQT_OPT_CFLAGS],[OPT_CFLAGS="$CFLAGS"])' m4/lqt_op
        %{?with_gpl:--enable-gpl} \
        %{!?with_mmx:--disable-mmx} \
        --enable-static \
+       --with-vorbis \
        --without-doxygen \
        --with-libdv
 %{__make}
This page took 0.033636 seconds and 4 git commands to generate.