rpms/gstreamer-plugins-bad/devel gst-new-ass-api.patch, NONE, 1.1 gstreamer-plugins-bad.spec, 1.23, 1.24
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/gstreamer-plugins-bad/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25459
Modified Files:
gstreamer-plugins-bad.spec
Added Files:
gst-new-ass-api.patch
Log Message:
* Mon Aug 31 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-7
- Rebuild for new libass
gst-new-ass-api.patch:
--- NEW FILE gst-new-ass-api.patch ---
diff -up gst-plugins-bad-0.10.13/ext/assrender/gstassrender.c.new-ass-api gst-plugins-bad-0.10.13/ext/assrender/gstassrender.c
--- gst-plugins-bad-0.10.13/ext/assrender/gstassrender.c.new-ass-api 2009-03-06 18:37:51.000000000 +0100
+++ gst-plugins-bad-0.10.13/ext/assrender/gstassrender.c 2009-08-10 13:08:56.000000000 +0200
@@ -297,13 +297,12 @@ gst_assrender_setcaps_video (GstPad * pa
gst_structure_get_int (structure, "height", &render->height)) {
ret = gst_pad_set_caps (render->srcpad, caps);
ass_set_frame_size (render->ass_renderer, render->width, render->height);
- /* FIXME: Does this expect aspect ratio or pixel aspect ratio? */
- ass_set_aspect_ratio (render->ass_renderer,
+ ass_set_aspect_ratio (render->ass_renderer,
+ ((gdouble) (render->width)) / ((gdouble) (render->height)),
((gdouble) par_n) / ((gdouble) par_d));
ass_set_font_scale (render->ass_renderer, 1.0);
ass_set_hinting (render->ass_renderer, ASS_HINTING_NATIVE);
- ass_set_fonts (render->ass_renderer, "Arial", "sans-serif");
- ass_set_fonts (render->ass_renderer, NULL, "Sans");
+ ass_set_fonts (render->ass_renderer, NULL, "Sans", 1, NULL, 1);
ass_set_margins (render->ass_renderer, 0, 0, 0, 0);
ass_set_use_margins (render->ass_renderer, 0);
@@ -383,7 +382,7 @@ gst_assrender_chain_video (GstPad * pad,
gint64 start, stop, clip_start = 0, clip_stop = 0;
double timestamp;
double step;
- ass_image_t *ass_image;
+ ASS_Image *ass_image;
render = GST_ASSRENDER (GST_PAD_PARENT (pad));
diff -up gst-plugins-bad-0.10.13/ext/assrender/gstassrender.h.new-ass-api gst-plugins-bad-0.10.13/ext/assrender/gstassrender.h
--- gst-plugins-bad-0.10.13/ext/assrender/gstassrender.h.new-ass-api 2009-03-06 18:37:51.000000000 +0100
+++ gst-plugins-bad-0.10.13/ext/assrender/gstassrender.h 2009-08-10 12:56:09.000000000 +0200
@@ -44,9 +44,9 @@ struct _Gstassrender
gint width, height;
- ass_library_t *ass_library;
- ass_renderer_t *ass_renderer;
- ass_track_t *ass_track;
+ ASS_Library *ass_library;
+ ASS_Renderer *ass_renderer;
+ ASS_Track *ass_track;
gboolean renderer_init_ok, track_init_ok, enable, embeddedfonts;
};
Index: gstreamer-plugins-bad.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-bad/devel/gstreamer-plugins-bad.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- gstreamer-plugins-bad.spec 11 Aug 2009 19:29:04 -0000 1.23
+++ gstreamer-plugins-bad.spec 31 Aug 2009 12:07:14 -0000 1.24
@@ -7,12 +7,13 @@
Summary: GStreamer streaming media framework "bad" plug-ins
Name: gstreamer-plugins-bad
Version: 0.10.13
-Release: 6%{?dist}
+Release: 7%{?dist}
# The freeze and nfs plugins are LGPLv2 (only)
License: LGPLv2+ and LGPLv2
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
Source: http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{ve...
+Patch0: gst-new-ass-api.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{gstreamer} >= %{gst_minver}
BuildRequires: %{gstreamer}-devel >= %{gst_minver}
@@ -120,6 +121,7 @@
%prep
%setup -q -n gst-plugins-bad-%{version}
+%patch0 -p1
%build
@@ -269,6 +271,9 @@
%changelog
+* Mon Aug 31 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-7
+- Rebuild for new libass
+
* Tue Aug 11 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.13-6
- Enable mimic plugin now that we have libmimic in RPM Fusion
15 years, 2 months
rpms/sdlmame/F-10 .cvsignore, 1.53, 1.54 sdlmame.spec, 1.62, 1.63 sources, 1.54, 1.55
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24675
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Mon Aug 31 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-0.3.0133u4
- Updated to 0.133u4
- Added unidasm to the -tools subpackage
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/.cvsignore,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- .cvsignore 21 Aug 2009 19:07:37 -0000 1.53
+++ .cvsignore 31 Aug 2009 11:59:43 -0000 1.54
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0133u3.zip
+sdlmame0133u4.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sdlmame.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- sdlmame.spec 21 Aug 2009 19:07:37 -0000 1.62
+++ sdlmame.spec 31 Aug 2009 11:59:43 -0000 1.63
@@ -1,4 +1,4 @@
-%define beta 0133u3
+%define beta 0133u4
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0134
-Release: 0.2.%{?beta}%{?dist}
+Release: 0.3.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -154,7 +154,7 @@
install -pm 644 keymaps/* %{buildroot}%{_datadir}/mame/keymaps
install -pm 644 ui.bdf %{SOURCE1} %{buildroot}%{_datadir}/mame/fonts
install -pm 755 chdman jedutil ldplayer ldresample ldverify mame mamed romcmp \
- testkeys %{buildroot}%{_bindir}
+ testkeys unidasm %{buildroot}%{_bindir}
for tool in regrep runtest src2html srcclean
do
install -pm 755 $tool %{buildroot}%{_bindir}/mame-$tool
@@ -200,6 +200,10 @@
%changelog
+* Mon Aug 31 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-0.3.0133u4
+- Updated to 0.133u4
+- Added unidasm to the -tools subpackage
+
* Fri Aug 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-0.2.0133u3
- Updated to 0.133u3
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sources,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- sources 21 Aug 2009 19:07:37 -0000 1.54
+++ sources 31 Aug 2009 11:59:43 -0000 1.55
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-f78768bd7603b643dd4cac74ac7cac28 sdlmame0133u3.zip
+407345a8bc5148e508cc5ba9dfa06d21 sdlmame0133u4.zip
15 years, 2 months
rpms/sdlmame/F-11 .cvsignore, 1.51, 1.52 sdlmame.spec, 1.60, 1.61 sources, 1.53, 1.54
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24577
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Mon Aug 31 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-0.3.0133u4
- Updated to 0.133u4
- Added unidasm to the -tools subpackage
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-11/.cvsignore,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- .cvsignore 21 Aug 2009 19:07:24 -0000 1.51
+++ .cvsignore 31 Aug 2009 11:59:32 -0000 1.52
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0133u3.zip
+sdlmame0133u4.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-11/sdlmame.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- sdlmame.spec 21 Aug 2009 19:07:24 -0000 1.60
+++ sdlmame.spec 31 Aug 2009 11:59:32 -0000 1.61
@@ -1,4 +1,4 @@
-%define beta 0133u3
+%define beta 0133u4
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0134
-Release: 0.2.%{?beta}%{?dist}
+Release: 0.3.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -154,7 +154,7 @@
install -pm 644 keymaps/* %{buildroot}%{_datadir}/mame/keymaps
install -pm 644 ui.bdf %{SOURCE1} %{buildroot}%{_datadir}/mame/fonts
install -pm 755 chdman jedutil ldplayer ldresample ldverify mame mamed romcmp \
- testkeys %{buildroot}%{_bindir}
+ testkeys unidasm %{buildroot}%{_bindir}
for tool in regrep runtest src2html srcclean
do
install -pm 755 $tool %{buildroot}%{_bindir}/mame-$tool
@@ -200,6 +200,10 @@
%changelog
+* Mon Aug 31 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-0.3.0133u4
+- Updated to 0.133u4
+- Added unidasm to the -tools subpackage
+
* Fri Aug 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-0.2.0133u3
- Updated to 0.133u3
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-11/sources,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- sources 21 Aug 2009 19:07:24 -0000 1.53
+++ sources 31 Aug 2009 11:59:32 -0000 1.54
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-f78768bd7603b643dd4cac74ac7cac28 sdlmame0133u3.zip
+407345a8bc5148e508cc5ba9dfa06d21 sdlmame0133u4.zip
15 years, 2 months
rpms/sdlmame/devel .cvsignore, 1.53, 1.54 sdlmame.spec, 1.62, 1.63 sources, 1.54, 1.55
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24221
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Mon Aug 31 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-0.3.0133u4
- Updated to 0.133u4
- Added unidasm to the -tools subpackage
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/.cvsignore,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- .cvsignore 21 Aug 2009 19:07:10 -0000 1.53
+++ .cvsignore 31 Aug 2009 11:59:23 -0000 1.54
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0133u3.zip
+sdlmame0133u4.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- sdlmame.spec 21 Aug 2009 19:07:10 -0000 1.62
+++ sdlmame.spec 31 Aug 2009 11:59:23 -0000 1.63
@@ -1,4 +1,4 @@
-%define beta 0133u3
+%define beta 0133u4
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0134
-Release: 0.2.%{?beta}%{?dist}
+Release: 0.3.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -154,7 +154,7 @@
install -pm 644 keymaps/* %{buildroot}%{_datadir}/mame/keymaps
install -pm 644 ui.bdf %{SOURCE1} %{buildroot}%{_datadir}/mame/fonts
install -pm 755 chdman jedutil ldplayer ldresample ldverify mame mamed romcmp \
- testkeys %{buildroot}%{_bindir}
+ testkeys unidasm %{buildroot}%{_bindir}
for tool in regrep runtest src2html srcclean
do
install -pm 755 $tool %{buildroot}%{_bindir}/mame-$tool
@@ -200,6 +200,10 @@
%changelog
+* Mon Aug 31 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-0.3.0133u4
+- Updated to 0.133u4
+- Added unidasm to the -tools subpackage
+
* Fri Aug 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0134-0.2.0133u3
- Updated to 0.133u3
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sources,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- sources 21 Aug 2009 19:07:10 -0000 1.54
+++ sources 31 Aug 2009 11:59:23 -0000 1.55
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-f78768bd7603b643dd4cac74ac7cac28 sdlmame0133u3.zip
+407345a8bc5148e508cc5ba9dfa06d21 sdlmame0133u4.zip
15 years, 2 months
rpms/mythtv-themes/devel mythtv-themes.spec,1.17,1.18
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv-themes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18962
Modified Files:
mythtv-themes.spec
Log Message:
* Sat Aug 29 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.22-0.4.svn.r21591
- Update to pre-0.22 svn trunk, rev 21591
- Graphite is now an official theme included in mythtv svn
Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/mythtv-themes.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- mythtv-themes.spec 30 Aug 2009 03:39:53 -0000 1.17
+++ mythtv-themes.spec 30 Aug 2009 03:40:39 -0000 1.18
@@ -17,7 +17,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r21179
+%define _svnrev r21591
%define branch trunk
#
15 years, 2 months
rpms/mythtv-themes/devel mythtv-themes.spec, 1.16, 1.17 sources, 1.11, 1.12
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv-themes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18879
Modified Files:
mythtv-themes.spec sources
Log Message:
* Sat Aug 29 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.22-0.4.svn.r21591
- Update to pre-0.22 svn trunk, rev 21591
- Graphite is now an official theme included in mythtv svn
Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/mythtv-themes.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- mythtv-themes.spec 9 Aug 2009 02:34:22 -0000 1.16
+++ mythtv-themes.spec 30 Aug 2009 03:39:53 -0000 1.17
@@ -43,8 +43,6 @@
# Hopefully these will merge before 0.22 is released.
Source0: http://www.mythtv.org/mc/myththemes-%{version}.tar.bz2
Source1: themes-%{version}.tar.bz2
-# Very nice user-created theme using the new MythUI bits
-Source2: http://www.fecitfacta.com/graphite.080409.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -79,7 +77,7 @@
################################################################################
%prep
-%setup -q -c -a 1 -a 2
+%setup -q -c -a 1
################################################################################
@@ -105,8 +103,6 @@
make install INSTALL_ROOT=%{buildroot}
cd ..
-cp -a Graphite %{buildroot}%{_datadir}/mythtv/themes/
-
################################################################################
%clean
@@ -119,6 +115,10 @@
%{_datadir}/mythtv/themes/*
%changelog
+* Sat Aug 29 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.22-0.4.svn.r21591
+- Update to pre-0.22 svn trunk, rev 21591
+- Graphite is now an official theme included in mythtv svn
+
* Sat Aug 08 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.22-0.4.svn.r21179
- Update to pre-0.22 svn trunk, rev 21179
- Add Robert McNamara's excellent new Graphite theme
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 9 Aug 2009 02:33:38 -0000 1.11
+++ sources 30 Aug 2009 03:39:53 -0000 1.12
@@ -1,3 +1,2 @@
-727aad649046b62b225c1eb63df168a4 myththemes-0.22.tar.bz2
-6ff1838b9901edd65ebf30480e748f5b themes-0.22.tar.bz2
-8a94d02a711c3a05b384ec9963d02cac graphite.080409.tar.gz
+6911aed7bd91c0021440dfd4d9b7921a themes-0.22.tar.bz2
+9a94c6b327dd65674f39ae9130738761 myththemes-0.22.tar.bz2
15 years, 2 months
rpms/mythtv/devel mythtv.spec,1.42,1.43 sources,1.22,1.23
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18466
Modified Files:
mythtv.spec sources
Log Message:
* Sat Aug 29 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r21591
- Update to pre-0.22 svn trunk revision 21591
- ExcludeArch: ppc/ppc64 for now, since it keeps failing to build
and I just don't have the time to investigate the fix at the moment,
so both ppc mythtv svn trunk users will just have to deal with it...
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- mythtv.spec 29 Aug 2009 21:50:46 -0000 1.42
+++ mythtv.spec 30 Aug 2009 03:35:16 -0000 1.43
@@ -61,7 +61,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r21585
+%define _svnrev r21591
%define branch trunk
#
@@ -84,6 +84,10 @@
# projects... For a breakdown of the licensing, see PACKAGE-LICENSING.
License: GPLv2+ and LGPLv2+ and LGPLv2 and (GPLv2 or QPL) and (GPLv2+ or LGPLv2+)
+# PowerPC builds are failing after a recent ffmpeg rebase, and
+# I simply haven't had time to investigate the fix yet, so temporarily:
+ExcludeArch: ppc ppc64
+
################################################################################
# Set "--with proc_opt" to let mythtv autodetect your CPU and run its
@@ -1471,6 +1475,12 @@
################################################################################
%changelog
+* Sat Aug 29 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r21591
+- Update to pre-0.22 svn trunk revision 21591
+- ExcludeArch: ppc/ppc64 for now, since it keeps failing to build
+ and I just don't have the time to investigate the fix at the moment,
+ so both ppc mythtv svn trunk users will just have to deal with it...
+
* Sat Aug 29 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r21585
- Update to pre-0.22 svn trunk revision 21585
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources 29 Aug 2009 21:50:46 -0000 1.22
+++ sources 30 Aug 2009 03:35:16 -0000 1.23
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-610cd1428b51afeb912cffc692c87b49 mythplugins-0.22.tar.bz2
-a6c9bdd211ead9b823b2e17ca363e6bc mythtv-0.22.tar.bz2
+671c6340914d2e0a74ddef488d517f8e mythtv-0.22.tar.bz2
+ac1d2bbdc5d29864cc317264f5ce8644 mythplugins-0.22.tar.bz2
15 years, 2 months
rpms/mythtv/devel mythtv.spec,1.41,1.42 sources,1.21,1.22
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1054
Modified Files:
mythtv.spec sources
Log Message:
* Sat Aug 29 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r21585
- Update to pre-0.22 svn trunk revision 21585
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- mythtv.spec 9 Aug 2009 02:18:03 -0000 1.41
+++ mythtv.spec 29 Aug 2009 21:50:46 -0000 1.42
@@ -61,7 +61,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r21179
+%define _svnrev r21585
%define branch trunk
#
@@ -1471,6 +1471,12 @@
################################################################################
%changelog
+* Sat Aug 29 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r21585
+- Update to pre-0.22 svn trunk revision 21585
+
+* Mon Aug 17 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r21336
+- Update to pre-0.22 svn trunk revision 21336
+
* Sat Aug 09 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r21179
- Update to pre-0.22 svn trunk revision 21179
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources 9 Aug 2009 02:18:03 -0000 1.21
+++ sources 29 Aug 2009 21:50:46 -0000 1.22
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-5672c837cde6319d314dd4a520a2fa85 mythtv-0.22.tar.bz2
-daf6f2e5a6a9ae3a1f7c0c0c94451914 mythplugins-0.22.tar.bz2
+610cd1428b51afeb912cffc692c87b49 mythplugins-0.22.tar.bz2
+a6c9bdd211ead9b823b2e17ca363e6bc mythtv-0.22.tar.bz2
15 years, 2 months
rpms/k9copy/devel k9copy.spec,1.15,1.16
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/k9copy/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24001
Modified Files:
k9copy.spec
Log Message:
drop old patch
Index: k9copy.spec
===================================================================
RCS file: /cvs/free/rpms/k9copy/devel/k9copy.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- k9copy.spec 29 Aug 2009 18:23:04 -0000 1.15
+++ k9copy.spec 29 Aug 2009 18:45:35 -0000 1.16
@@ -11,7 +11,6 @@
Patch1: k9copy-2.3.1-ffmpeg.patch
Patch2: k9copy-2.1.0-mimetype.patch
-Patch3: k9copy-2.3.1-gcc44.patch
BuildRequires: cmake
BuildRequires: desktop-file-utils
@@ -46,8 +45,6 @@
%patch1 -p1 -b .ffmpeg
%patch2 -p1 -b .mimetype
-#patch3 -p1 -b .gcc44
-
%build
mkdir -p %{_target_platform}
15 years, 2 months
rpms/k9copy/devel .cvsignore, 1.8, 1.9 k9copy.spec, 1.14, 1.15 sources, 1.8, 1.9 k9copy-2.3.1-gcc44.patch, 1.1, NONE
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/k9copy/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22556
Modified Files:
.cvsignore k9copy.spec sources
Removed Files:
k9copy-2.3.1-gcc44.patch
Log Message:
* Sat Aug 29 2009 Rex Dieter <rdieter(a)fedoraproject.org> 2.3.3-1
- k9copy-2.3.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/k9copy/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 27 May 2009 14:13:13 -0000 1.8
+++ .cvsignore 29 Aug 2009 18:23:04 -0000 1.9
@@ -1 +1 @@
-k9copy-2.3.2-Source.tar.gz
+k9copy-2.3.3-Source.tar.gz
Index: k9copy.spec
===================================================================
RCS file: /cvs/free/rpms/k9copy/devel/k9copy.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- k9copy.spec 27 May 2009 14:13:13 -0000 1.14
+++ k9copy.spec 29 Aug 2009 18:23:04 -0000 1.15
@@ -1,6 +1,6 @@
Name: k9copy
-Version: 2.3.2
+Version: 2.3.3
Release: 1%{?dist}
Summary: Video DVD backup and creation program
Group: Applications/Multimedia
@@ -46,7 +46,7 @@
%patch1 -p1 -b .ffmpeg
%patch2 -p1 -b .mimetype
-%patch3 -p1 -b .gcc44
+#patch3 -p1 -b .gcc44
%build
@@ -107,6 +107,9 @@
%changelog
+* Sat Aug 29 2009 Rex Dieter <rdieter(a)fedoraproject.org> 2.3.3-1
+- k9copy-2.3.3
+
* Wed May 27 2009 Rex Dieter <rdieter(a)fedoraproject.org> 2.3.2-1
- k9copy-2.3.2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/k9copy/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 27 May 2009 14:13:13 -0000 1.8
+++ sources 29 Aug 2009 18:23:04 -0000 1.9
@@ -1 +1 @@
-bd3eaa33c64d8a2ba28f5385cd85eea2 k9copy-2.3.2-Source.tar.gz
+8c3f3dc82949f9629cf619cd8aeb8160 k9copy-2.3.3-Source.tar.gz
--- k9copy-2.3.1-gcc44.patch DELETED ---
15 years, 2 months