rpms/rt2870/F-11 rt2870.spec,1.7,1.8
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2870/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23056
Modified Files:
rt2870.spec
Log Message:
* Wed Jun 17 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-2
- Modify RT2870STA.dat to support WPA2 (RFBZ #664)
Index: rt2870.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870/F-11/rt2870.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rt2870.spec 22 May 2009 20:25:52 -0000 1.7
+++ rt2870.spec 17 Jun 2009 21:34:01 -0000 1.8
@@ -2,7 +2,7 @@
Name: rt2870
Version: 2.1.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Common files for RaLink rt2870 kernel driver
Group: System Environment/Kernel
License: GPLv2+
@@ -40,7 +40,8 @@
chmod -x *.txt
%build
-echo "Nothing to build."
+# Needed for WPA2 support (RFBZ #664)
+sed -i 's|HT_DisallowTKIP=1|HT_DisallowTKIP=0|' RT2870STA.dat
sleep 1m
%install
@@ -61,6 +62,9 @@
%changelog
+* Wed Jun 17 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-2
+- Modify RT2870STA.dat to support WPA2 (RFBZ #664)
+
* Fri May 22 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-1
- version update (2.1.2.0)
15 years, 5 months
rpms/rt2870/devel rt2870.spec,1.7,1.8
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2870/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22928
Modified Files:
rt2870.spec
Log Message:
* Wed Jun 17 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-2
- Modify RT2870STA.dat to support WPA2 (RFBZ #664)
Index: rt2870.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870/devel/rt2870.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rt2870.spec 22 May 2009 20:25:52 -0000 1.7
+++ rt2870.spec 17 Jun 2009 21:33:08 -0000 1.8
@@ -2,7 +2,7 @@
Name: rt2870
Version: 2.1.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Common files for RaLink rt2870 kernel driver
Group: System Environment/Kernel
License: GPLv2+
@@ -40,7 +40,8 @@
chmod -x *.txt
%build
-echo "Nothing to build."
+# Needed for WPA2 support (RFBZ #664)
+sed -i 's|HT_DisallowTKIP=1|HT_DisallowTKIP=0|' RT2870STA.dat
sleep 1m
%install
@@ -61,6 +62,9 @@
%changelog
+* Wed Jun 17 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-2
+- Modify RT2870STA.dat to support WPA2 (RFBZ #664)
+
* Fri May 22 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.2.0-1
- version update (2.1.2.0)
15 years, 5 months
rpms/vlc/F-11 vlc.spec, 1.35, 1.36 vlc-1.0.0-pre1-xulrunner-191_support.patch, 1.2, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9735
Modified Files:
vlc.spec
Removed Files:
vlc-1.0.0-pre1-xulrunner-191_support.patch
Log Message:
Sync with devel
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-11/vlc.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- vlc.spec 17 Jun 2009 10:59:13 -0000 1.35
+++ vlc.spec 17 Jun 2009 17:27:04 -0000 1.36
@@ -4,7 +4,7 @@
%define with_internal_live555 0
%define live555_date 2008.07.25
%define vlc_git 0
-%define vlc_rc -rc2
+%define vlc_rc -rc4
%define with_mozilla 1
%define with_dc1394 0
%define with_directfb 1
@@ -13,27 +13,28 @@
Summary: Multi-platform MPEG, DVD, and DivX player
Name: vlc
Version: 1.0.0
-Release: 0.7rc2%{?dist}.1
+Release: 0.12rc4%{?dist}
License: GPLv2+
Group: Applications/Multimedia
-URL: http://www.videolan.org/
+URL: http://www.videolan.org
Source0: http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}%{...
%if %with_internal_live555
Source2: http://www.live555.com/liveMedia/public/live.%{live555_date}.tar.gz
%endif
Source10: vlc-handlers.schemas
+Source11: shine.c
+Source12: enc_base.h
Patch0: vlc-trunk-default_font.patch
Patch1: 0001-Default-libv4l2-to-true.patch
Patch2: 0002-Default-aout-for-pulse.patch
Patch3: 300_all_pic.patch
Patch4: 310_all_mmx_pic.patch
-Patch5: vlc-1.0.0-pre1-xulrunner-191_support.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
BuildRequires: gettext
-%if 1
+%if 0
BuildRequires: gettext-devel
BuildRequires: libtool
%endif
@@ -68,9 +69,10 @@
BuildRequires: libdvbpsi-devel
BuildRequires: libdvdnav-devel
BuildRequires: libebml-devel
+BuildRequires: libhildon-devel
BuildRequires: libid3tag-devel
BuildRequires: libkate-devel
-BuildRequires: libmad-devel
+BuildRequires: libmad-devel
BuildRequires: libmatroska-devel >= 0.7.6
BuildRequires: libmodplug-devel
BuildRequires: libmp4v2-devel
@@ -78,6 +80,7 @@
BuildRequires: libmtp-devel
BuildRequires: libnotify-devel
BuildRequires: libproxy-devel
+BuildRequires: libraw1394-devel
BuildRequires: librsvg2-devel >= 2.9.0
BuildRequires: libsysfs-devel
BuildRequires: libshout-devel
@@ -218,16 +221,24 @@
%description nox
VLC Media Player with framebuffer support for X-less server.
+%package plugin-jack
+Summary: JACK audio plugin for VLC
+Group: Applications/Multimedia
+Requires: vlc-core = %{version}-%{release}
+
+%description plugin-jack
+JACK audio plugin for the VLC media player.
+
%if %with_dc1394
-%package plugins-dc1394
+%package plugin-dc1394
Summary: VLC Media Player Plugins for dc1394
Group: Applications/Multimedia
Requires: %{name}-core = %{version}
Requires: compat-libdc1394-tools
-%description plugins-dc1394
-VLC plugins for libdc1394
+%description plugin-dc1394
+VLC plugin for libdc1394
%endif
%prep
@@ -242,13 +253,17 @@
%patch3 -p1 -b .dmo_pic
sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
%patch4 -p1 -b .mmx_pic
-%if 0%{?fedora} >= 11
-%patch5 -p1 -b .xul191
-%endif
+
rm modules/access/videodev2.h
ln -sf %{_includedir}/videodev2.h modules/access/
-./bootstrap
+#rm aclocal.m4 m4/lib*.m4 m4/lt*.m4
+#./bootstrap
+
+#missing sources
+install -pm 0644 %{SOURCE11} modules/codec/shine
+install -pm 0644 %{SOURCE12} modules/codec/shine
+
%build
@@ -282,6 +297,8 @@
--enable-pvr \
--enable-gnomevfs \
--enable-cddax \
+ --enable-wma-fixed \
+ --enable-shine \
--enable-faad \
--enable-twolame \
--enable-real \
@@ -438,7 +455,6 @@
%{_libdir}/vlc/gui/libqt4_plugin.so
%{_libdir}/vlc/access/libaccess_gnomevfs_plugin.so
%{_libdir}/vlc/access/libx11_screen_plugin.so
-%{_libdir}/vlc/codec/libfluidsynth_plugin.so
%{_libdir}/vlc/misc/libsvg_plugin.so
%{_libdir}/vlc/misc/libnotify_plugin.so
%{_libdir}/vlc/video_output/libaa_plugin.so
@@ -471,6 +487,7 @@
%{_libdir}/*.so.*
%exclude %{_libdir}/vlc/gui/libqt4_plugin.so
%exclude %{_libdir}/vlc/access/libaccess_gnomevfs_plugin.so
+%exclude %{_libdir}/vlc/access/libaccess_jack_plugin.so
%exclude %{_libdir}/vlc/access/libx11_screen_plugin.so
%exclude %{_libdir}/vlc/codec/libfluidsynth_plugin.so
%exclude %{_libdir}/vlc/misc/libsvg_plugin.so
@@ -495,6 +512,8 @@
%exclude %{_libdir}/vlc/video_filter/libopencv_example_plugin.so
%exclude %{_libdir}/vlc/video_filter/libopencv_wrapper_plugin.so
%exclude %{_libdir}/vlc/video_filter/libpanoramix_plugin.so
+%exclude %{_libdir}/vlc/audio_output/libjack_plugin.so
+%exclude %{_libdir}/vlc/audio_output/libportaudio_plugin.so
%exclude %{_libdir}/vlc/audio_output/libpulse_plugin.so
%if %with_dc1394
%exclude %{_libdir}/vlc/access/libdc1394_plugin.so
@@ -502,6 +521,13 @@
%{_libdir}/vlc/
%{_mandir}/man1/vlc*.1*
+%files plugin-jack
+%defattr(-,root,root,-)
+%{_libdir}/vlc/access/libaccess_jack_plugin.so
+%{_libdir}/vlc/audio_output/libportaudio_plugin.so
+%{_libdir}/vlc/audio_output/libjack_plugin.so
+%{_libdir}/vlc/codec/libfluidsynth_plugin.so
+
%files nox
%defattr(-,root,root,-)
%{_libdir}/vlc/video_output/libdirectfb_plugin.so
@@ -534,6 +560,21 @@
%changelog
+* Wed Jun 17 2009 kwizart < kwizart at gmail.com > - 1.0.0-0.12rc4
+- Update to 1.0.0-rc4
+
+* Sun Jun 7 2009 kwizart < kwizart at gmail.com > - 1.0.0-0.11rc3
+- Update to 1.0.0-rc3
+
+* Fri Jun 5 2009 kwizart < kwizart at gmail.com > - 1.0.0-0.10rc2
+- Move some module to avoid dependency
+- Remove previous signal-slot connection(s) if any - vlc trac #2818
+
+* Tue Jun 2 2009 kwizart < kwizart at gmail.com > - 1.0.0-0.9rc2
+- Update to current bugfix
+- Revert b8f23ea716693d8d07dd8bd0cb4c9ba8ed05f568
+- Split plugin-jack
+
* Wed May 27 2009 kwizart < kwizart at gmail.com > - 1.0.0-0.7rc2
- Update to 1.0.0-rc2
- Rebase xulrunner patch for -rc2
--- vlc-1.0.0-pre1-xulrunner-191_support.patch DELETED ---
15 years, 5 months
rpms/vlc/devel vlc.spec,1.38,1.39
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9374
Modified Files:
vlc.spec
Log Message:
Update to 1.0.0-rc4
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- vlc.spec 7 Jun 2009 09:14:31 -0000 1.38
+++ vlc.spec 17 Jun 2009 17:20:02 -0000 1.39
@@ -4,7 +4,7 @@
%define with_internal_live555 0
%define live555_date 2008.07.25
%define vlc_git 0
-%define vlc_rc -rc3
+%define vlc_rc -rc4
%define with_mozilla 1
%define with_dc1394 0
%define with_directfb 1
@@ -13,7 +13,7 @@
Summary: Multi-platform MPEG, DVD, and DivX player
Name: vlc
Version: 1.0.0
-Release: 0.11rc3%{?dist}
+Release: 0.12rc4%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -29,15 +29,12 @@
Patch2: 0002-Default-aout-for-pulse.patch
Patch3: 300_all_pic.patch
Patch4: 310_all_mmx_pic.patch
-Patch5: vlc-1.0.0-pre1-xulrunner-191_support.patch
-Patch6: 0005-Improve-compatibility-with-PA-when-the-vlc-alsa-outp.patch
-Patch7: vlc-revert-b8f23ea716693d8d07dd8bd0cb4c9ba8ed05f568.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
BuildRequires: gettext
-%if 1
+%if 0
BuildRequires: gettext-devel
BuildRequires: libtool
%endif
@@ -83,6 +80,7 @@
BuildRequires: libmtp-devel
BuildRequires: libnotify-devel
BuildRequires: libproxy-devel
+BuildRequires: libraw1394-devel
BuildRequires: librsvg2-devel >= 2.9.0
BuildRequires: libsysfs-devel
BuildRequires: libshout-devel
@@ -255,16 +253,12 @@
%patch3 -p1 -b .dmo_pic
sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
%patch4 -p1 -b .mmx_pic
-%if 0%{?fedora} >= 11
-%patch5 -p1 -b .xul191
-%endif
-%patch6 -p1 -b .alsa_pa
-%patch7 -p1 -b .revert
+
rm modules/access/videodev2.h
ln -sf %{_includedir}/videodev2.h modules/access/
-rm aclocal.m4 m4/lib*.m4 m4/lt*.m4
-./bootstrap
+#rm aclocal.m4 m4/lib*.m4 m4/lt*.m4
+#./bootstrap
#missing sources
install -pm 0644 %{SOURCE11} modules/codec/shine
@@ -566,6 +560,9 @@
%changelog
+* Wed Jun 17 2009 kwizart < kwizart at gmail.com > - 1.0.0-0.12rc4
+- Update to 1.0.0-rc4
+
* Sun Jun 7 2009 kwizart < kwizart at gmail.com > - 1.0.0-0.11rc3
- Update to 1.0.0-rc3
15 years, 5 months
rpms/k3b-extras-freeworld/devel k3b-1.66.0-ffmpeg.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 k3b-extras-freeworld.spec, 1.9, 1.10 sources, 1.2, 1.3 k3b-1.0.5-ffmpeg.patch, 1.2, NONE k3b-lavc52.patch, 1.1, NONE
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/k3b-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4056
Modified Files:
.cvsignore k3b-extras-freeworld.spec sources
Added Files:
k3b-1.66.0-ffmpeg.patch
Removed Files:
k3b-1.0.5-ffmpeg.patch k3b-lavc52.patch
Log Message:
* Wed Jun 17 2009 Rex Dieter <rdieter(a)fedoraproject.org> - 1.66.0-0.1.alpha2
- k3b-1.66.0
k3b-1.66.0-ffmpeg.patch:
--- NEW FILE k3b-1.66.0-ffmpeg.patch ---
diff -up k3b-1.66.0/plugins/decoder/ffmpeg/CMakeLists.txt.ffmpeg k3b-1.66.0/plugins/decoder/ffmpeg/CMakeLists.txt
--- k3b-1.66.0/plugins/decoder/ffmpeg/CMakeLists.txt.ffmpeg 2008-09-27 01:33:36.000000000 -0500
+++ k3b-1.66.0/plugins/decoder/ffmpeg/CMakeLists.txt 2009-06-17 10:21:55.349002048 -0500
@@ -3,14 +3,14 @@
########### next target ###############
-find_file(newffmpegavcodecpath avcodec.h /usr/include/libavcodec)
-
-if(newffmpegavcodecpath)
+if(FFMPEG_INCLUDE_DIR_OLD_STYLE)
+ message(STATUS "didn't find new ffmpegcodecpath")
+ include_directories (${FFMPEG_INCLUDE_DIR_OLD_STYLE})
+else(FFMPEG_INCLUDE_DIR_OLD_STYLE)
message(STATUS "found new ffmpegcodecpath")
add_definitions(-DNEWFFMPEGAVCODECPATH)
-else(newffmpegavcodecpath)
- message(STATUS "didn't find new ffmpegcodecpath")
-endif(newffmpegavcodecpath)
+ include_directories (${FFMPEG_INCLUDE_DIR})
+endif(FFMPEG_INCLUDE_DIR_OLD_STYLE)
set(k3bffmpegdecoder_PART_SRCS k3bffmpegdecoder.cpp k3bffmpegwrapper.cpp )
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 15 Sep 2008 15:53:13 -0000 1.2
+++ .cvsignore 17 Jun 2009 15:38:31 -0000 1.3
@@ -1 +1 @@
-k3b-1.0.5.tar.bz2
+k3b-1.66.0alpha2.tar.bz2
Index: k3b-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/k3b-extras-freeworld.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- k3b-extras-freeworld.spec 29 Mar 2009 13:17:01 -0000 1.9
+++ k3b-extras-freeworld.spec 17 Jun 2009 15:38:31 -0000 1.10
@@ -1,42 +1,42 @@
-%define kdelibs3 kdelibs
-%if 0%{?fedora} > 6
-%define kdelibs3 kdelibs3
-%define ffmpeg ffmpeg
-%define _with_ffmpeg --with-ffmpeg
-%endif
-
-Name: k3b-extras-freeworld
-Version: 1.0.5
-Release: 6%{?dist}
-Summary: Additional codec plugins for the k3b CD/DVD burning application
-
-Group: Applications/Multimedia
-License: GPLv2+
-URL: http://www.k3b.org
-Source0: http://downloads.sourceforge.net/sourceforge/k3b/k3b-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
+%define pre alpha2
-Patch1: k3b-1.0.5-ffmpeg.patch
-Patch2: k3b-lavc52.patch
+Name: k3b-extras-freeworld
+Summary: Additional codec plugins for the k3b CD/DVD burning application
-ExcludeArch: s390 s390x
+Version: 1.66.0
+Release: 0.1.%{pre}%{?dist}
-BuildRequires: %{kdelibs3}-devel
+Group: Applications/Archiving
+License: GPLv2+
+URL: http://www.k3b.org/
+Source0: http://downloads.sourceforge.net/sourceforge/k3b/k3b-%{version}%{pre}.tar...
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# TODO: bugzilla/document
+ExcludeArch: s390 s390x
+
+## upstreamable patches
+Patch50: k3b-1.66.0-ffmpeg.patch
+
+BuildRequires: cmake
+BuildRequires: flac-devel
+BuildRequires: gettext
+BuildRequires: kdelibs4-devel
+BuildRequires: kdemultimedia-devel
+BuildRequires: libdvdread-devel
+BuildRequires: libmpcdec-devel
+BuildRequires: libmusicbrainz-devel
+BuildRequires: libsamplerate-devel
+BuildRequires: libsndfile-devel
+BuildRequires: libvorbis-devel
+# needed by k3bsetup
+#BuildRequires: polkit-qt-devel
+BuildRequires: taglib-devel
+
+BuildRequires: ffmpeg-devel
BuildRequires: lame-devel
BuildRequires: libdvdread-devel
BuildRequires: libmad-devel
-%{?ffmpeg:BuildRequires: %{ffmpeg}-devel automake}
-BuildRequires: libmusicbrainz-devel
-BuildRequires: gettext
-BuildRequires: taglib-devel
-
-Obsoletes: k3b-mp3 < 0.12.10
-Provides: k3b-mp3 = %{version}-%{release}
-
-# livna upgrade
-Obsoletes: k3b-extras-nonfree < 1.0.4-3
-Provides: k3b-extras-nonfree = %{version}-%{release}
Requires: k3b >= %{version}
@@ -46,81 +46,57 @@
handle CD/DVD burning application.
+
%prep
%setup -q -n k3b-%{version}
-%if 0%{?ffmpeg:1}
-%patch1 -p1 -b .ffmpeg
-%patch2 -p1 -b .lavc52
-make -f admin/Makefile.common
-%endif
+%patch50 -p1 -b .ffmpeg
%build
-unset QTDIR
-[ -z "$QTDIR" ] && . /etc/profile.d/qt.sh
-%configure \
- --disable-rpath \
- --enable-new-ldflags \
- --disable-debug --disable-warnings \
- --disable-dependency-tracking --enable-final \
- --with-libdvdread \
- --with-external-libsamplerate=no \
- --without-oggvorbis \
- --without-flac \
- --without-sndfile \
- --without-hal \
- --without-musepack \
- --with-k3bsetup=no \
- %{?_with_ffmpeg} %{!?_with_ffmpeg:--without-ffmpeg} \
- --with-lame \
- --with-libmad
-
-%define makeflags %{?_smp_mflags}%{nil}
-
-# We need just a few k3b core libs.
-# As FC k3b package no longer includes the libtool archives,
-# we cannot simply link them anymore.
-pushd libk3bdevice
-#ln -s %{_libdir}/libk3bdevice.la libk3bdevice.la
-make %makeflags
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kde4} \
+ ..
popd
-pushd libk3b
-#ln -s %{_libdir}/libk3b.la libk3b.la
-make %makeflags
-popd
+#make %{?_smp_mflags} -C %{_target_platform}/libk3bdevice
+#make %{?_smp_mflags} -C %{_target_platform}/libk3b
+make %{?_smp_mflags} -C %{_target_platform}/plugins/decoder/ffmpeg
+make %{?_smp_mflags} -C %{_target_platform}/plugins/decoder/mp3
+make %{?_smp_mflags} -C %{_target_platform}/plugins/encoder/lame
-# Now build individual plugins.
-make %makeflags -C plugins/decoder/mp3
-%{?ffmpeg:make %makeflags -C plugins/decoder/ffmpeg}
-make %makeflags -C plugins/encoder/lame
%install
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
-make install DESTDIR=$RPM_BUILD_ROOT -C plugins/decoder/mp3
-%{?ffmpeg:make install DESTDIR=$RPM_BUILD_ROOT -C plugins/decoder/ffmpeg}
-make install DESTDIR=$RPM_BUILD_ROOT -C plugins/encoder/lame
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}/plugins/decoder/ffmpeg
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}/plugins/decoder/mp3
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}/plugins/encoder/lame
%clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
-%files
+%files
%defattr(-,root,root,-)
-%{?ffmpeg:%{_libdir}/kde3/libk3bffmpegdecoder.*}
-%{?ffmpeg:%{_datadir}/apps/k3b/plugins/k3bffmpegdecoder.plugin}
-%{_libdir}/kde3/libk3blameencoder.*
-%{_datadir}/apps/k3b/plugins/k3blameencoder.plugin
-%{_libdir}/kde3/libk3bmaddecoder.*
-%{_datadir}/apps/k3b/plugins/k3bmaddecoder.plugin
+%{_kde4_libdir}/kde4/k3bffmpegdecoder.so
+%{_kde4_libdir}/kde4/k3blameencoder.so
+%{_kde4_libdir}/kde4/k3bmaddecoder.so
+%{_kde4_libdir}/kde4/kcm_k3blameencoder.so
+%{_kde4_datadir}/kde4/services/k3bffmpegdecoder.desktop
+%{_kde4_datadir}/kde4/services/k3blameencoder.desktop
+%{_kde4_datadir}/kde4/services/k3bmaddecoder.desktop
+%{_kde4_datadir}/kde4/services/kcm_k3blameencoder.desktop
%changelog
+* Wed Jun 17 2009 Rex Dieter <rdieter(a)fedoraproject.org> - 1.66.0-0.1.alpha2
+- k3b-1.66.0
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.0.5-6
- rebuild for new F11 features
Index: sources
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 15 Sep 2008 15:53:13 -0000 1.2
+++ sources 17 Jun 2009 15:38:31 -0000 1.3
@@ -1 +1 @@
-e3b37d0d009af3dd149215d6ae0d54f3 k3b-1.0.5.tar.bz2
+60717ca718da93ee65f5fc2c0d9e8c71 k3b-1.66.0alpha2.tar.bz2
--- k3b-1.0.5-ffmpeg.patch DELETED ---
--- k3b-lavc52.patch DELETED ---
15 years, 5 months
rpms/vlc/F-11 vlc.spec,1.34,1.35
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13848
Modified Files:
vlc.spec
Log Message:
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-11/vlc.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- vlc.spec 27 May 2009 11:34:29 -0000 1.34
+++ vlc.spec 17 Jun 2009 10:59:13 -0000 1.35
@@ -13,7 +13,7 @@
Summary: Multi-platform MPEG, DVD, and DivX player
Name: vlc
Version: 1.0.0
-Release: 0.7rc2%{?dist}
+Release: 0.7rc2%{?dist}.1
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org/
15 years, 5 months
rpms/gstreamer-plugins-bad/F-11 gstreamer-plugins-bad.spec, 1.16, 1.17
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/gstreamer-plugins-bad/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4087
Modified Files:
gstreamer-plugins-bad.spec
Log Message:
* Wed Jun 17 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.12-2
- Rebuild for changes in the gstreamer provides script
Index: gstreamer-plugins-bad.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-bad/F-11/gstreamer-plugins-bad.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gstreamer-plugins-bad.spec 31 May 2009 20:01:20 -0000 1.16
+++ gstreamer-plugins-bad.spec 17 Jun 2009 08:03:19 -0000 1.17
@@ -7,7 +7,7 @@
Summary: GStreamer streaming media framework "bad" plug-ins
Name: gstreamer-plugins-bad
Version: 0.10.12
-Release: 1%{?dist}.1
+Release: 2%{?dist}
# The freeze and nfs plugins are LGPLv2 (only)
License: LGPLv2+ and LGPLv2
Group: Applications/Multimedia
@@ -265,6 +265,9 @@
%changelog
+* Wed Jun 17 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.12-2
+- Rebuild for changes in the gstreamer provides script
+
* Sun May 31 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.12-1
- New upstream release 0.10.12
- Resolves rf 622, rf 592
15 years, 5 months
rpms/gstreamer-plugins-ugly/F-11 gstreamer-plugins-ugly.spec, 1.14, 1.15
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/gstreamer-plugins-ugly/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4058
Modified Files:
gstreamer-plugins-ugly.spec
Log Message:
* Wed Jun 17 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.11-2
- Rebuild for changes in the gstreamer provides script
Index: gstreamer-plugins-ugly.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-ugly/F-11/gstreamer-plugins-ugly.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gstreamer-plugins-ugly.spec 24 Mar 2009 11:06:15 -0000 1.14
+++ gstreamer-plugins-ugly.spec 17 Jun 2009 08:03:16 -0000 1.15
@@ -11,7 +11,7 @@
Summary: GStreamer streaming media framework "ugly" plug-ins
Name: gstreamer-plugins-ugly
Version: 0.10.11
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
@@ -109,6 +109,9 @@
%changelog
+* Wed Jun 17 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.11-2
+- Rebuild for changes in the gstreamer provides script
+
* Sun Mar 22 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.11-1
- New upstream release 0.10.11
15 years, 5 months
rpms/gstreamer-ffmpeg/F-11 gstreamer-ffmpeg.spec,1.9,1.10
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/gstreamer-ffmpeg/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4027
Modified Files:
gstreamer-ffmpeg.spec
Log Message:
* Wed Jun 17 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.7-2
- Rebuild for changes in the gstreamer provides script
Index: gstreamer-ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-ffmpeg/F-11/gstreamer-ffmpeg.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gstreamer-ffmpeg.spec 24 Mar 2009 10:23:54 -0000 1.9
+++ gstreamer-ffmpeg.spec 17 Jun 2009 08:03:14 -0000 1.10
@@ -1,6 +1,6 @@
Name: gstreamer-ffmpeg
Version: 0.10.7
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: GStreamer FFmpeg-based plug-ins
Group: Applications/Multimedia
# the ffmpeg plugin is LGPL, the postproc plugin is GPL
@@ -54,6 +54,9 @@
%changelog
+* Wed Jun 17 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.7-2
+- Rebuild for changes in the gstreamer provides script
+
* Sun Mar 22 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.7-1
- New upstream release 0.10.7
15 years, 5 months