Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
transcode
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 21
[-]
[+]
Changed
transcode.spec
@@ -1,7 +1,7 @@ # norootforbuild #!BuildIgnore: post-build-checks Name: transcode -Version: 1.1.0 +Version: 1.1.1 Release: 1 Source0: %{name}-%{version}.tar.bz2 @@ -57,6 +57,7 @@ BuildRequires: gcc-c++ BuildRequires: pkgconfig + %description transcode is a text-console video stream processing tool. Decoding and encoding is done by loading shared library modules @@ -85,9 +86,10 @@ CFLAGS="$RPM_OPT_FLAGS" CPPFLAGS="$RPM_OPT_FLAGS" LDFLAGS=" -L%{_libdir} `glib-config --libs`" ./configure \ --prefix=%{_prefix} --mandir=%{_mandir} --libdir=%{_libdir} \ --with-mod-path=%{_libdir}/transcode \ - --with-qt --with-xvid --with-ffmpeg --enable-text \ + --with-qt --enable-xvid --enable-x264 --enable-libquicktime \ + --with-ffmpeg --enable-text --enable-alsa --enable-alsa \ --enable-netstream --enable-ogg --enable-v4l --enable-ogg \ - --enable-vorbis --enable-theora --enable-libdv \ + --enable-vorbis --enable-theora --enable-libdv --enable-faac \ --enable-freetype2 \ --enable-lzo --with-lzo-includes=%_includedir/lzo \ --enable-a52 --enable-a52-default-decoder \
Added
transcode-1.1.1.tar.bz2
^