rpms/avidemux/devel avidemux-2.4-ppc-libmad.patch, NONE, 1.1 avidemux-2.4.3-ppc-ptr.patch, NONE, 1.1 avidemux.spec, 1.5, 1.6 avidemux-2.4-ppc.patch, 1.1, NONE
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/avidemux/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31710
Modified Files:
avidemux.spec
Added Files:
avidemux-2.4-ppc-libmad.patch avidemux-2.4.3-ppc-ptr.patch
Removed Files:
avidemux-2.4-ppc.patch
Log Message:
Rename old ppc patch, add new patch for ppc64 pointer type
avidemux-2.4-ppc-libmad.patch:
--- NEW FILE avidemux-2.4-ppc-libmad.patch ---
--- avidemux/ADM_libraries/ADM_libMad/mad.h (revision 3703)
+++ avidemux/ADM_libraries/ADM_libMad/mad.h (working copy)
@@ -24,19 +24,14 @@
extern "C" {
# endif
-//# define FPM_DEFAULT
+# define FPM_INTEL
-#if 0 //MEANX
+
# define SIZEOF_INT 4
-# define SIZEOF_LONG 8
+# define SIZEOF_LONG 4
# define SIZEOF_LONG_LONG 8
-#else
-typedef int32_t mad_fixed_t ;
-typedef int32_t mad_fixed64hi_t ;
-typedef uint32_t mad_fixed64lo_t ;
-#endif //MEANX
/* Id: version.h,v 1.26 2004/01/23 09:41:33 rob Exp */
@@ -71,7 +66,7 @@
# ifndef LIBMAD_FIXED_H
# define LIBMAD_FIXED_H
-#if 0 //MEANX
+
# if SIZEOF_INT >= 4
typedef signed int mad_fixed_t;
@@ -83,7 +78,7 @@
typedef signed long mad_fixed64hi_t;
typedef unsigned long mad_fixed64lo_t;
# endif
-#endif
+
# if defined(_MSC_VER)
# define mad_fixed64_t signed __int64
# elif 1 || defined(__GNUC__)
avidemux-2.4.3-ppc-ptr.patch:
--- NEW FILE avidemux-2.4.3-ppc-ptr.patch ---
--- ADM_mpeg.cpp.orig 2008-09-08 11:23:38.000000000 -0400
+++ ADM_mpeg.cpp 2008-09-18 16:14:10.000000000 -0400
@@ -434,8 +434,8 @@
i = (uint64_t) id;
#else
- uint32_t i;
- i = (uint32_t) id;
+ intptr_t i;
+ i = (intptr_t) id;
#endif
yv12_instance_t *instance = (yv12_instance_t *) _instance;
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/devel/avidemux.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- avidemux.spec 23 Aug 2008 00:06:58 -0000 1.5
+++ avidemux.spec 18 Sep 2008 21:00:01 -0000 1.6
@@ -4,7 +4,7 @@
Name: avidemux
Version: 2.4.3
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Graphical video editing tool
Group: Applications/Multimedia
@@ -18,7 +18,8 @@
Patch2: avidemux-2.4-i18n.patch
Patch3: avidemux-2.4-libdca.patch
Patch4: avidemux-2.4.3-lrelease.patch
-Patch5: avidemux-2.4-ppc.patch
+Patch5: avidemux-2.4-ppc-libmad.patch
+Patch6: avidemux-2.4.3-ppc-ptr.patch
#http://bugs.gentoo.org/attachment.cgi?id=160132&action=view
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -113,7 +114,10 @@
%patch2 -p1 -b .i18n
%patch3 -p1 -b .libdca
%patch4 -b .lrelease
-%patch5 -b .ppc
+%patch5 -b .ppc_libmad
+pushd avidemux/ADM_codecs/
+%patch6 -b .ppc_ptr
+popd
%build
%cmake
@@ -162,6 +166,10 @@
%endif
%changelog
+* Thu Sep 18 2008 Stewart Adam <s.adam at diffingo.com> - 2.4.3-4
+- Add another patch to fix ppc64 build (pointer type), first
+ patch was for libmad
+
* Fri Aug 22 2008 Stewart Adam <s.adam at diffingo.com> - 2.4.3-3
- Add patch to fix ppc64 build
--- avidemux-2.4-ppc.patch DELETED ---
16 years, 2 months
rpms/k9copy/devel k9copy.spec,1.3,1.4
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/k9copy/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27245
Modified Files:
k9copy.spec
Log Message:
* Thu Sep 18 2008 Rex Dieter <rdieter(a)fedoraproject.org> 2.0.2-3
- use pkg-config to query ffmpeg includedir(s)
Index: k9copy.spec
===================================================================
RCS file: /cvs/free/rpms/k9copy/devel/k9copy.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- k9copy.spec 16 Sep 2008 20:00:06 -0000 1.3
+++ k9copy.spec 18 Sep 2008 19:33:04 -0000 1.4
@@ -1,40 +1,41 @@
-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: 3%{?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
-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): libdvdcss
+Requires(hint): mencoder
+Requires(hint): mplayer
%description
Video DVD backup and creation program, features include:
@@ -58,8 +59,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 +98,9 @@
%changelog
+* 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
rpms/ffmpeg/F-9 .cvsignore, 1.2, 1.3 ffmpeg-snapshot.sh, 1.1, 1.2 ffmpeg.spec, 1.2, 1.3 sources, 1.2, 1.3
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/ffmpeg/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18232
Modified Files:
.cvsignore ffmpeg-snapshot.sh ffmpeg.spec sources
Log Message:
* Sun Sep 14 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.48.20080908
- 20080908 snapshot (r25261), last before ABI change
- fix build --with amr
- update snapshot.sh
- drop liba52 support, native ac3 decoder is better in every way
- use CFLAGS more similar to upstream
- enable X11 grabbing input
- enable libavfilter
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 5 Aug 2008 17:08:12 -0000 1.2
+++ .cvsignore 17 Sep 2008 22:57:37 -0000 1.3
@@ -1 +1 @@
-ffmpeg-20080614.tar.bz2
+ffmpeg-20080908.tar.bz2
Index: ffmpeg-snapshot.sh
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-9/ffmpeg-snapshot.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ffmpeg-snapshot.sh 5 Aug 2008 17:08:12 -0000 1.1
+++ ffmpeg-snapshot.sh 17 Sep 2008 22:57:37 -0000 1.2
@@ -17,7 +17,7 @@
cd "$tmp"
svn checkout -r {$svn} svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg-$svn
cd ffmpeg-$svn
-./version.sh .
+./version.sh . version.h
find . -type d -name .svn -print0 | xargs -0r rm -rf
sed -i -e '/^\.PHONY: version\.h$/d' Makefile
cd ..
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-9/ffmpeg.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ffmpeg.spec 10 Aug 2008 14:30:25 -0000 1.2
+++ ffmpeg.spec 17 Sep 2008 22:57:37 -0000 1.3
@@ -1,12 +1,12 @@
# TODO: add make test to %%check section
-%define svn 20080614
+%define svn 20080908
%define faad2min 1:2.6.1
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 0.4.9
-Release: 0.47.%{svn}%{?dist}.1
+Release: 0.48.%{svn}%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://ffmpeg.org/
@@ -15,7 +15,6 @@
Patch4: %{name}-asmreg.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: a52dec-devel
%{?_with_amr:BuildRequires: amrnb-devel amrwb-devel}
BuildRequires: zlib-devel
BuildRequires: lame-devel
@@ -30,6 +29,8 @@
BuildRequires: texi2html
BuildRequires: faac-devel
BuildRequires: x264-devel >= 0.0.0-0.14.20080613
+#don't enable until PIC issues on x86_64 are fixed ('ff_imdct_half_sse' in libavcodec/i386/fft_sse.c)
+#BuildRequires: yasm
%description
FFMpeg is a complete and free Internet live audio and video
@@ -76,10 +77,9 @@
--shlibdir=%{_libdir} \
--mandir=%{_mandir} \
--arch=%{_target_cpu} \
- --extra-cflags="$RPM_OPT_FLAGS" \
- %{?_with_amr:--enable-libamr-nb --enable-libamr-wb} \
+ --extra-cflags="$RPM_OPT_FLAGS -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -fasm -std=c99 -fno-math-errno" \
+ %{?_with_amr:--enable-libamr-nb --enable-libamr-wb --enable-nonfree} \
--enable-libdc1394 \
- --enable-liba52 \
--enable-libfaac \
--enable-libfaad \
--enable-libgsm \
@@ -88,6 +88,9 @@
--enable-libvorbis \
--enable-libx264 \
--enable-libxvid \
+ --enable-x11grab \
+ --enable-avfilter \
+ --enable-avfilter-lavf \
--enable-postproc \
--enable-swscale \
--enable-pthreads \
@@ -132,6 +135,7 @@
%defattr(-,root,root,-)
%{_libdir}/libavcodec.so.*
%{_libdir}/libavdevice.so.*
+%{_libdir}/libavfilter.so.*
%{_libdir}/libavformat.so.*
%{_libdir}/libavutil.so.*
%{_libdir}/libpostproc.so.*
@@ -144,6 +148,7 @@
%{_includedir}/ffmpeg
%{_libdir}/libavcodec.so
%{_libdir}/libavdevice.so
+%{_libdir}/libavfilter.so
%{_libdir}/libavformat.so
%{_libdir}/libavutil.so
%{_libdir}/libpostproc.so
@@ -151,12 +156,22 @@
%{_libdir}/pkgconfig/libswscale.pc
%{_libdir}/pkgconfig/libavcodec.pc
%{_libdir}/pkgconfig/libavdevice.pc
+%{_libdir}/pkgconfig/libavfilter.pc
%{_libdir}/pkgconfig/libavformat.pc
%{_libdir}/pkgconfig/libavutil.pc
%{_libdir}/pkgconfig/libpostproc.pc
%changelog
+* Thu Sep 18 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.48.20080908
+- 20080908 snapshot (r25261), last before ABI change
+- fix build --with amr
+- update snapshot.sh
+- drop liba52 support, native ac3 decoder is better in every way
+- use CFLAGS more similar to upstream
+- enable X11 grabbing input
+- enable libavfilter
+
* Sun Aug 10 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.4.9-0.47.20080614.1
- rebuild
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 5 Aug 2008 17:08:12 -0000 1.2
+++ sources 17 Sep 2008 22:57:37 -0000 1.3
@@ -1 +1 @@
-322a5f53e33b5b4f312ed798d14c6ced ffmpeg-20080614.tar.bz2
+0165b69b8e5bfc7a82fcf2247269b84b ffmpeg-20080908.tar.bz2
16 years, 2 months
rpms/ffmpeg/devel .cvsignore, 1.4, 1.5 ffmpeg.spec, 1.3, 1.4 sources, 1.4, 1.5
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/ffmpeg/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17783
Modified Files:
.cvsignore ffmpeg.spec sources
Log Message:
* Thu Sep 18 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.50.20080908
- 20080908 snapshot (r25261), last before ABI change
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 5 Sep 2008 15:17:52 -0000 1.4
+++ .cvsignore 17 Sep 2008 22:55:34 -0000 1.5
@@ -1 +1 @@
-ffmpeg-20080905.tar.bz2
+ffmpeg-20080908.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ffmpeg.spec 5 Sep 2008 15:17:52 -0000 1.3
+++ ffmpeg.spec 17 Sep 2008 22:55:34 -0000 1.4
@@ -1,12 +1,12 @@
# TODO: add make test to %%check section
-%define svn 20080905
+%define svn 20080908
%define faad2min 1:2.6.1
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 0.4.9
-Release: 0.49.%{svn}%{?dist}
+Release: 0.50.%{svn}%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://ffmpeg.org/
@@ -163,6 +163,9 @@
%changelog
+* Thu Sep 18 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.50.20080908
+- 20080908 snapshot (r25261), last before ABI change
+
* Fri Sep 05 2008 Dominik Mierzejewski <rpm at greysector.net> - 0.4.9-0.49.20080905
- 20080905 snapshot
- fix build --with amr
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 5 Sep 2008 15:17:52 -0000 1.4
+++ sources 17 Sep 2008 22:55:34 -0000 1.5
@@ -1 +1 @@
-29802605e4d20aef1b6b02916877541b ffmpeg-20080905.tar.bz2
+0165b69b8e5bfc7a82fcf2247269b84b ffmpeg-20080908.tar.bz2
16 years, 2 months
rpms/k3b-extras-freeworld/F-8 k3b-extras-freeworld.spec,1.1,1.2
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/k3b-extras-freeworld/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5767/F-8
Modified Files:
k3b-extras-freeworld.spec
Log Message:
BR: libdvdread-devel
Index: k3b-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/F-8/k3b-extras-freeworld.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- k3b-extras-freeworld.spec 17 Sep 2008 16:22:34 -0000 1.1
+++ k3b-extras-freeworld.spec 17 Sep 2008 18:56:45 -0000 1.2
@@ -23,6 +23,7 @@
BuildRequires: %{kdelibs3}-devel
BuildRequires: lame-devel
+BuildRequires: libdvdread-devel
BuildRequires: libmad-devel
%{?ffmpeg:BuildRequires: %{ffmpeg}-devel automake}
BuildRequires: libmusicbrainz-devel
@@ -62,6 +63,7 @@
--enable-new-ldflags \
--disable-debug --disable-warnings \
--disable-dependency-tracking --enable-final \
+ --with-libdvdread \
--with-external-libsamplerate=no \
--without-oggvorbis \
--without-flac \
16 years, 2 months
rpms/k3b-extras-freeworld/F-9 k3b-extras-freeworld.spec,1.1,1.2
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/k3b-extras-freeworld/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5767/F-9
Modified Files:
k3b-extras-freeworld.spec
Log Message:
BR: libdvdread-devel
Index: k3b-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/F-9/k3b-extras-freeworld.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- k3b-extras-freeworld.spec 17 Sep 2008 16:20:05 -0000 1.1
+++ k3b-extras-freeworld.spec 17 Sep 2008 18:56:46 -0000 1.2
@@ -23,6 +23,7 @@
BuildRequires: %{kdelibs3}-devel
BuildRequires: lame-devel
+BuildRequires: libdvdread-devel
BuildRequires: libmad-devel
%{?ffmpeg:BuildRequires: %{ffmpeg}-devel automake}
BuildRequires: libmusicbrainz-devel
@@ -62,6 +63,7 @@
--enable-new-ldflags \
--disable-debug --disable-warnings \
--disable-dependency-tracking --enable-final \
+ --with-libdvdread \
--with-external-libsamplerate=no \
--without-oggvorbis \
--without-flac \
16 years, 2 months
rpms/k3b-extras-freeworld/devel k3b-extras-freeworld.spec,1.6,1.7
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/k3b-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5364
Modified Files:
k3b-extras-freeworld.spec
Log Message:
omit no-longer-needed libdvdread hack
Index: k3b-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/k3b-extras-freeworld.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- k3b-extras-freeworld.spec 17 Sep 2008 16:51:58 -0000 1.6
+++ k3b-extras-freeworld.spec 17 Sep 2008 18:55:47 -0000 1.7
@@ -48,12 +48,6 @@
%prep
%setup -q -n k3b-%{version}
-# FIXME? -- Rex
-%if 0%{?fedora} > 9
-sed -i.libdvdread -e 's|dvdread/|libdvdread/|' \
- libk3b/videodvd/configure.in.in libk3b/videodvd/k3bvideodvd.cpp configure
-%endif
-
%if 0%{?ffmpeg:1}
%patch1 -p1 -b .ffmpeg
make -f admin/Makefile.common
16 years, 2 months
rpms/mythtv/devel mythtv.spec,1.6,1.7
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1336
Modified Files:
mythtv.spec
Log Message:
* Wed Sep 17 2008 Jarod Wilson <jarod(a)wilsonet.com> - 0.21-10
- Nuke a bunch of configure flags that really shouldn't be
enabled anymore, per discussion with mythtv devs.
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mythtv.spec 10 Sep 2008 04:47:43 -0000 1.6
+++ mythtv.spec 17 Sep 2008 17:38:02 -0000 1.7
@@ -89,15 +89,15 @@
BuildRequires: perl(LWP::UserAgent)
BuildRequires: python-devel
# Misc A/V format support
-BuildRequires: lame-devel
+#BuildRequires: lame-devel
BuildRequires: libogg-devel, libvorbis-devel, libtheora-devel
BuildRequires: faad2-devel
-BuildRequires: faac-devel
-BuildRequires: x264-devel
-BuildRequires: xvidcore-devel
-BuildRequires: a52dec-devel
-BuildRequires: libdca-devel
-BuildRequires: gsm-devel
+#BuildRequires: faac-devel
+#BuildRequires: x264-devel
+#BuildRequires: xvidcore-devel
+#BuildRequires: a52dec-devel
+#BuildRequires: libdca-devel
+#BuildRequires: gsm-devel
# mythmusic
BuildRequires: libmad-devel, taglib-devel >= 1.4
BuildRequires: libvorbis-devel >= 1.0, flac-devel >= 1.0.4
@@ -606,10 +606,7 @@
%else
--disable-directfb \
%endif
- --enable-liba52 --enable-libmp3lame \
- --enable-libfaac --enable-libfaad \
- --enable-libtheora --enable-libvorbis \
- --enable-libx264 --enable-libxvid \
+ --enable-libfaad --enable-libtheora \
--with-bindings="perl, python"
echo "QMAKE_PROJECT_DEPTH = 0" >> settings.pro
@@ -1017,8 +1014,9 @@
%endif
%changelog
-* Wed Sep 10 2008 Jarod Wilson <jarod(a)wilsonet.com> - 0.21-10
-- Bump and rebuild for newer x264
+* Wed Sep 17 2008 Jarod Wilson <jarod(a)wilsonet.com> - 0.21-10
+- Nuke a bunch of configure flags that really shouldn't be
+ enabled anymore, per discussion with mythtv devs.
* Wed Sep 03 2008 Jarod Wilson <jarod(a)wilsonet.com> - 0.21-9
- Conditionalize some qt/qt3 stuff so spec builds on
16 years, 2 months
rpms/k3b-extras-freeworld/devel k3b-extras-freeworld.spec,1.5,1.6
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/k3b-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30927
Modified Files:
k3b-extras-freeworld.spec
Log Message:
don't Release++
Index: k3b-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/k3b-extras-freeworld.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- k3b-extras-freeworld.spec 17 Sep 2008 16:51:33 -0000 1.5
+++ k3b-extras-freeworld.spec 17 Sep 2008 16:51:58 -0000 1.6
@@ -8,7 +8,7 @@
Name: k3b-extras-freeworld
Version: 1.0.5
-Release: 5%{?dist}
+Release: 4%{?dist}
Summary: Additional codec plugins for the k3b CD/DVD burning application
Group: Applications/Multimedia
16 years, 2 months
rpms/k3b-extras-freeworld/devel k3b-extras-freeworld.spec,1.4,1.5
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/k3b-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30625
Modified Files:
k3b-extras-freeworld.spec
Log Message:
fix libdvdread-related build issue
Index: k3b-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/k3b-extras-freeworld.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- k3b-extras-freeworld.spec 17 Sep 2008 16:15:27 -0000 1.4
+++ k3b-extras-freeworld.spec 17 Sep 2008 16:51:33 -0000 1.5
@@ -8,7 +8,7 @@
Name: k3b-extras-freeworld
Version: 1.0.5
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Additional codec plugins for the k3b CD/DVD burning application
Group: Applications/Multimedia
@@ -23,6 +23,7 @@
BuildRequires: %{kdelibs3}-devel
BuildRequires: lame-devel
+BuildRequires: libdvdread-devel
BuildRequires: libmad-devel
%{?ffmpeg:BuildRequires: %{ffmpeg}-devel automake}
BuildRequires: libmusicbrainz-devel
@@ -47,6 +48,12 @@
%prep
%setup -q -n k3b-%{version}
+# FIXME? -- Rex
+%if 0%{?fedora} > 9
+sed -i.libdvdread -e 's|dvdread/|libdvdread/|' \
+ libk3b/videodvd/configure.in.in libk3b/videodvd/k3bvideodvd.cpp configure
+%endif
+
%if 0%{?ffmpeg:1}
%patch1 -p1 -b .ffmpeg
make -f admin/Makefile.common
@@ -62,6 +69,7 @@
--enable-new-ldflags \
--disable-debug --disable-warnings \
--disable-dependency-tracking --enable-final \
+ --with-libdvdread \
--with-external-libsamplerate=no \
--without-oggvorbis \
--without-flac \
16 years, 2 months