rpms/m2vrequantiser/F-9 m2vrequantiser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/m2vrequantiser/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4275
Modified Files:
.cvsignore sources
Added Files:
m2vrequantiser.spec
Log Message:
initial import from livna
--- NEW FILE m2vrequantiser.spec ---
Name: m2vrequantiser
Version: 20030929
Release: 3%{?dist}
Summary: MPEG-2 stream requantizer
Group: Applications/Multimedia
License: GPL+
URL: http://www.metakine.com/
Source0: http://www.xeatre.tv/community/burn/contrib/M2VRequantizer.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
M2VRequantiser is a tool to requantize MPEG-2 streams without
recompressing.
%prep
%setup -q -n M2VRequantizer
rm -f requant
%build
%{__cc} $RPM_OPT_FLAGS -lm -o requant main.c
%install
rm -rf $RPM_BUILD_ROOT
install -Dpm 755 requant $RPM_BUILD_ROOT%{_bindir}/requant
ln -s requant $RPM_BUILD_ROOT%{_bindir}/M2VRequantiser
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/M2VRequantiser
%{_bindir}/requant
%changelog
* Sat Sep 20 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 20030929-3
- rebuild for rpmfusion
* Wed Aug 22 2007 Ville Skyttä <ville.skytta at iki.fi> - 20030929-2
- License: GPL+
* Mon Dec 11 2006 Ville Skyttä <ville.skytta at iki.fi> - 20030929-1
- First RLO build.
* Thu Aug 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 20030929-0.1
- First build.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/m2vrequantiser/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 20 Sep 2008 11:45:47 -0000 1.1
+++ .cvsignore 20 Sep 2008 11:56:45 -0000 1.2
@@ -0,0 +1 @@
+M2VRequantizer.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/m2vrequantiser/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Sep 2008 11:45:47 -0000 1.1
+++ sources 20 Sep 2008 11:56:45 -0000 1.2
@@ -0,0 +1 @@
+5d01e53b6051e281a1681654c8481bac M2VRequantizer.tar.gz
16 years, 2 months
rpms/m2vrequantiser/devel m2vrequantiser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/m2vrequantiser/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3621
Modified Files:
.cvsignore sources
Added Files:
m2vrequantiser.spec
Log Message:
initial import from livna
--- NEW FILE m2vrequantiser.spec ---
Name: m2vrequantiser
Version: 20030929
Release: 3%{?dist}
Summary: MPEG-2 stream requantizer
Group: Applications/Multimedia
License: GPL+
URL: http://www.metakine.com/
Source0: http://www.xeatre.tv/community/burn/contrib/M2VRequantizer.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
M2VRequantiser is a tool to requantize MPEG-2 streams without
recompressing.
%prep
%setup -q -n M2VRequantizer
rm -f requant
%build
%{__cc} $RPM_OPT_FLAGS -lm -o requant main.c
%install
rm -rf $RPM_BUILD_ROOT
install -Dpm 755 requant $RPM_BUILD_ROOT%{_bindir}/requant
ln -s requant $RPM_BUILD_ROOT%{_bindir}/M2VRequantiser
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/M2VRequantiser
%{_bindir}/requant
%changelog
* Sat Sep 20 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 20030929-3
- rebuild for rpmfusion
* Wed Aug 22 2007 Ville Skyttä <ville.skytta at iki.fi> - 20030929-2
- License: GPL+
* Mon Dec 11 2006 Ville Skyttä <ville.skytta at iki.fi> - 20030929-1
- First RLO build.
* Thu Aug 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 20030929-0.1
- First build.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/m2vrequantiser/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 20 Sep 2008 11:45:47 -0000 1.1
+++ .cvsignore 20 Sep 2008 11:49:05 -0000 1.2
@@ -0,0 +1 @@
+M2VRequantizer.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/m2vrequantiser/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Sep 2008 11:45:47 -0000 1.1
+++ sources 20 Sep 2008 11:49:05 -0000 1.2
@@ -0,0 +1 @@
+5d01e53b6051e281a1681654c8481bac M2VRequantizer.tar.gz
16 years, 2 months
rpms/m2vrequantiser/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/m2vrequantiser/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsyD3371/rpms/m2vrequantiser/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module m2vrequantiser
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: m2vrequantiser
# $Id: Makefile,v 1.1 2008/09/20 11:45:47 thl Exp $
NAME := m2vrequantiser
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
16 years, 2 months
rpms/m2vrequantiser Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/m2vrequantiser
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsyD3371/rpms/m2vrequantiser
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module m2vrequantiser
--- NEW FILE Makefile ---
# Top level Makefile for module m2vrequantiser
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
16 years, 2 months
rpms/m2vrequantiser/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/m2vrequantiser/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsyD3371/rpms/m2vrequantiser/devel
Log Message:
Directory /cvs/free/rpms/m2vrequantiser/devel added to the repository
16 years, 2 months
rpms/m2vrequantiser - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/m2vrequantiser
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsyD3371/rpms/m2vrequantiser
Log Message:
Directory /cvs/free/rpms/m2vrequantiser added to the repository
16 years, 2 months
rpms/amarok-extras-freeworld/F-8 amarok-extras-freeworld.spec, 1.1, 1.2
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/amarok-extras-freeworld/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6371
Modified Files:
amarok-extras-freeworld.spec
Log Message:
* Fri Sep 19 2008 Rex Dieter <rdieter(a)fedoraproject.org> 1.4.10-1
- 1.4.10, (re)build for rpmfusion
Index: amarok-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/amarok-extras-freeworld/F-8/amarok-extras-freeworld.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amarok-extras-freeworld.spec 19 Aug 2008 21:25:17 -0000 1.1
+++ amarok-extras-freeworld.spec 19 Sep 2008 16:48:58 -0000 1.2
@@ -1,10 +1,10 @@
Name: amarok-extras-freeworld
Summary: Additional functionality for the amaroK media player
-Version: 1.4.8
-Release: 3%{?dist}
+Version: 1.4.10
+Release: 1%{?dist}
Group: Applications/Multimedia
-License: GPL
+License: GPLv2+
URL: http://amarok.kde.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -29,12 +29,12 @@
cd $RPM_BUILD_DIR/%{name}-%{version}
cat > README << EOF
Now that xine-lib is in Fedora, most additional functionalities are
-provided by the libtunepimp-extras-nonfree (mp3 musicbrainz plugin)
-and xine-lib-extras-nonfree (mp3 playback) packages.
+provided by the libtunepimp-extras-freeworld (mp3 musicbrainz plugin)
+and xine-lib-extras-freeworld (mp3 playback) packages.
Thus, this is only a virtual package which depends on
-libtunepimp-extras-nonfree
-xine-lib-extras-nonfree
+libtunepimp-extras-freeworld
+xine-lib-extras-freeworld
to provide an upgrade path.
You can safely remove this package if you want to.
@@ -47,6 +47,9 @@
%changelog
+* Fri Sep 19 2008 Rex Dieter <rdieter(a)fedoraproject.org> 1.4.10-1
+- 1.4.10, (re)build for rpmfusion
+
* Tue Aug 19 2008 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.8-3
- set noarch
16 years, 2 months
rpms/amarok-extras-freeworld/F-9 amarok-extras-freeworld.spec, 1.1, 1.2
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/amarok-extras-freeworld/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6170
Modified Files:
amarok-extras-freeworld.spec
Log Message:
* Fri Sep 19 2008 Rex Dieter <rdieter(a)fedoraproject.org> 1.4.10-1
- 1.4.10, (re)build for rpmfusion
Index: amarok-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/amarok-extras-freeworld/F-9/amarok-extras-freeworld.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amarok-extras-freeworld.spec 19 Aug 2008 21:25:17 -0000 1.1
+++ amarok-extras-freeworld.spec 19 Sep 2008 16:47:36 -0000 1.2
@@ -1,10 +1,10 @@
Name: amarok-extras-freeworld
Summary: Additional functionality for the amaroK media player
-Version: 1.4.8
-Release: 3%{?dist}
+Version: 1.4.10
+Release: 1%{?dist}
Group: Applications/Multimedia
-License: GPL
+License: GPLv2+
URL: http://amarok.kde.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -29,12 +29,12 @@
cd $RPM_BUILD_DIR/%{name}-%{version}
cat > README << EOF
Now that xine-lib is in Fedora, most additional functionalities are
-provided by the libtunepimp-extras-nonfree (mp3 musicbrainz plugin)
-and xine-lib-extras-nonfree (mp3 playback) packages.
+provided by the libtunepimp-extras-freeworld (mp3 musicbrainz plugin)
+and xine-lib-extras-freeworld (mp3 playback) packages.
Thus, this is only a virtual package which depends on
-libtunepimp-extras-nonfree
-xine-lib-extras-nonfree
+libtunepimp-extras-freeworld
+xine-lib-extras-freeworld
to provide an upgrade path.
You can safely remove this package if you want to.
@@ -47,6 +47,9 @@
%changelog
+* Fri Sep 19 2008 Rex Dieter <rdieter(a)fedoraproject.org> 1.4.10-1
+- 1.4.10, (re)build for rpmfusion
+
* Tue Aug 19 2008 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.8-3
- set noarch
16 years, 2 months
rpms/libtunepimp-extras-freeworld/devel libtunepimp-0.5.3-libmad.patch, 1.1, 1.2 libtunepimp-extras-freeworld.spec, 1.4, 1.5
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/libtunepimp-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28988
Modified Files:
libtunepimp-0.5.3-libmad.patch
libtunepimp-extras-freeworld.spec
Log Message:
one more try (why can't I produce this locally? why is this failure only on ppc?)
libtunepimp-0.5.3-libmad.patch:
Index: libtunepimp-0.5.3-libmad.patch
===================================================================
RCS file: /cvs/free/rpms/libtunepimp-extras-freeworld/devel/libtunepimp-0.5.3-libmad.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libtunepimp-0.5.3-libmad.patch 19 Sep 2008 14:07:56 -0000 1.1
+++ libtunepimp-0.5.3-libmad.patch 19 Sep 2008 15:01:22 -0000 1.2
@@ -1,7 +1,7 @@
diff -up libtunepimp-0.5.3/configure.in.libmad libtunepimp-0.5.3/configure.in
--- libtunepimp-0.5.3/configure.in.libmad 2006-11-28 14:28:38.000000000 -0600
-+++ libtunepimp-0.5.3/configure.in 2008-09-19 08:58:53.000000000 -0500
-@@ -236,7 +236,7 @@ AC_CHECK_LIB(mp4v2, MP4Read, [
++++ libtunepimp-0.5.3/configure.in 2008-09-19 09:28:19.000000000 -0500
+@@ -236,7 +237,7 @@ AC_CHECK_LIB(mp4v2, MP4Read, [
if test "x$use_lgpl" = "xno"; then
dnl Check for MAD decoder lib for mp3 support
@@ -10,7 +10,7 @@
AC_DEFINE(HAVE_LIBMAD,1,[MP3 Decode Support])
TP_PLUGINS="$TP_PLUGINS mp3"
with_mp3=yes,
-@@ -245,8 +245,8 @@ if test "x$use_lgpl" = "xno"; then
+@@ -245,8 +246,8 @@ if test "x$use_lgpl" = "xno"; then
echo "* the decoder from http://www.mars.org/home/rob/proj/mpeg"
echo "* to include MP3 TRM generation capabilities."
echo "*"
@@ -21,9 +21,17 @@
else
with_mp3=no
fi
+@@ -277,7 +278,6 @@ else
+ with_flac=no
+ fi
+
+-
+ AC_SUBST(TP_PLUGINS)
+ AC_SUBST(CFLAGS)
+ AC_DEFINE_UNQUOTED(PREFIX, "${prefix}", "PREFIX")
diff -up libtunepimp-0.5.3/plugins/mp3/Makefile.am.libmad libtunepimp-0.5.3/plugins/mp3/Makefile.am
--- libtunepimp-0.5.3/plugins/mp3/Makefile.am.libmad 2006-11-18 04:51:07.000000000 -0600
-+++ libtunepimp-0.5.3/plugins/mp3/Makefile.am 2008-09-19 09:03:13.000000000 -0500
++++ libtunepimp-0.5.3/plugins/mp3/Makefile.am 2008-09-19 09:28:01.000000000 -0500
@@ -24,12 +24,12 @@
#
SUBDIRS = id3tag id3tag-2.3
@@ -39,20 +47,3 @@
noinst_HEADERS = mp3decode.h id3_meta.h mp3info.h id3_2_3_meta.h mp3.h
-diff -up libtunepimp-0.5.3/plugins/mp3/Makefile.in.libmad libtunepimp-0.5.3/plugins/mp3/Makefile.in
---- libtunepimp-0.5.3/plugins/mp3/Makefile.in.libmad 2008-09-19 08:59:22.000000000 -0500
-+++ libtunepimp-0.5.3/plugins/mp3/Makefile.in 2008-09-19 09:03:38.000000000 -0500
-@@ -243,11 +243,11 @@ top_srcdir = @top_srcdir@
- #
- #
- SUBDIRS = id3tag id3tag-2.3
--INCLUDES = -I$(top_srcdir)/include/tunepimp-0.5 $(INCLTDL)
-+INCLUDES = -I$(top_srcdir)/include/tunepimp-0.5 $(INCLTDL) $(MAD_CFLAGS)
- lib_LTLIBRARIES = mp3.la
- mp3_la_SOURCES = mp3.cpp mp3decode.cpp mp3decode.h id3_meta.cpp id3_2_3_meta.cpp mp3info.cpp
- mp3_la_LDFLAGS = -module -avoid-version
--mp3_la_LIBADD = ../../lib/utf8/libutf8.la id3tag/libid3tag.la id3tag-2.3/libid3tag23.la ../../lib/libpluginsupport.la -lmad -lmusicbrainz
-+mp3_la_LIBADD = ../../lib/utf8/libutf8.la id3tag/libid3tag.la id3tag-2.3/libid3tag23.la ../../lib/libpluginsupport.la $(MAD_LIBS) -lmusicbrainz
- noinst_HEADERS = mp3decode.h id3_meta.h mp3info.h id3_2_3_meta.h mp3.h
- all: all-recursive
-
Index: libtunepimp-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/libtunepimp-extras-freeworld/devel/libtunepimp-extras-freeworld.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libtunepimp-extras-freeworld.spec 19 Sep 2008 14:07:56 -0000 1.4
+++ libtunepimp-extras-freeworld.spec 19 Sep 2008 15:01:22 -0000 1.5
@@ -20,7 +20,7 @@
%define pkglibdir %{_libdir}/tunepimp
-BuildRequires: automake
+BuildRequires: automake libtool
BuildRequires: libmusicbrainz-devel >= 2.1.0
BuildRequires: readline-devel ncurses-devel
BuildRequires: zlib-devel
@@ -53,6 +53,7 @@
%patch1 -p1 -b .gcc43
%patch2 -p1 -b .libmad
+libtoolize --force
aclocal
automake
16 years, 2 months
rpms/k9copy/F-9 k9copy.spec,1.5,1.6
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/k9copy/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25446
Modified Files:
k9copy.spec
Log Message:
* Fri Sep 19 2008 Rex Dieter <rdieter(a)fedoraproject.org> 2.0.2-4
- drop Requires: libdvdcss
Index: k9copy.spec
===================================================================
RCS file: /cvs/free/rpms/k9copy/F-9/k9copy.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- k9copy.spec 16 Sep 2008 20:41:12 -0000 1.5
+++ k9copy.spec 19 Sep 2008 14:11:48 -0000 1.6
@@ -1,40 +1,40 @@
-Name: k9copy
-Version: 2.0.2
-Release: 2%{?dist}
-Summary: Video DVD backup and creation program
-Group: Applications/Multimedia
-License: GPLv2+
-URL: http://k9copy.sourceforge.net/
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-Source.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name: k9copy
+Version: 2.0.2
+Release: 4%{?dist}
+Summary: Video DVD backup and creation program
+Group: Applications/Multimedia
+License: GPLv2+
+URL: http://k9copy.sourceforge.net/
+Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-Source.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch1: k9copy-2.0.0-libdvdread_so4.patch
Patch2: k9copy-2.0.0-gcc43.patch
-# FIXME: use pkgconfig
+# FIXME/TODO: use pkgconfig
Patch3: k9copy-2.0.2-ffmpeg.patch
# FIXME: build fails here
ExcludeArch: ppc ppc64
-BuildRequires: cmake
-BuildRequires: ffmpeg-devel
-BuildRequires: gettext
-BuildRequires: hal-devel
-BuildRequires: kdelibs4-devel libutempter-devel
-BuildRequires: libdvdread-devel
-BuildRequires: xine-lib-devel
+BuildRequires: cmake
+BuildRequires: ffmpeg-devel
+BuildRequires: gettext
+BuildRequires: hal-devel
+BuildRequires: kdelibs4-devel libutempter-devel
+BuildRequires: libdvdread-devel
+BuildRequires: pkgconfig
+BuildRequires: xine-lib-devel
Requires(post): xdg-utils
Requires(postun): xdg-utils
-Requires: dvd+rw-tools
-Requires: dvdauthor
+Requires: dvd+rw-tools
+Requires: dvdauthor
# Optional, not *strictly* required:
-Requires: libdvdcss
-Requires: mencoder
-Requires: mplayer
+Requires(hint): mencoder
+Requires(hint): mplayer
%description
Video DVD backup and creation program, features include:
@@ -58,8 +58,8 @@
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kde4} \
- -DFFMPEG_INCLUDE_DIR=%{_includedir}/ffmpeg \
- -DFFMPEGSCALE_INCLUDE_DIR=%{_includedir}/ffmpeg \
+ -DFFMPEG_INCLUDE_DIR=$(pkg-config libavcodec --variable=includedir) \
+ -DFFMPEGSCALE_INCLUDE_DIR=$(pkg-config libswscale --variable=includedir) \
..
popd
@@ -97,6 +97,12 @@
%changelog
+* Fri Sep 19 2008 Rex Dieter <rdieter(a)fedoraproject.org> 2.0.2-4
+- drop Requires: libdvdcss
+
+* Thu Sep 18 2008 Rex Dieter <rdieter(a)fedoraproject.org> 2.0.2-3
+- use pkg-config to query ffmpeg includedir(s)
+
* Tue Sep 16 2008 Rex Dieter <rdieter(a)fedoraproject.org> 2.0.2-2
- ffmpeg patch
16 years, 2 months