rpms/mplayer/devel .cvsignore, 1.12, 1.13 mplayer-snapshot.sh, 1.3, 1.4 mplayer.spec, 1.22, 1.23 sources, 1.13, 1.14 mplayer-cflags.patch, 1.1, NONE mplayer-manlinks.patch, 1.2, NONE mplayer-ppc-compile.patch, 1.1, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/mplayer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25667/devel
Modified Files:
.cvsignore mplayer-snapshot.sh mplayer.spec sources
Removed Files:
mplayer-cflags.patch mplayer-manlinks.patch
mplayer-ppc-compile.patch
Log Message:
- Update to snapshot 20091021
mplayer svn rev: 29776
ffmpeg : HEAD
dvdnav : HEAD
- Move from amrnb amrwb to opencore-amr
- Conditionalize faac (moved to nonfree).
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 31 Mar 2009 17:37:39 -0000 1.12
+++ .cvsignore 21 Oct 2009 21:10:53 -0000 1.13
@@ -1,2 +1,2 @@
Blue-1.7.tar.bz2
-mplayer-export-2009-03-29.tar.bz2
+mplayer-export-20091021.tar.bz2
Index: mplayer-snapshot.sh
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer-snapshot.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mplayer-snapshot.sh 16 Oct 2008 20:03:52 -0000 1.3
+++ mplayer-snapshot.sh 21 Oct 2009 21:10:53 -0000 1.4
@@ -12,18 +12,25 @@
unset CDPATH
pwd=$(pwd)
-svn=$(date +%Y-%m-%d)
+svn=20091021
dirname=mplayer-export-$svn
+mplayer_rev=29776
+ffmpeg_rev=HEAD
+dvdnav_rev=HEAD
cd "$tmp"
-svn checkout -r {$svn} svn://svn.mplayerhq.hu/mplayer/trunk $dirname
+svn checkout -r ${mplayer_rev} svn://svn.mplayerhq.hu/mplayer/trunk $dirname
cd $dirname
+
rm -rf libdvdcss
for dir in libav* libpostproc ; do
cd $dir
- svn update -r {$svn}
+ svn update -r ${ffmpeg_rev}
cd ..
done
+svn update -r ${dvdnav_rev} svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread/src libdvdread4
+svn update -r ${dvdnav_rev} svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav/src libdvdnav
+
svn_revision=`LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2`
sed -i -e 's/\(SVN-r[0-9]* \)/\1rpmfusion /' -e "s/UNKNOWN/$svn_revision/" version.sh
find . -type d -name .svn -print0 | xargs -0r rm -rf
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- mplayer.spec 31 Mar 2009 18:14:20 -0000 1.22
+++ mplayer.spec 21 Oct 2009 21:10:53 -0000 1.23
@@ -1,12 +1,12 @@
%define codecdir %{_libdir}/codecs
-%define pre 20090329svn
+%define pre 20091021svn
%define svn 1
-%define svnbuild 2009-03-29
+%define svnbuild 20091021
%define faad2min 1:2.6.1
Name: mplayer
Version: 1.0
-Release: 0.109.%{pre}%{?dist}
+Release: 0.110.%{pre}%{?dist}
Summary: Movie player playing most video formats and DVDs
Group: Applications/Multimedia
@@ -20,10 +20,7 @@
%endif
Source1: http://www.mplayerhq.hu/MPlayer/skins/Blue-1.7.tar.bz2
Source10: mplayer-snapshot.sh
-Patch1: %{name}-ppc-compile.patch
Patch2: %{name}-config.patch
-Patch3: %{name}-cflags.patch
-Patch8: %{name}-manlinks.patch
Patch10: %{name}-qcelp.patch
Patch14: %{name}-nodvdcss.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -35,7 +32,7 @@
BuildRequires: desktop-file-utils
BuildRequires: em8300-devel
BuildRequires: enca-devel
-BuildRequires: faac-devel
+%{?_with_faac: BuildRequires: faac-devel}
BuildRequires: faad2-devel >= %{faad2min}
BuildRequires: fontconfig-devel
BuildRequires: freetype-devel >= 2.0.9
@@ -58,6 +55,7 @@
BuildRequires: libjpeg-devel
BuildRequires: libmpcdec-devel
BuildRequires: libtheora-devel
+BuildRequires: libvdpau-devel
BuildRequires: libvorbis-devel
BuildRequires: lirc-devel
BuildRequires: live555-devel
@@ -69,7 +67,7 @@
BuildRequires: xvidcore-devel >= 0.9.2
BuildRequires: yasm
%{?_with_arts:BuildRequires: arts-devel}
-%{?_with_amr:BuildRequires: amrnb-devel amrwb-devel}
+%{!?_without_amr:BuildRequires: opencore-amr-devel}
%{?_with_directfb:BuildRequires: directfb-devel}
%{?_with_esound:BuildRequires: esound-devel}
%{?_with_jack:BuildRequires: jack-audio-connection-kit-devel}
@@ -163,7 +161,7 @@
--disable-mp3lame-lavc \\\
--disable-x264-lavc \\\
\\\
- %{!?_with_amr:--disable-libamr_nb --disable-libamr_wb} \\\
+ %{?_without_amr:--disable-libopencore_amrnb --disable-libopencore_amrwb} \\\
--disable-faad-internal \\\
%{!?_with_libmad:--disable-mad} \\\
--disable-tremor-internal \\\
@@ -190,12 +188,8 @@
%else
%setup -q -n MPlayer-%{version}%{pre}
%endif
-%patch1 -p1 -b .ppc-compile
%patch2 -p1 -b .config
-%patch3 -p1 -b .cflags
-%patch8 -p1 -b .manlinks
-%patch10 -p1 -b .qclp
-%patch14 -p1 -b .nodvdcss
+
doconv() {
iconv -f $1 -t $2 -o DOCS/man/$3/mplayer.1.utf8 DOCS/man/$3/mplayer.1 && \
@@ -340,6 +334,14 @@
%changelog
+* Wed Oct 21 2009 kwizart < kwizart at gmail.com > - 1.0-0.110.20091021svn
+- Update to snapshot 20091021
+ mplayer svn rev: 29776
+ ffmpeg : HEAD
+ dvdnav : HEAD
+- Move from amrnb amrwb to opencore-amr
+- Conditionalize faac (moved to nonfree).
+
* Sun Mar 29 2009 Dominik Mierzejewski <rpm at greysector.net> - 1.0-0.109.20090329svn
- 20090329 snapshot from 1.0rc3 branch
- fix RPM_OPT_FLAGS usage
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources 31 Mar 2009 17:37:39 -0000 1.13
+++ sources 21 Oct 2009 21:10:53 -0000 1.14
@@ -1,2 +1,2 @@
e4e2020d11b681aac898103b3ba723c4 Blue-1.7.tar.bz2
-96ec2dfd73bbd2e2f5d3476870a9fbcb mplayer-export-2009-03-29.tar.bz2
+416fa47da802f9aa256de0ce98371613 mplayer-export-20091021.tar.bz2
--- mplayer-cflags.patch DELETED ---
--- mplayer-manlinks.patch DELETED ---
--- mplayer-ppc-compile.patch DELETED ---
15 years, 1 month
rpms/kino/devel .cvsignore, 1.5, 1.6 kino.spec, 1.11, 1.12 sources, 1.5, 1.6 ffmpeg2dirac.sh, 1.1, NONE kino-1.3.3-ffmpeg-metadata.patch, 1.1, NONE
by Dan Horák
Author: sharkcz
Update of /cvs/free/rpms/kino/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21086
Modified Files:
.cvsignore kino.spec sources
Removed Files:
ffmpeg2dirac.sh kino-1.3.3-ffmpeg-metadata.patch
Log Message:
* Wed Oct 21 2009 Dan Horák <dan at danny.cz> - 1.3.4-1
- update to 1.3.4 (fixes #882 - failed rebuild with new ffmpeg)
- use ffmpeg2dirac script from kino
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/kino/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 30 Jan 2009 13:00:13 -0000 1.5
+++ .cvsignore 21 Oct 2009 19:54:08 -0000 1.6
@@ -1 +1 @@
-kino-1.3.3.tar.gz
+kino-1.3.4.tar.gz
Index: kino.spec
===================================================================
RCS file: /cvs/free/rpms/kino/devel/kino.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- kino.spec 21 Oct 2009 13:30:39 -0000 1.11
+++ kino.spec 21 Oct 2009 19:54:08 -0000 1.12
@@ -1,15 +1,13 @@
Name: kino
-Version: 1.3.3
-Release: 5%{?dist}
+Version: 1.3.4
+Release: 1%{?dist}
Summary: Kino is a non-linear DV editor for GNU/Linux
Group: Applications/Multimedia
License: GPLv2+
URL: http://www.kinodv.org
-Source0: http://dl.sf.net/kino/kino-%{version}.tar.gz
-Source1: ffmpeg2dirac.sh
+Source0: http://downloads.sourceforge.net/kino/kino-%{version}.tar.gz
Patch0: %{name}-udev.patch
-Patch1: %{name}-1.3.3-ffmpeg-metadata.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk2-devel
@@ -35,24 +33,27 @@
Requires: ffmpeg2dirac
Requires: ffmpeg2theora
+
%description
Kino is a non-linear DV editor for GNU/Linux. It features excellent
integration with IEEE 1394 for capture, VTR control, and recording
back to the camera. It captures video to disk in AVI format in both
type-1 DV and type-2 DV (separate audio stream) encodings.
+
%package devel
Summary: Files needed to build kino plugins
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
+
%description devel
Files needed to build kino plugins
+
%prep
%setup -q
%patch0 -p1 -b .udev
-%patch1 -p1 -b .metadata
%build
@@ -71,14 +72,10 @@
rm $RPM_BUILD_ROOT%{_datadir}/applications/Kino.desktop
ln -s Kino.desktop kino.desktop
-install -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/%{name}/scripts/exports
-
%find_lang kino
desktop-file-install \
- --vendor=livna \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
- --add-category=X-Livna \
kino.desktop
@@ -89,6 +86,7 @@
%clean
rm -rf $RPM_BUILD_ROOT
+
%files -f kino.lang
%defattr(-,root,root,-)
%doc AUTHORS BUGS COPYING ChangeLog NEWS README* TODO
@@ -102,11 +100,17 @@
%{_datadir}/mime/packages/kino.xml
%{_libdir}/kino-gtk2
+
%files devel
%defattr(-,root,root,-)
%{_includedir}/kino
+
%changelog
+* Wed Oct 21 2009 Dan Horák <dan at danny.cz> - 1.3.4-1
+- update to 1.3.4 (fixes #882 - failed rebuild with new ffmpeg)
+- use ffmpeg2dirac script from kino
+
* Wed Oct 21 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.3.3-5
- rebuild for new ffmpeg
Index: sources
===================================================================
RCS file: /cvs/free/rpms/kino/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 30 Jan 2009 13:00:13 -0000 1.5
+++ sources 21 Oct 2009 19:54:08 -0000 1.6
@@ -1 +1 @@
-a91b2e574e9872ac2b892165a4529ced kino-1.3.3.tar.gz
+52f8ce690e45a089e3edc6c7af61a05c kino-1.3.4.tar.gz
--- ffmpeg2dirac.sh DELETED ---
--- kino-1.3.3-ffmpeg-metadata.patch DELETED ---
15 years, 1 month
rpms/avbin/devel avbin.spec,1.4,1.5
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/avbin/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18436
Modified Files:
avbin.spec
Log Message:
* Wed Oct 21 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 7-10
- rebuilt
Index: avbin.spec
===================================================================
RCS file: /cvs/free/rpms/avbin/devel/avbin.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- avbin.spec 29 Mar 2009 21:24:16 -0000 1.4
+++ avbin.spec 21 Oct 2009 19:19:24 -0000 1.5
@@ -1,7 +1,7 @@
Summary: Cross-platform media decoding library
Name: avbin
Version: 7
-Release: 9%{?dist}
+Release: 10%{?dist}
# Note that this license is implicitly converted to GPLv3 because we are linking to
# a GPLv2+ ffmpeg:
License: LGPLv3+
@@ -94,6 +94,9 @@
%{_libdir}/lib%{name}.so
%changelog
+* Wed Oct 21 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 7-10
+- rebuilt
+
* Sun Mar 29 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 7-9
- Hardcode ffmpeg revision number (because ffmpeg -version gives incomplete
information)
15 years, 1 month
rpms/dvbcut/devel dvbcut.spec,1.7,1.8
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/dvbcut/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12602
Modified Files:
dvbcut.spec
Log Message:
* Wed Oct 21 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.6.0-8.svn157
- rebuilt
Index: dvbcut.spec
===================================================================
RCS file: /cvs/free/rpms/dvbcut/devel/dvbcut.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dvbcut.spec 5 Apr 2009 15:12:30 -0000 1.7
+++ dvbcut.spec 21 Oct 2009 17:43:04 -0000 1.8
@@ -7,7 +7,7 @@
Name: dvbcut
Version: 0.6.0
-Release: 7.svn%{svnrev}%{?dist}
+Release: 8.svn%{svnrev}%{?dist}
Summary: Clip and convert DVB transport streams to MPEG2 program streams
Group: Applications/Multimedia
@@ -125,6 +125,9 @@
%changelog
+* Wed Oct 21 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.6.0-8.svn157
+- rebuilt
+
* Mon Apr 6 2009 David Timms <iinet.net.au at dtimms> - 0.6.0-7.svn157
- mod QTDIR configure.in patch to match newer configure.in revision
15 years, 1 month
rpms/bsnes/F-10 bsnes-0.054-noppcelf.patch, NONE, 1.1 .cvsignore, 1.16, 1.17 bsnes.spec, 1.17, 1.18 sources, 1.16, 1.17
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/bsnes/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7373
Modified Files:
.cvsignore bsnes.spec sources
Added Files:
bsnes-0.054-noppcelf.patch
Log Message:
* Wed Oct 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.054-1
- Updated to 0.054
- Disabled ppc-elf.c until we figure out why it does not build
bsnes-0.054-noppcelf.patch:
--- NEW FILE bsnes-0.054-noppcelf.patch ---
diff -up bsnes-0.054/src/lib/libco/libco.c.noppcelf bsnes-0.054/src/lib/libco/libco.c
--- bsnes-0.054/src/lib/libco/libco.c.noppcelf 2009-10-18 09:26:09.000000000 +0200
+++ bsnes-0.054/src/lib/libco/libco.c 2009-10-21 16:01:54.000000000 +0200
@@ -8,8 +8,6 @@
#include "x86.c"
#elif defined(__GNUC__) && defined(__amd64__)
#include "amd64.c"
-#elif defined(__GNUC__) && defined(__powerpc__) && defined(__ELF__)
- #include "ppc-elf.c"
#elif defined(__GNUC__)
#include "sjlj.c"
#elif defined(_MSC_VER) && defined(_M_IX86)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-10/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore 19 Oct 2009 11:26:05 -0000 1.16
+++ .cvsignore 21 Oct 2009 16:15:37 -0000 1.17
@@ -1 +1 @@
-bsnes_v053.tar.bz2
+bsnes_v054.tar.bz2
Index: bsnes.spec
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-10/bsnes.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- bsnes.spec 19 Oct 2009 11:26:05 -0000 1.17
+++ bsnes.spec 21 Oct 2009 16:15:37 -0000 1.18
@@ -1,4 +1,4 @@
-%global vernumber 053
+%global vernumber 054
Name: bsnes
Version: 0.%{vernumber}
@@ -13,6 +13,7 @@
Source0: %{name}_v%{vernumber}.tar.bz2
Source2: README.bsnes
Patch0: bsnes-0.037a-strip.patch
+Patch1: bsnes-0.054-noppcelf.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#bsnes does not use system snes_ntsc because the modified video processing
@@ -38,6 +39,7 @@
%prep
%setup -qc
%patch0 -p0 -b .strip
+%patch1 -p1 -b .noppcelf
#fix permissions
find src -type f \( -name \*.cpp -or -name \*.hpp -or -name \*.h -or -name \*.c \) -exec chmod 644 {} \;
@@ -77,6 +79,10 @@
%changelog
+* Wed Oct 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.054-1
+- Updated to 0.054
+- Disabled ppc-elf.c until we figure out why it does not build
+
* Mon Oct 19 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.053-1
- Updated to 0.053
Index: sources
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-10/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 19 Oct 2009 11:26:05 -0000 1.16
+++ sources 21 Oct 2009 16:15:37 -0000 1.17
@@ -1 +1 @@
-cb033f3a365a64a266638ce46d9be960 bsnes_v053.tar.bz2
+499e1665c2cabda399fd0f60c69d0ecd bsnes_v054.tar.bz2
15 years, 1 month
rpms/bsnes/F-11 bsnes-0.054-noppcelf.patch,NONE,1.1
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/bsnes/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7248
Added Files:
bsnes-0.054-noppcelf.patch
Log Message:
* Wed Oct 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.054-1
- Updated to 0.054
- Disabled ppc-elf.c until we figure out why it does not build
bsnes-0.054-noppcelf.patch:
--- NEW FILE bsnes-0.054-noppcelf.patch ---
diff -up bsnes-0.054/src/lib/libco/libco.c.noppcelf bsnes-0.054/src/lib/libco/libco.c
--- bsnes-0.054/src/lib/libco/libco.c.noppcelf 2009-10-18 09:26:09.000000000 +0200
+++ bsnes-0.054/src/lib/libco/libco.c 2009-10-21 16:01:54.000000000 +0200
@@ -8,8 +8,6 @@
#include "x86.c"
#elif defined(__GNUC__) && defined(__amd64__)
#include "amd64.c"
-#elif defined(__GNUC__) && defined(__powerpc__) && defined(__ELF__)
- #include "ppc-elf.c"
#elif defined(__GNUC__)
#include "sjlj.c"
#elif defined(_MSC_VER) && defined(_M_IX86)
15 years, 1 month
rpms/bsnes/F-11 .cvsignore, 1.16, 1.17 bsnes.spec, 1.19, 1.20 sources, 1.16, 1.17
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/bsnes/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6944
Modified Files:
.cvsignore bsnes.spec sources
Log Message:
* Wed Oct 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.054-1
- Updated to 0.054
- Disabled ppc-elf.c until we figure out why it does not build
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-11/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore 19 Oct 2009 11:25:57 -0000 1.16
+++ .cvsignore 21 Oct 2009 16:14:56 -0000 1.17
@@ -1 +1 @@
-bsnes_v053.tar.bz2
+bsnes_v054.tar.bz2
Index: bsnes.spec
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-11/bsnes.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- bsnes.spec 19 Oct 2009 11:25:57 -0000 1.19
+++ bsnes.spec 21 Oct 2009 16:14:56 -0000 1.20
@@ -1,4 +1,4 @@
-%global vernumber 053
+%global vernumber 054
Name: bsnes
Version: 0.%{vernumber}
@@ -13,6 +13,7 @@
Source0: %{name}_v%{vernumber}.tar.bz2
Source2: README.bsnes
Patch0: bsnes-0.037a-strip.patch
+Patch1: bsnes-0.054-noppcelf.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#bsnes does not use system snes_ntsc because the modified video processing
@@ -38,6 +39,7 @@
%prep
%setup -qc
%patch0 -p0 -b .strip
+%patch1 -p1 -b .noppcelf
#fix permissions
find src -type f \( -name \*.cpp -or -name \*.hpp -or -name \*.h -or -name \*.c \) -exec chmod 644 {} \;
@@ -77,6 +79,10 @@
%changelog
+* Wed Oct 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.054-1
+- Updated to 0.054
+- Disabled ppc-elf.c until we figure out why it does not build
+
* Mon Oct 19 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.053-1
- Updated to 0.053
Index: sources
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-11/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 19 Oct 2009 11:25:57 -0000 1.16
+++ sources 21 Oct 2009 16:14:56 -0000 1.17
@@ -1 +1 @@
-cb033f3a365a64a266638ce46d9be960 bsnes_v053.tar.bz2
+499e1665c2cabda399fd0f60c69d0ecd bsnes_v054.tar.bz2
15 years, 1 month
rpms/bsnes/devel bsnes-0.054-noppcelf.patch, NONE, 1.1 bsnes.spec, 1.20, 1.21
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/bsnes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32164
Modified Files:
bsnes.spec
Added Files:
bsnes-0.054-noppcelf.patch
Log Message:
Disabled ppc-elf.c until we figure out why it does not build
bsnes-0.054-noppcelf.patch:
--- NEW FILE bsnes-0.054-noppcelf.patch ---
diff -up bsnes-0.054/src/lib/libco/libco.c.noppcelf bsnes-0.054/src/lib/libco/libco.c
--- bsnes-0.054/src/lib/libco/libco.c.noppcelf 2009-10-18 09:26:09.000000000 +0200
+++ bsnes-0.054/src/lib/libco/libco.c 2009-10-21 16:01:54.000000000 +0200
@@ -8,8 +8,6 @@
#include "x86.c"
#elif defined(__GNUC__) && defined(__amd64__)
#include "amd64.c"
-#elif defined(__GNUC__) && defined(__powerpc__) && defined(__ELF__)
- #include "ppc-elf.c"
#elif defined(__GNUC__)
#include "sjlj.c"
#elif defined(_MSC_VER) && defined(_M_IX86)
Index: bsnes.spec
===================================================================
RCS file: /cvs/free/rpms/bsnes/devel/bsnes.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- bsnes.spec 19 Oct 2009 17:47:57 -0000 1.20
+++ bsnes.spec 21 Oct 2009 14:04:31 -0000 1.21
@@ -13,6 +13,7 @@
Source0: %{name}_v%{vernumber}.tar.bz2
Source2: README.bsnes
Patch0: bsnes-0.037a-strip.patch
+Patch1: bsnes-0.054-noppcelf.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#bsnes does not use system snes_ntsc because the modified video processing
@@ -38,6 +39,7 @@
%prep
%setup -qc
%patch0 -p0 -b .strip
+%patch1 -p1 -b .noppcelf
#fix permissions
find src -type f \( -name \*.cpp -or -name \*.hpp -or -name \*.h -or -name \*.c \) -exec chmod 644 {} \;
@@ -77,8 +79,9 @@
%changelog
-* Mon Oct 19 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.054-1
+* Wed Oct 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.054-1
- Updated to 0.054
+- Disabled ppc-elf.c until we figure out why it does not build
* Mon Oct 19 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.053-1
- Updated to 0.053
15 years, 1 month
rpms/xmms2-nonfree/devel xmms2-nonfree.spec,1.3,1.4
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/xmms2-nonfree/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30260
Modified Files:
xmms2-nonfree.spec
Log Message:
* Wed Oct 21 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.6-3
- rebuild for new ffmpeg
Index: xmms2-nonfree.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xmms2-nonfree/devel/xmms2-nonfree.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xmms2-nonfree.spec 26 Aug 2009 03:20:18 -0000 1.3
+++ xmms2-nonfree.spec 21 Oct 2009 13:32:10 -0000 1.4
@@ -3,7 +3,7 @@
Name: xmms2-nonfree
Summary: Nonfree plugins for XMMS2
Version: 0.6
-Release: 2%{?dist}
+Release: 3%{?dist}
License: LGPLv2+ and GPLv2+
Group: Applications/Multimedia
# Fedora's xmms2 has to use a sanitized tarball, we don't.
@@ -187,6 +187,9 @@
%{_libdir}/xmms2/libxmms_sid.so
%changelog
+* Wed Oct 21 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.6-3
+- rebuild for new ffmpeg
+
* Tue Aug 25 2009 John Doe <anonymous(a)american.us> 0.6-2
- Include sid plugin
- Separate plugin subpackages. The main package is made a meta package.
15 years, 1 month
rpms/wxsvg/devel wxsvg.spec,1.2,1.3
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/wxsvg/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30139
Modified Files:
wxsvg.spec
Log Message:
* Wed Oct 21 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.0-8
- rebuild for new ffmpeg
Index: wxsvg.spec
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/wxsvg.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wxsvg.spec 29 Mar 2009 14:24:05 -0000 1.2
+++ wxsvg.spec 21 Oct 2009 13:31:54 -0000 1.3
@@ -1,6 +1,6 @@
Name: wxsvg
Version: 1.0
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: C++ library to create, manipulate and render SVG files
Group: System Environment/Libraries
@@ -75,6 +75,9 @@
%{_includedir}/wxSVGXML/
%changelog
+* Wed Oct 21 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.0-8
+- rebuild for new ffmpeg
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.0-7
- rebuild for new F11 features
15 years, 1 month