Changes of Revision 21
[-] | Changed | transcode.spec |
x 1
2 # norootforbuild 3 #!BuildIgnore: post-build-checks 4 Name: transcode 5 -Version: 1.1.0 6 +Version: 1.1.1 7 Release: 1 8 9 Source0: %{name}-%{version}.tar.bz2 10
11 BuildRequires: gcc-c++ 12 BuildRequires: pkgconfig 13 14 + 15 %description 16 transcode is a text-console video stream processing 17 tool. Decoding and encoding is done by loading shared library modules 18
19 CFLAGS="$RPM_OPT_FLAGS" CPPFLAGS="$RPM_OPT_FLAGS" LDFLAGS=" -L%{_libdir} `glib-config --libs`" ./configure \ 20 --prefix=%{_prefix} --mandir=%{_mandir} --libdir=%{_libdir} \ 21 --with-mod-path=%{_libdir}/transcode \ 22 - --with-qt --with-xvid --with-ffmpeg --enable-text \ 23 + --with-qt --enable-xvid --enable-x264 --enable-libquicktime \ 24 + --with-ffmpeg --enable-text --enable-alsa --enable-alsa \ 25 --enable-netstream --enable-ogg --enable-v4l --enable-ogg \ 26 - --enable-vorbis --enable-theora --enable-libdv \ 27 + --enable-vorbis --enable-theora --enable-libdv --enable-faac \ 28 --enable-freetype2 \ 29 --enable-lzo --with-lzo-includes=%_includedir/lzo \ 30 --enable-a52 --enable-a52-default-decoder \ 31 |
||
Added | transcode-1.1.1.tar.bz2 ^ |