rpms/sdlmame/F-9 sdlmame-fortify.patch, NONE, 1.1 .cvsignore, 1.21, 1.22 sdlmame.spec, 1.24, 1.25 sources, 1.22, 1.23
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23304
Modified Files:
.cvsignore sdlmame.spec sources
Added Files:
sdlmame-fortify.patch
Log Message:
* Sun Nov 2 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-0.2.0128u2
- Updated to 0.128u2
- Added patch disabling undefining _FORITFY_SOURCE
sdlmame-fortify.patch:
--- NEW FILE sdlmame-fortify.patch ---
--- src/osd/sdl/sdlprefix.h.fortify 2008-10-31 03:48:33.000000000 +0100
+++ src/osd/sdl/sdlprefix.h 2008-11-02 11:20:37.000000000 +0100
@@ -35,9 +35,9 @@
#endif
// fix for Ubuntu 8.10
-#ifdef _FORTIFY_SOURCE
-#undef _FORTIFY_SOURCE
-#endif
+// #ifdef _FORTIFY_SOURCE
+// #undef _FORTIFY_SOURCE
+// #endif
#endif /* SDLMAME_UNIX */
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore 24 Oct 2008 11:17:49 -0000 1.21
+++ .cvsignore 2 Nov 2008 10:27:34 -0000 1.22
@@ -1 +1 @@
-sdlmame0128u1.zip
+sdlmame0128u2.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sdlmame.spec 24 Oct 2008 11:17:49 -0000 1.24
+++ sdlmame.spec 2 Nov 2008 10:27:34 -0000 1.25
@@ -1,4 +1,4 @@
-%define beta 0128u1
+%define beta 0128u2
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0129
-Release: 0.1.%{?beta}%{?dist}
+Release: 0.2.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -28,6 +28,7 @@
Patch0: %{name}-warnings.patch
Patch1: %{name}-expat.patch
Patch2: %{name}-bne.patch
+Patch3: %{name}-fortify.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel
@@ -79,6 +80,7 @@
%patch0 -p0 -b .warnings~
%patch1 -p0 -b .expat~
%patch2 -p0 -b .bne~
+%patch3 -p0 -b .fortify
# Create mame.ini file
cat > mame.ini << EOF
@@ -197,6 +199,10 @@
%{_bindir}/ldplayer
%changelog
+* Sun Nov 2 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-0.2.0128u2
+- Updated to 0.128u2
+- Added patch disabling undefining _FORITFY_SOURCE
+
* Fri Oct 24 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-0.1.0128u1
- Updated to 0.128u1
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources 24 Oct 2008 11:17:49 -0000 1.22
+++ sources 2 Nov 2008 10:27:34 -0000 1.23
@@ -1 +1 @@
-19c5844d33c1cee6e82f186e2830d506 sdlmame0128u1.zip
+a1a96c2a1efeaabc5b5bfd970caea547 sdlmame0128u2.zip
16 years, 1 month
rpms/gnome-mplayer/devel gnome-mplayer.spec,1.6,1.7
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/gnome-mplayer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10462
Modified Files:
gnome-mplayer.spec
Log Message:
There is no gio in Fedora 8
Index: gnome-mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/devel/gnome-mplayer.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnome-mplayer.spec 31 Oct 2008 17:38:51 -0000 1.6
+++ gnome-mplayer.spec 1 Nov 2008 19:33:10 -0000 1.7
@@ -35,11 +35,15 @@
%prep
%setup -q
-%patch0 -p0 -b .translation
+%patch0 -p1 -b .translation
%build
-%configure
+%configure \
+%if 0%{?fedora} < 9
+--without-gio
+%endif
+
make %{?_smp_mflags}
16 years, 1 month
rpms/gnome-mplayer/F-9 gnome-mplayer.spec,1.7,1.8
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/gnome-mplayer/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10391
Modified Files:
gnome-mplayer.spec
Log Message:
There is no gio in Fedora 8
Index: gnome-mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/F-9/gnome-mplayer.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-mplayer.spec 1 Nov 2008 15:09:29 -0000 1.7
+++ gnome-mplayer.spec 1 Nov 2008 19:33:00 -0000 1.8
@@ -39,7 +39,11 @@
%build
-%configure
+%configure \
+%if 0%{?fedora} < 9
+--without-gio
+%endif
+
make %{?_smp_mflags}
16 years, 1 month
rpms/gnome-mplayer/F-8 gnome-mplayer.spec,1.7,1.8
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/gnome-mplayer/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10313
Modified Files:
gnome-mplayer.spec
Log Message:
There is no gio in Fedora 8
Index: gnome-mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/F-8/gnome-mplayer.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-mplayer.spec 1 Nov 2008 15:10:22 -0000 1.7
+++ gnome-mplayer.spec 1 Nov 2008 19:32:55 -0000 1.8
@@ -39,7 +39,11 @@
%build
-%configure
+%configure \
+%if 0%{?fedora} < 9
+--without-gio
+%endif
+
make %{?_smp_mflags}
16 years, 1 month
rpms/vdr-remote/F-9 dead.package, NONE, 1.1 .cvsignore, 1.2, NONE sources, 1.2, NONE vdr-remote.conf, 1.1, NONE vdr-remote.spec, 1.1, NONE
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/vdr-remote/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5203
Added Files:
dead.package
Removed Files:
.cvsignore sources vdr-remote.conf vdr-remote.spec
Log Message:
remove; package was moved to Fedora
--- NEW FILE dead.package ---
Package was moved to Fedora
--- .cvsignore DELETED ---
--- sources DELETED ---
--- vdr-remote.conf DELETED ---
--- vdr-remote.spec DELETED ---
16 years, 1 month
rpms/vdr-remote/devel dead.package, NONE, 1.1 .cvsignore, 1.2, NONE sources, 1.2, NONE vdr-remote.conf, 1.1, NONE vdr-remote.spec, 1.1, NONE
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/vdr-remote/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5108
Added Files:
dead.package
Removed Files:
.cvsignore sources vdr-remote.conf vdr-remote.spec
Log Message:
remove; package was moved to Fedora
--- NEW FILE dead.package ---
Package was moved to Fedora
--- .cvsignore DELETED ---
--- sources DELETED ---
--- vdr-remote.conf DELETED ---
--- vdr-remote.spec DELETED ---
16 years, 1 month
rpms/kino/devel kino.spec,1.4,1.5
by Dan Horák
Author: sharkcz
Update of /cvs/free/rpms/kino/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2864
Modified Files:
kino.spec
Log Message:
* Sat Nov 1 2008 Dan Horák <dan at danny.cz> - 1.3.2-2
- remove dependency on esound and audiofile
- add dependency on mjpegtools and mencoder
Index: kino.spec
===================================================================
RCS file: /cvs/free/rpms/kino/devel/kino.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kino.spec 2 Sep 2008 18:28:44 -0000 1.4
+++ kino.spec 1 Nov 2008 17:11:23 -0000 1.5
@@ -1,6 +1,6 @@
Name: kino
Version: 1.3.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Kino is a non-linear DV editor for GNU/Linux
Group: Applications/Multimedia
@@ -27,9 +27,9 @@
BuildRequires: gettext intltool
BuildRequires: perl(XML::Parser)
-Requires: audiofile
-Requires: esound
Requires: ffmpeg
+Requires: mjpegtools
+Requires: mencoder
%description
Kino is a non-linear DV editor for GNU/Linux. It features excellent
@@ -100,6 +100,10 @@
%{_includedir}/kino
%changelog
+* Sat Nov 1 2008 Dan Horák <dan at danny.cz> - 1.3.2-2
+- remove dependency on esound and audiofile
+- add dependency on mjpegtools and mencoder
+
* Mon Aug 25 2008 Dan Horák <dan at danny.cz> - 1.3.2-1
1.3.2
16 years, 1 month
rpms/gnome-mplayer/F-8 gnome-mplayer.spec,1.6,1.7
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/gnome-mplayer/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28926
Modified Files:
gnome-mplayer.spec
Log Message:
Make the spec work with the new patch
Index: gnome-mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/F-8/gnome-mplayer.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnome-mplayer.spec 31 Oct 2008 17:39:05 -0000 1.6
+++ gnome-mplayer.spec 1 Nov 2008 15:10:22 -0000 1.7
@@ -35,7 +35,7 @@
%prep
%setup -q
-%patch0 -p0 -b .translation
+%patch0 -p1 -b .translation
%build
16 years, 1 month
rpms/gnome-mplayer/devel gnome-mplayer-translation.patch,1.1,1.2
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/gnome-mplayer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28852
Modified Files:
gnome-mplayer-translation.patch
Log Message:
Fix the translation patch
gnome-mplayer-translation.patch:
Index: gnome-mplayer-translation.patch
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/devel/gnome-mplayer-translation.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-mplayer-translation.patch 31 Oct 2008 17:38:51 -0000 1.1
+++ gnome-mplayer-translation.patch 1 Nov 2008 15:09:34 -0000 1.2
@@ -1,111 +1,106 @@
-Index: po/pl.po
-===================================================================
---- po/pl.po (wersja 915)
-+++ po/pl.po (wersja 916)
-@@ -9,7 +9,7 @@
+--- rpmfusion/free/gnome-mplayer/F-9/gnome-mplayer-0.9.0/po/pl.po.translation
++++ gnome-mplayer/po/pl.po
+@@ -8,8 +8,8 @@
+ msgstr ""
"Project-Id-Version: pl\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-10-17 08:32-0600\n"
+-"POT-Creation-Date: 2008-10-30 12:55-0600\n"
-"PO-Revision-Date: 2008-09-24 11:42+0200\n"
++"POT-Creation-Date: 2008-11-01 15:43+0100\n"
+"PO-Revision-Date: 2008-10-31 16:50+0100\n"
"Last-Translator: Julian Sikorski <belegdol(a)gmail.com>\n"
"Language-Team: Polish <kde-i18n-doc(a)lists.kde.org>\n"
"MIME-Version: 1.0\n"
@@ -264,7 +264,7 @@
- #: src/gui.c:554
+ #: src/gui.c:590
#, c-format
msgid "Idle"
-msgstr ""
+msgstr "Bezczynny"
- #: src/gui.c:851 src/gui.c:861 src/gui.c:1672 src/gui.c:1700 src/thread.c:380
+ #: src/gui.c:890 src/gui.c:900 src/gui.c:1712 src/gui.c:1740 src/thread.c:384
#, c-format
@@ -475,12 +475,11 @@
- #: src/gui.c:3476
+ #: src/gui.c:3514
msgid "Interface"
-msgstr ""
+msgstr "Interfejs"
- #: src/gui.c:3478
+ #: src/gui.c:3516
-#, fuzzy
msgid "MPlayer"
-msgstr "Odtwarzacz"
+msgstr "MPlayer"
- #: src/gui.c:3480
+ #: src/gui.c:3518
msgid "Plugin"
-@@ -633,9 +632,8 @@
+@@ -634,9 +633,8 @@
msgstr "Kodowanie czcionki napisów:"
- #: src/gui.c:3910
+ #: src/gui.c:3950
-#, fuzzy
msgid "<span weight=\"bold\">Application Preferences</span>"
-msgstr "<span weight=\"bold\">Szczegóły dźwięku</span>"
+msgstr "<span weight=\"bold\">Preferencje aplikacji</span>"
- #: src/gui.c:3917
+ #: src/gui.c:3957
msgid "Start with playlist visible"
-@@ -643,11 +641,11 @@
+@@ -644,11 +642,11 @@
- #: src/gui.c:3928
+ #: src/gui.c:3968
msgid "Show notification popup"
-msgstr ""
+msgstr "Pokaż wyskakujące powiadomienia"
- #: src/gui.c:3935
+ #: src/gui.c:3975
msgid "Show status icon"
-msgstr ""
+msgstr "Pokaż ikonę stanu"
- #: src/gui.c:3942
+ #: src/gui.c:3982
msgid "Start with playlist below media window"
-@@ -658,9 +656,8 @@
+@@ -659,9 +657,8 @@
msgstr "Pozwól na tylko jedną instancję Gnome MPlayera"
- #: src/gui.c:3960
+ #: src/gui.c:4000
-#, fuzzy
msgid "When opening in single instance mode, replace existing file"
-msgstr "Ustaw tryb jednej instancji w trybie zastąp i odtwarzaj"
+msgstr "Podczas otwierania w trybie jednej instancji zastąp istniejący plik"
- #: src/gui.c:3968
+ #: src/gui.c:4008
msgid "Remember Window Location"
-@@ -687,9 +684,8 @@
+@@ -688,9 +685,8 @@
"do terminala lub do ~/.xsession-errors"
- #: src/gui.c:3997
+ #: src/gui.c:4037
-#, fuzzy
msgid "<span weight=\"bold\">Advanced Settings for MPlayer</span>"
-msgstr "<span weight=\"bold\">Ustawienia zaawansowane</span>"
+msgstr "<span weight=\"bold\">Zaawansowane ustawienia MPlayera</span>"
- #: src/gui.c:4004
+ #: src/gui.c:4044
msgid "Mplayer Software Volume Control Enabled"
-@@ -758,9 +754,8 @@
+@@ -759,9 +755,8 @@
msgstr "Pełny e_kran"
- #: src/gui.c:4385
+ #: src/gui.c:4425
-#, fuzzy
msgid "_Copy Location"
-msgstr "Otwórz lokalizację"
+msgstr "S_kopiuj lokalizację"
#. File Menu
- #: src/gui.c:4455
-@@ -910,9 +905,8 @@
+ #: src/gui.c:4495
+@@ -911,9 +906,8 @@
msgstr "Elementy _sterujące"
- #: src/gui.c:4682
+ #: src/gui.c:4722
-#, fuzzy
msgid "Advanced _Options"
-msgstr "Opcje _zaawansowane..."
+msgstr "Opcje _zaawansowane"
#. Help Menu
- #: src/gui.c:4727
-@@ -1152,3 +1146,4 @@
-
- #~ msgid "_Copy URL"
- #~ msgstr "S_kopiuj URL"
-+
+ #: src/gui.c:4767
16 years, 1 month
rpms/gnome-mplayer/F-9 gnome-mplayer-translation.patch, 1.1, 1.2 gnome-mplayer.spec, 1.6, 1.7
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/gnome-mplayer/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28777
Modified Files:
gnome-mplayer-translation.patch gnome-mplayer.spec
Log Message:
Fix the translation patch
gnome-mplayer-translation.patch:
Index: gnome-mplayer-translation.patch
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/F-9/gnome-mplayer-translation.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-mplayer-translation.patch 31 Oct 2008 17:38:36 -0000 1.1
+++ gnome-mplayer-translation.patch 1 Nov 2008 15:09:29 -0000 1.2
@@ -1,111 +1,106 @@
-Index: po/pl.po
-===================================================================
---- po/pl.po (wersja 915)
-+++ po/pl.po (wersja 916)
-@@ -9,7 +9,7 @@
+--- rpmfusion/free/gnome-mplayer/F-9/gnome-mplayer-0.9.0/po/pl.po.translation
++++ gnome-mplayer/po/pl.po
+@@ -8,8 +8,8 @@
+ msgstr ""
"Project-Id-Version: pl\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-10-17 08:32-0600\n"
+-"POT-Creation-Date: 2008-10-30 12:55-0600\n"
-"PO-Revision-Date: 2008-09-24 11:42+0200\n"
++"POT-Creation-Date: 2008-11-01 15:43+0100\n"
+"PO-Revision-Date: 2008-10-31 16:50+0100\n"
"Last-Translator: Julian Sikorski <belegdol(a)gmail.com>\n"
"Language-Team: Polish <kde-i18n-doc(a)lists.kde.org>\n"
"MIME-Version: 1.0\n"
@@ -264,7 +264,7 @@
- #: src/gui.c:554
+ #: src/gui.c:590
#, c-format
msgid "Idle"
-msgstr ""
+msgstr "Bezczynny"
- #: src/gui.c:851 src/gui.c:861 src/gui.c:1672 src/gui.c:1700 src/thread.c:380
+ #: src/gui.c:890 src/gui.c:900 src/gui.c:1712 src/gui.c:1740 src/thread.c:384
#, c-format
@@ -475,12 +475,11 @@
- #: src/gui.c:3476
+ #: src/gui.c:3514
msgid "Interface"
-msgstr ""
+msgstr "Interfejs"
- #: src/gui.c:3478
+ #: src/gui.c:3516
-#, fuzzy
msgid "MPlayer"
-msgstr "Odtwarzacz"
+msgstr "MPlayer"
- #: src/gui.c:3480
+ #: src/gui.c:3518
msgid "Plugin"
-@@ -633,9 +632,8 @@
+@@ -634,9 +633,8 @@
msgstr "Kodowanie czcionki napisów:"
- #: src/gui.c:3910
+ #: src/gui.c:3950
-#, fuzzy
msgid "<span weight=\"bold\">Application Preferences</span>"
-msgstr "<span weight=\"bold\">Szczegóły dźwięku</span>"
+msgstr "<span weight=\"bold\">Preferencje aplikacji</span>"
- #: src/gui.c:3917
+ #: src/gui.c:3957
msgid "Start with playlist visible"
-@@ -643,11 +641,11 @@
+@@ -644,11 +642,11 @@
- #: src/gui.c:3928
+ #: src/gui.c:3968
msgid "Show notification popup"
-msgstr ""
+msgstr "Pokaż wyskakujące powiadomienia"
- #: src/gui.c:3935
+ #: src/gui.c:3975
msgid "Show status icon"
-msgstr ""
+msgstr "Pokaż ikonę stanu"
- #: src/gui.c:3942
+ #: src/gui.c:3982
msgid "Start with playlist below media window"
-@@ -658,9 +656,8 @@
+@@ -659,9 +657,8 @@
msgstr "Pozwól na tylko jedną instancję Gnome MPlayera"
- #: src/gui.c:3960
+ #: src/gui.c:4000
-#, fuzzy
msgid "When opening in single instance mode, replace existing file"
-msgstr "Ustaw tryb jednej instancji w trybie zastąp i odtwarzaj"
+msgstr "Podczas otwierania w trybie jednej instancji zastąp istniejący plik"
- #: src/gui.c:3968
+ #: src/gui.c:4008
msgid "Remember Window Location"
-@@ -687,9 +684,8 @@
+@@ -688,9 +685,8 @@
"do terminala lub do ~/.xsession-errors"
- #: src/gui.c:3997
+ #: src/gui.c:4037
-#, fuzzy
msgid "<span weight=\"bold\">Advanced Settings for MPlayer</span>"
-msgstr "<span weight=\"bold\">Ustawienia zaawansowane</span>"
+msgstr "<span weight=\"bold\">Zaawansowane ustawienia MPlayera</span>"
- #: src/gui.c:4004
+ #: src/gui.c:4044
msgid "Mplayer Software Volume Control Enabled"
-@@ -758,9 +754,8 @@
+@@ -759,9 +755,8 @@
msgstr "Pełny e_kran"
- #: src/gui.c:4385
+ #: src/gui.c:4425
-#, fuzzy
msgid "_Copy Location"
-msgstr "Otwórz lokalizację"
+msgstr "S_kopiuj lokalizację"
#. File Menu
- #: src/gui.c:4455
-@@ -910,9 +905,8 @@
+ #: src/gui.c:4495
+@@ -911,9 +906,8 @@
msgstr "Elementy _sterujące"
- #: src/gui.c:4682
+ #: src/gui.c:4722
-#, fuzzy
msgid "Advanced _Options"
-msgstr "Opcje _zaawansowane..."
+msgstr "Opcje _zaawansowane"
#. Help Menu
- #: src/gui.c:4727
-@@ -1152,3 +1146,4 @@
-
- #~ msgid "_Copy URL"
- #~ msgstr "S_kopiuj URL"
-+
+ #: src/gui.c:4767
Index: gnome-mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-mplayer/F-9/gnome-mplayer.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnome-mplayer.spec 31 Oct 2008 17:38:36 -0000 1.6
+++ gnome-mplayer.spec 1 Nov 2008 15:09:29 -0000 1.7
@@ -35,7 +35,7 @@
%prep
%setup -q
-%patch0 -p0 -b .translation
+%patch0 -p1 -b .translation
%build
16 years, 1 month