rpms/bsnes/F-10 .cvsignore, 1.8, 1.9 bsnes-0.037a-strip.patch, 1.3, 1.4 bsnes-system-zlib.patch, 1.2, 1.3 bsnes.spec, 1.8, 1.9 sources, 1.8, 1.9
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/bsnes/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5805
Modified Files:
.cvsignore bsnes-0.037a-strip.patch bsnes-system-zlib.patch
bsnes.spec sources
Log Message:
* Sun May 10 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.046-1
- Updated to 0.046
- Dropped libXtst-devel BuildRequires
- Updated the strip patch again
- Updated the zlib patch again
- Updated the optflags fix
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-10/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 23 Apr 2009 11:23:07 -0000 1.8
+++ .cvsignore 11 May 2009 08:41:55 -0000 1.9
@@ -1 +1 @@
-bsnes_v045.tar.bz2
+bsnes_v046.tar.bz2
bsnes-0.037a-strip.patch:
Index: bsnes-0.037a-strip.patch
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-10/bsnes-0.037a-strip.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bsnes-0.037a-strip.patch 23 Apr 2009 11:23:07 -0000 1.3
+++ bsnes-0.037a-strip.patch 11 May 2009 08:41:55 -0000 1.4
@@ -1,10 +1,11 @@
---- src/Makefile.strip 2009-03-29 08:14:20.000000000 +0200
-+++ src/Makefile 2009-03-29 12:19:56.000000000 +0200
-@@ -14,7 +14,6 @@
- cpp = $(subst cc,++,$(compiler))
- obj = o
- rule = -c $< -o $@
-- link = -s
- mkbin = -o$1
- mkdef = -D$1
- mkincpath = -I$1
+--- src/Makefile.strip 2009-05-10 02:59:55.000000000 +0200
++++ src/Makefile 2009-05-10 19:10:41.000000000 +0200
+@@ -8,7 +8,7 @@
+ c := $(compiler)
+ cpp := $(subst cc,++,$(compiler))
+ flags := -O3 -fomit-frame-pointer -Ilib
+-link := -s
++link :=
+
+ # profile-guided instrumentation:
+ # flags += -fprofile-generate
bsnes-system-zlib.patch:
Index: bsnes-system-zlib.patch
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-10/bsnes-system-zlib.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bsnes-system-zlib.patch 17 Dec 2008 09:27:28 -0000 1.2
+++ bsnes-system-zlib.patch 11 May 2009 08:41:55 -0000 1.3
@@ -1,26 +1,26 @@
---- src/Makefile.system-zlib 2008-02-15 11:16:23.000000000 +0100
-+++ src/Makefile 2008-02-15 11:28:12.000000000 +0100
-@@ -82,6 +82,7 @@
+--- src/Makefile.system-zlib 2009-05-10 19:20:21.000000000 +0200
++++ src/Makefile 2009-05-10 19:20:21.000000000 +0200
+@@ -71,6 +71,7 @@
ifeq ($(enable_gzip),true)
objects += adler32 compress crc32 deflate gzio inffast inflate inftrees ioapi trees unzip zip zutil
- flags += $(call mkdef,GZIP_SUPPORT)
+ flags += -DGZIP_SUPPORT
+ link += $(shell pkg-config --libs minizip)
endif
ifeq ($(enable_jma),true)
---- src/reader/zipreader.hpp.system-zlib 2008-10-17 12:14:16.000000000 +0200
-+++ src/reader/zipreader.hpp 2008-11-29 21:36:02.000000000 +0100
+--- src/lib/libreader/gzreader.hpp.system-zlib 2009-05-02 18:18:10.000000000 +0200
++++ src/lib/libreader/gzreader.hpp 2009-05-10 19:21:27.000000000 +0200
@@ -1,4 +1,4 @@
--#include "zlib/unzip.h"
-+#include <minizip/unzip.h>
-
- #define ZIP_MAX_FILE_NAME PATH_MAX
-
---- src/reader/gzreader.hpp.system-zlib 2005-12-18 10:20:14.000000000 +0100
-+++ src/reader/gzreader.hpp 2008-02-15 11:25:45.000000000 +0100
-@@ -1,4 +1,4 @@
--#include "zlib/zlib.h"
+-#include <zlib/zlib.h>
+#include <zlib.h>
class GZReader : public Reader {
private:
+--- src/lib/libreader/zipreader.hpp.system-zlib 2009-05-02 18:18:02.000000000 +0200
++++ src/lib/libreader/zipreader.hpp 2009-05-10 19:22:37.000000000 +0200
+@@ -1,4 +1,4 @@
+-#include <zlib/unzip.h>
++#include <minizip/unzip.h>
+
+ #define ZIP_MAX_FILE_NAME PATH_MAX
+
Index: bsnes.spec
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-10/bsnes.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bsnes.spec 23 Apr 2009 11:23:07 -0000 1.8
+++ bsnes.spec 11 May 2009 08:41:55 -0000 1.9
@@ -1,4 +1,4 @@
-%define vernumber 045
+%define vernumber 046
Name: bsnes
Version: 0.%{vernumber}
@@ -23,7 +23,6 @@
BuildRequires: freealut-devel
BuildRequires: libao-devel
BuildRequires: libXv-devel
-BuildRequires: libXtst-devel
BuildRequires: minizip-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: SDL-devel
@@ -52,7 +51,7 @@
#use system optflags
-sed -i "s#flags = -O3#flags = $RPM_OPT_FLAGS#" src/Makefile
+sed -i "s#flags := -O3#flags := $RPM_OPT_FLAGS#" src/Makefile
#install fedora-specific readme
install -pm 644 %{SOURCE2} README.Fedora
@@ -86,6 +85,13 @@
%changelog
+* Sun May 10 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.046-1
+- Updated to 0.046
+- Dropped libXtst-devel BuildRequires
+- Updated the strip patch again
+- Updated the zlib patch again
+- Updated the optflags fix
+
* Mon Apr 20 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.045-1
- Updated to 0.045
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-10/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 23 Apr 2009 11:23:07 -0000 1.8
+++ sources 11 May 2009 08:41:55 -0000 1.9
@@ -1 +1 @@
-23ba7aa90e4803387039b412c6f8178b bsnes_v045.tar.bz2
+3091093b9ded18e9c9a974079a2d127b bsnes_v046.tar.bz2
15 years, 6 months
rpms/bsnes/devel .cvsignore, 1.8, 1.9 bsnes-0.037a-strip.patch, 1.3, 1.4 bsnes-system-zlib.patch, 1.2, 1.3 bsnes.spec, 1.10, 1.11 sources, 1.8, 1.9
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/bsnes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5689
Modified Files:
.cvsignore bsnes-0.037a-strip.patch bsnes-system-zlib.patch
bsnes.spec sources
Log Message:
* Sun May 10 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.046-1
- Updated to 0.046
- Dropped libXtst-devel BuildRequires
- Updated the strip patch again
- Updated the zlib patch again
- Updated the optflags fix
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 20 Apr 2009 10:14:00 -0000 1.8
+++ .cvsignore 11 May 2009 08:41:42 -0000 1.9
@@ -1 +1 @@
-bsnes_v045.tar.bz2
+bsnes_v046.tar.bz2
bsnes-0.037a-strip.patch:
Index: bsnes-0.037a-strip.patch
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/bsnes-0.037a-strip.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bsnes-0.037a-strip.patch 31 Mar 2009 10:46:20 -0000 1.3
+++ bsnes-0.037a-strip.patch 11 May 2009 08:41:42 -0000 1.4
@@ -1,10 +1,11 @@
---- src/Makefile.strip 2009-03-29 08:14:20.000000000 +0200
-+++ src/Makefile 2009-03-29 12:19:56.000000000 +0200
-@@ -14,7 +14,6 @@
- cpp = $(subst cc,++,$(compiler))
- obj = o
- rule = -c $< -o $@
-- link = -s
- mkbin = -o$1
- mkdef = -D$1
- mkincpath = -I$1
+--- src/Makefile.strip 2009-05-10 02:59:55.000000000 +0200
++++ src/Makefile 2009-05-10 19:10:41.000000000 +0200
+@@ -8,7 +8,7 @@
+ c := $(compiler)
+ cpp := $(subst cc,++,$(compiler))
+ flags := -O3 -fomit-frame-pointer -Ilib
+-link := -s
++link :=
+
+ # profile-guided instrumentation:
+ # flags += -fprofile-generate
bsnes-system-zlib.patch:
Index: bsnes-system-zlib.patch
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/bsnes-system-zlib.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bsnes-system-zlib.patch 17 Dec 2008 09:27:39 -0000 1.2
+++ bsnes-system-zlib.patch 11 May 2009 08:41:42 -0000 1.3
@@ -1,26 +1,26 @@
---- src/Makefile.system-zlib 2008-02-15 11:16:23.000000000 +0100
-+++ src/Makefile 2008-02-15 11:28:12.000000000 +0100
-@@ -82,6 +82,7 @@
+--- src/Makefile.system-zlib 2009-05-10 19:20:21.000000000 +0200
++++ src/Makefile 2009-05-10 19:20:21.000000000 +0200
+@@ -71,6 +71,7 @@
ifeq ($(enable_gzip),true)
objects += adler32 compress crc32 deflate gzio inffast inflate inftrees ioapi trees unzip zip zutil
- flags += $(call mkdef,GZIP_SUPPORT)
+ flags += -DGZIP_SUPPORT
+ link += $(shell pkg-config --libs minizip)
endif
ifeq ($(enable_jma),true)
---- src/reader/zipreader.hpp.system-zlib 2008-10-17 12:14:16.000000000 +0200
-+++ src/reader/zipreader.hpp 2008-11-29 21:36:02.000000000 +0100
+--- src/lib/libreader/gzreader.hpp.system-zlib 2009-05-02 18:18:10.000000000 +0200
++++ src/lib/libreader/gzreader.hpp 2009-05-10 19:21:27.000000000 +0200
@@ -1,4 +1,4 @@
--#include "zlib/unzip.h"
-+#include <minizip/unzip.h>
-
- #define ZIP_MAX_FILE_NAME PATH_MAX
-
---- src/reader/gzreader.hpp.system-zlib 2005-12-18 10:20:14.000000000 +0100
-+++ src/reader/gzreader.hpp 2008-02-15 11:25:45.000000000 +0100
-@@ -1,4 +1,4 @@
--#include "zlib/zlib.h"
+-#include <zlib/zlib.h>
+#include <zlib.h>
class GZReader : public Reader {
private:
+--- src/lib/libreader/zipreader.hpp.system-zlib 2009-05-02 18:18:02.000000000 +0200
++++ src/lib/libreader/zipreader.hpp 2009-05-10 19:22:37.000000000 +0200
+@@ -1,4 +1,4 @@
+-#include <zlib/unzip.h>
++#include <minizip/unzip.h>
+
+ #define ZIP_MAX_FILE_NAME PATH_MAX
+
Index: bsnes.spec
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/bsnes.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- bsnes.spec 20 Apr 2009 10:14:00 -0000 1.10
+++ bsnes.spec 11 May 2009 08:41:42 -0000 1.11
@@ -1,4 +1,4 @@
-%define vernumber 045
+%define vernumber 046
Name: bsnes
Version: 0.%{vernumber}
@@ -23,7 +23,6 @@
BuildRequires: freealut-devel
BuildRequires: libao-devel
BuildRequires: libXv-devel
-BuildRequires: libXtst-devel
BuildRequires: minizip-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: SDL-devel
@@ -52,7 +51,7 @@
#use system optflags
-sed -i "s#flags = -O3#flags = $RPM_OPT_FLAGS#" src/Makefile
+sed -i "s#flags := -O3#flags := $RPM_OPT_FLAGS#" src/Makefile
#install fedora-specific readme
install -pm 644 %{SOURCE2} README.Fedora
@@ -86,6 +85,13 @@
%changelog
+* Sun May 10 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.046-1
+- Updated to 0.046
+- Dropped libXtst-devel BuildRequires
+- Updated the strip patch again
+- Updated the zlib patch again
+- Updated the optflags fix
+
* Mon Apr 20 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.045-1
- Updated to 0.045
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 20 Apr 2009 10:14:00 -0000 1.8
+++ sources 11 May 2009 08:41:42 -0000 1.9
@@ -1 +1 @@
-23ba7aa90e4803387039b412c6f8178b bsnes_v045.tar.bz2
+3091093b9ded18e9c9a974079a2d127b bsnes_v046.tar.bz2
15 years, 6 months
rpms/xine/F-9 xine.spec,1.2,1.3
by Xavier Lamien
Author: laxathom
Update of /cvs/free/rpms/xine/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27116
Modified Files:
xine.spec
Log Message:
rebuild
Index: xine.spec
===================================================================
RCS file: /cvs/free/rpms/xine/F-9/xine.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xine.spec 26 Oct 2008 13:50:00 -0000 1.2
+++ xine.spec 10 May 2009 18:53:09 -0000 1.3
@@ -3,7 +3,7 @@
Summary: Free multimedia player
Name: xine
Version: 0.99.5
-Release: 4%{?dist}
+Release: 5%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://xinehq.de/
@@ -132,6 +132,9 @@
# --------------------------------------------------------------------
%changelog
+* Sun May 10 2009 Xavier Lamien <lxtnow(a)gmail.com> - 0.99.5-5
+- Rebuild against new libcaca.
+
* Sun Oct 26 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.99.5-4
- rebuilt
15 years, 6 months
rpms/gstreamer-ffmpeg/EL-5 gst-ffmpeg-0.10.4-av_picture_copy.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 gstreamer-ffmpeg.spec, 1.1, 1.2 sources, 1.2, 1.3 gst-ffmpeg-0.10.1-syslibs.patch, 1.1, NONE gst-ffmpeg-0.10.3-no-ffdec_faad.patch, 1.1, NONE
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/gstreamer-ffmpeg/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31285
Modified Files:
.cvsignore gstreamer-ffmpeg.spec sources
Added Files:
gst-ffmpeg-0.10.4-av_picture_copy.patch
Removed Files:
gst-ffmpeg-0.10.1-syslibs.patch
gst-ffmpeg-0.10.3-no-ffdec_faad.patch
Log Message:
sync with F-10
gst-ffmpeg-0.10.4-av_picture_copy.patch:
--- NEW FILE gst-ffmpeg-0.10.4-av_picture_copy.patch ---
diff -up gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegcodecmap.c~ gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegcodecmap.c
--- gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegcodecmap.c~ 2008-05-22 20:18:14.000000000 +0200
+++ gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegcodecmap.c 2008-05-22 20:18:14.000000000 +0200
@@ -3287,29 +3287,3 @@ gst_ffmpeg_avpicture_fill (AVPicture * p
return 0;
}
-
-/**
- * Convert image 'src' to 'dst'.
- *
- * We use this code to copy two pictures between the same
- * colorspaces, so this function is not realy used to do
- * colorspace conversion.
- * The ffmpeg code has a bug in it where odd sized frames were
- * not copied completely. We adjust the input parameters for
- * the original ffmpeg img_convert function here so that it
- * still does the right thing.
- */
-int
-gst_ffmpeg_img_convert (AVPicture * dst, int dst_pix_fmt,
- const AVPicture * src, int src_pix_fmt, int src_width, int src_height)
-{
- struct SwsContext *ctx;
- int res;
-
- ctx = sws_getContext (src_width, src_height, src_pix_fmt, src_width, src_height, dst_pix_fmt, 2, /* flags : bicubic */
- NULL, NULL, NULL);
- res = sws_scale (ctx, (uint8_t **) src->data, (int *) src->linesize,
- 2, src_width, dst->data, dst->linesize);
- sws_freeContext (ctx);
- return res;
-}
diff -up gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegcodecmap.h~ gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegcodecmap.h
--- gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegcodecmap.h~ 2008-05-22 20:17:56.000000000 +0200
+++ gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegcodecmap.h 2008-05-22 20:17:56.000000000 +0200
@@ -125,15 +125,6 @@ gst_ffmpeg_avpicture_fill (AVPicture * p
int height);
/*
- * convert an image, we only use this for copying the image, ie,
- * convert between the same colorspaces.
- */
-int
-gst_ffmpeg_img_convert (AVPicture * dst, int dst_pix_fmt,
- const AVPicture * src, int src_pix_fmt,
- int src_width, int src_height);
-
-/*
* Convert from/to a GStreamer <-> FFMpeg timestamp.
*/
static inline guint64
diff -up gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegdec.c~ gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegdec.c
--- gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegdec.c~ 2008-05-22 20:27:02.000000000 +0200
+++ gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegdec.c 2008-05-22 20:27:02.000000000 +0200
@@ -1342,11 +1342,7 @@ get_output_buffer (GstFFMpegDec * ffmpeg
gst_ffmpeg_avpicture_fill (&pic, GST_BUFFER_DATA (*outbuf),
ffmpegdec->context->pix_fmt, width, height);
- /* the original convert function did not do the right thing, this
- * is a patched up version that adjust widht/height so that the
- * ffmpeg one works correctly. */
- gst_ffmpeg_img_convert (&pic, ffmpegdec->context->pix_fmt,
- (AVPicture *) ffmpegdec->picture,
+ av_picture_copy(&pic, (AVPicture *) ffmpegdec->picture,
ffmpegdec->context->pix_fmt, width, height);
}
ffmpegdec->picture->pts = -1;
diff -up gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegdemux.c~ gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegdemux.c
--- gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegdemux.c~ 2008-05-22 20:27:18.000000000 +0200
+++ gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegdemux.c 2008-05-22 20:27:18.000000000 +0200
@@ -1268,9 +1268,8 @@ gst_ffmpegdemux_loop (GstPad * pad)
avstream->codec->pix_fmt, avstream->codec->width,
avstream->codec->height);
- gst_ffmpeg_img_convert (&dst, avstream->codec->pix_fmt,
- &src, avstream->codec->pix_fmt, avstream->codec->width,
- avstream->codec->height);
+ av_picture_copy (&dst, &src, avstream->codec->pix_fmt,
+ avstream->codec->width, avstream->codec->height);
} else {
memcpy (GST_BUFFER_DATA (outbuf), pkt.data, outsize);
}
diff -up gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegmux.c~ gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegmux.c
--- gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegmux.c~ 2008-05-22 20:27:17.000000000 +0200
+++ gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegmux.c 2008-05-22 20:27:17.000000000 +0200
@@ -554,8 +554,8 @@ gst_ffmpegmux_collected (GstCollectPads
gst_ffmpeg_avpicture_fill (&src, GST_BUFFER_DATA (buf),
PIX_FMT_RGB24, st->codec->width, st->codec->height);
- gst_ffmpeg_img_convert (&dst, PIX_FMT_RGB24,
- &src, PIX_FMT_RGB24, st->codec->width, st->codec->height);
+ av_picture_copy(&dst, &src, PIX_FMT_RGB24,
+ st->codec->width, st->codec->height);
} else {
pkt.data = GST_BUFFER_DATA (buf);
pkt.size = GST_BUFFER_SIZE (buf);
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gstreamer-ffmpeg/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 2 May 2008 14:27:12 -0000 1.2
+++ .cvsignore 10 May 2009 13:05:52 -0000 1.3
@@ -1 +1 @@
-gst-ffmpeg-0.10.3.tar.bz2
+gst-ffmpeg-0.10.5.tar.bz2
Index: gstreamer-ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-ffmpeg/EL-5/gstreamer-ffmpeg.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gstreamer-ffmpeg.spec 2 May 2008 14:27:12 -0000 1.1
+++ gstreamer-ffmpeg.spec 10 May 2009 13:05:52 -0000 1.2
@@ -1,18 +1,16 @@
Name: gstreamer-ffmpeg
-Version: 0.10.3
-Release: 4%{?dist}
+Version: 0.10.5
+Release: 1%{?dist}
Summary: GStreamer FFmpeg-based plug-ins
Group: Applications/Multimedia
# the ffmpeg plugin is LGPL, the postproc plugin is GPL
License: GPLv2+ and LGPLv2+
URL: http://gstreamer.freedesktop.org/
Source: http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-%{version}.tar...
-Patch0: gst-ffmpeg-0.10.1-syslibs.patch
-Patch1: gst-ffmpeg-0.10.3-no-ffdec_faad.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gstreamer-devel >= 0.10.0
BuildRequires: gstreamer-plugins-base-devel >= 0.10.0
-BuildRequires: ffmpeg-devel liboil-devel
+BuildRequires: ffmpeg-devel liboil-devel bzip2-devel
%description
GStreamer is a streaming media framework, based on graphs of filters which
@@ -27,8 +25,12 @@
%prep
%setup -q -n gst-ffmpeg-%{version}
-%patch0 -p1 -z .syslibs
-%patch1 -p1
+# adjust includes for the header move in latest ffmpeg <sigh>
+sed -i -e 's|ffmpeg/avcodec.h|ffmpeg/libavcodec/avcodec.h|g' \
+ -e 's|ffmpeg/avformat.h|ffmpeg/libavformat/avformat.h|g' \
+ -e 's|postproc/postprocess.h|ffmpeg/libpostproc/postprocess.h|g' \
+ -e 's|ffmpeg/swscale.h|ffmpeg/libswscale/swscale.h|g' \
+ ext/ffmpeg/*.c ext/ffmpeg/*.h ext/libpostproc/*.c
%build
@@ -57,6 +59,20 @@
%changelog
+* Sun Sep 14 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.5-1
+- New upstream release 0.10.5
+- Drop all patches, all upstreamed <yeah>
+
+* Thu Jul 24 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.4-2
+- Release bump for rpmfusion build
+
+* Thu May 22 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.4-1
+- New upstream release 0.10.4
+- Drop several upstreamed patches
+
+* Thu May 8 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.3-5
+- Fix playback of wvc1 videos (livna bug 1960)
+
* Thu Apr 10 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.3-4
- Disable ffdec_faad as this has issues (use gstreamer-plugins-bad instead)
(livna bug 1935)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gstreamer-ffmpeg/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 2 May 2008 14:27:12 -0000 1.2
+++ sources 10 May 2009 13:05:52 -0000 1.3
@@ -1 +1 @@
-c07fd2da0835989fc4eae291cbc05f09 gst-ffmpeg-0.10.3.tar.bz2
+1ff579945eafcfddab420b734c3a0c92 gst-ffmpeg-0.10.5.tar.bz2
--- gst-ffmpeg-0.10.1-syslibs.patch DELETED ---
--- gst-ffmpeg-0.10.3-no-ffdec_faad.patch DELETED ---
15 years, 6 months
rpms/gstreamer-plugins-bad/EL-5 gstreamer-plugins-bad.spec,1.8,1.9
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/gstreamer-plugins-bad/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30355
Modified Files:
gstreamer-plugins-bad.spec
Log Message:
* Sun May 10 2009 Thorsten Leemhuis <feodra at leemhuis dot info> 0.10.8-4.1
- adjust Fedora spec file for EL:
-- don't build libgstsoundtouch.so, as soundtouch is not in EPEL
-- don't build libgstneonhttpsrc.so, as neon in EL is to old
-- don't build libgstwildmidi.so, as wildmidi is not in EPEL
-- don't build libgsttimidity.so, as libtimidity is not in EPEL
-- don't build libgstmythtvsrc.so, as gmyth is not in EPEL
-- drop BR on exempi-devel (optional for libgstmetadata.so), as its not in EPEL
Index: gstreamer-plugins-bad.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-bad/EL-5/gstreamer-plugins-bad.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gstreamer-plugins-bad.spec 10 May 2009 12:21:55 -0000 1.8
+++ gstreamer-plugins-bad.spec 10 May 2009 12:49:53 -0000 1.9
@@ -11,7 +11,7 @@
Summary: GStreamer streaming media framework "bad" plug-ins
Name: gstreamer-plugins-bad
Version: 0.10.8
-Release: 4%{?dist}
+Release: 4%{?dist}.1
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
@@ -37,13 +37,15 @@
BuildRequires: gsm-devel
BuildRequires: libmpcdec-devel
BuildRequires: SDL-devel
-BuildRequires: soundtouch-devel
+# soundtouch not in EPEL5; enable later if it becomes avilable (1/2)
+#BuildRequires: soundtouch-devel
#BuildRequires: swfdec-devel
Buildrequires: wavpack-devel
BuildRequires: xvidcore-devel
BuildRequires: bzip2-devel
BuildRequires: mesa-libGLU-devel
-BuildRequires: neon-devel
+# needs neon >= 0.26.0, but neon in EL is 0.25.5; disable (1/2)
+# BuildRequires: neon-devel
BuildRequires: libmms-devel
BuildRequires: libmusicbrainz-devel
BuildRequires: libcdaudio-devel
@@ -51,15 +53,19 @@
BuildRequires: mjpegtools-devel
BuildRequires: nas-devel
BuildRequires: x264-devel
-BuildRequires: wildmidi-devel
+# wildmidi not in EPEL5; enable later if it becomes avilable (1/2)
+#BuildRequires: wildmidi-devel
BuildRequires: libsndfile-devel
BuildRequires: libmodplug-devel
-BuildRequires: libtimidity-devel
-BuildRequires: gmyth-devel >= 0.4
+# libtimidity not in EPEL5; enable later if it becomes avilable (1/2)
+#BuildRequires: libtimidity-devel
+# gmyth not in EPEL5; enable later if it becomes avilable (1/2)
+#BuildRequires: gmyth-devel >= 0.4
BuildRequires: libdc1394-devel
BuildRequires: libexif-devel
BuildRequires: libiptcdata-devel
-BuildRequires: exempi-devel
+# exempi not in EPEL5; enable later if it becomes avilable (1/1)
+#BuildRequires: exempi-devel
BuildRequires: dirac-devel
BuildRequires: libofa-devel
BuildRequires: libdvdnav-devel
@@ -211,14 +217,17 @@
%{_libdir}/gstreamer-%{majorminor}/libgstmplex.so
%{_libdir}/gstreamer-%{majorminor}/libgstmusepack.so
%{_libdir}/gstreamer-%{majorminor}/libgsttrm.so
-%{_libdir}/gstreamer-%{majorminor}/libgstneonhttpsrc.so
+# needs neon >= 0.26.0, but neon in EL is 0.25.5; disable (2/2)
+# {_libdir}/gstreamer-%{majorminor}/libgstneonhttpsrc.so
%{_libdir}/gstreamer-%{majorminor}/libgstofa.so
%{_libdir}/gstreamer-%{majorminor}/libresindvd.so
%{_libdir}/gstreamer-%{majorminor}/libgstsdl.so
%{_libdir}/gstreamer-%{majorminor}/libgstsndfile.so
#%{_libdir}/gstreamer-%{majorminor}/libgstswfdec.so
-%{_libdir}/gstreamer-%{majorminor}/libgsttimidity.so
-%{_libdir}/gstreamer-%{majorminor}/libgstwildmidi.so
+# libtimidity not in EPEL5; enable later if it becomes avilable (2/2)
+# {_libdir}/gstreamer-%{majorminor}/libgsttimidity.so
+# wildmidi not in EPEL5; enable later if it becomes avilable (2/2)
+# {_libdir}/gstreamer-%{majorminor}/libgstwildmidi.so
%{_libdir}/gstreamer-%{majorminor}/libgstx264.so
%{_libdir}/gstreamer-%{majorminor}/libgstxvid.so
@@ -226,9 +235,11 @@
%defattr(-,root,root,-)
# Plugins with external dependencies
%{_libdir}/gstreamer-%{majorminor}/libgstjack.so
-%{_libdir}/gstreamer-%{majorminor}/libgstmythtvsrc.so
+# gmyth not in EPEL5; enable later if it becomes avilable (2/2)
+# {_libdir}/gstreamer-%{majorminor}/libgstmythtvsrc.so
%{_libdir}/gstreamer-%{majorminor}/libgstnassink.so
-%{_libdir}/gstreamer-%{majorminor}/libgstsoundtouch.so
+# soundtouch not in EPEL5; enable later if it becomes avilable (2/2)
+# {_libdir}/gstreamer-%{majorminor}/libgstsoundtouch.so
%files devel
%defattr(-,root,root,-)
@@ -238,6 +249,15 @@
%changelog
+* Sun May 10 2009 Thorsten Leemhuis <feodra at leemhuis dot info> 0.10.8-4.1
+- adjust Fedora spec file for EL:
+-- don't build libgstsoundtouch.so, as soundtouch is not in EPEL
+-- don't build libgstneonhttpsrc.so, as neon in EL is to old
+-- don't build libgstwildmidi.so, as wildmidi is not in EPEL
+-- don't build libgsttimidity.so, as libtimidity is not in EPEL
+-- don't build libgstmythtvsrc.so, as gmyth is not in EPEL
+-- drop BR on exempi-devel (optional for libgstmetadata.so), as its not in EPEL
+
* Sun Sep 14 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.8-4
- Rebuild for new x264 and to generate new magic gstreamer provides
15 years, 6 months
rpms/gstreamer-plugins-bad/EL-5 .cvsignore, 1.4, 1.5 gstreamer-plugins-bad.spec, 1.7, 1.8 sources, 1.4, 1.5
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/gstreamer-plugins-bad/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28716
Modified Files:
.cvsignore gstreamer-plugins-bad.spec sources
Log Message:
use 0.10.8-4 from Fedora as a base for EL5
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-bad/EL-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 26 Oct 2008 10:49:08 -0000 1.4
+++ .cvsignore 10 May 2009 12:21:55 -0000 1.5
@@ -1 +1 @@
-gst-plugins-bad-0.10.9.tar.bz2
+gst-plugins-bad-0.10.8.tar.bz2
Index: gstreamer-plugins-bad.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-bad/EL-5/gstreamer-plugins-bad.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gstreamer-plugins-bad.spec 26 Oct 2008 10:49:08 -0000 1.7
+++ gstreamer-plugins-bad.spec 10 May 2009 12:21:55 -0000 1.8
@@ -10,8 +10,8 @@
Summary: GStreamer streaming media framework "bad" plug-ins
Name: gstreamer-plugins-bad
-Version: 0.10.9
-Release: 1%{?dist}
+Version: 0.10.8
+Release: 4%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
@@ -63,9 +63,6 @@
BuildRequires: dirac-devel
BuildRequires: libofa-devel
BuildRequires: libdvdnav-devel
-BuildRequires: jasper-devel
-BuildRequires: openssl-devel
-BuildRequires: twolame-devel
%description
GStreamer is a streaming media framework, based on graphs of elements which
@@ -156,34 +153,29 @@
%doc AUTHORS COPYING README REQUIREMENTS
%{_libdir}/libgstapp-0.10.so.*
# Plugins without external dependencies
-%{_libdir}/gstreamer-%{majorminor}/libgstaiffparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstapp.so
%{_libdir}/gstreamer-%{majorminor}/libgstbayer.so
%{_libdir}/gstreamer-%{majorminor}/libgstcdxaparse.so
-%{_libdir}/gstreamer-%{majorminor}/libgstdccp.so
%{_libdir}/gstreamer-%{majorminor}/libgstdeinterlace.so
%{_libdir}/gstreamer-%{majorminor}/libgstdeinterlace2.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdspu.so
%{_libdir}/gstreamer-%{majorminor}/libgstfestival.so
%{_libdir}/gstreamer-%{majorminor}/libgstfilter.so
-%{_libdir}/gstreamer-%{majorminor}/libgstflv.so
+%{_libdir}/gstreamer-%{majorminor}/libgstflvdemux.so
%{_libdir}/gstreamer-%{majorminor}/libgstfreeze.so
%{_libdir}/gstreamer-%{majorminor}/libgsth264parse.so
%{_libdir}/gstreamer-%{majorminor}/libgstrfbsrc.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg4videoparse.so
-%{_libdir}/gstreamer-%{majorminor}/libgstmpegdemux.so
-%{_libdir}/gstreamer-%{majorminor}/libgstmpegtsmux.so
+%{_libdir}/gstreamer-%{majorminor}/libgstmpegtsparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpegvideoparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstmve.so
%{_libdir}/gstreamer-%{majorminor}/libgstnsf.so
%{_libdir}/gstreamer-%{majorminor}/libgstnuvdemux.so
-%{_libdir}/gstreamer-%{majorminor}/libgstpcapparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstrawparse.so
%ifarch %{ix86} x86_64
%{_libdir}/gstreamer-%{majorminor}/libgstreal.so
%endif
%{_libdir}/gstreamer-%{majorminor}/libgstrtpmanager.so
-%{_libdir}/gstreamer-%{majorminor}/libgstscaletempoplugin.so
%{_libdir}/gstreamer-%{majorminor}/libgstsdpelem.so
%{_libdir}/gstreamer-%{majorminor}/libgstselector.so
%{_libdir}/gstreamer-%{majorminor}/libgstspeed.so
@@ -203,7 +195,6 @@
# Plugins with external dependencies
%{_libdir}/gstreamer-%{majorminor}/libgstalsaspdif.so
-%{_libdir}/gstreamer-%{majorminor}/libgstapexsink.so
%{_libdir}/gstreamer-%{majorminor}/libgstbz2.so
%{_libdir}/gstreamer-%{majorminor}/libgstcdaudio.so
%{_libdir}/gstreamer-%{majorminor}/libgstdc1394.so
@@ -213,7 +204,6 @@
%{_libdir}/gstreamer-%{majorminor}/libgstfaac.so
%{_libdir}/gstreamer-%{majorminor}/libgstfaad.so
%{_libdir}/gstreamer-%{majorminor}/libgstgsm.so
-%{_libdir}/gstreamer-%{majorminor}/libgstjp2k.so
%{_libdir}/gstreamer-%{majorminor}/libgstmms.so
%{_libdir}/gstreamer-%{majorminor}/libgstmetadata.so
%{_libdir}/gstreamer-%{majorminor}/libgstmodplug.so
@@ -228,7 +218,6 @@
%{_libdir}/gstreamer-%{majorminor}/libgstsndfile.so
#%{_libdir}/gstreamer-%{majorminor}/libgstswfdec.so
%{_libdir}/gstreamer-%{majorminor}/libgsttimidity.so
-%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so
%{_libdir}/gstreamer-%{majorminor}/libgstwildmidi.so
%{_libdir}/gstreamer-%{majorminor}/libgstx264.so
%{_libdir}/gstreamer-%{majorminor}/libgstxvid.so
@@ -249,10 +238,6 @@
%changelog
-* Sun Oct 26 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.9-1
-- New upstream release 0.10.9
-- Rebuild for new directfb
-
* Sun Sep 14 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.8-4
- Rebuild for new x264 and to generate new magic gstreamer provides
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-bad/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 26 Oct 2008 10:49:08 -0000 1.4
+++ sources 10 May 2009 12:21:55 -0000 1.5
@@ -1 +1 @@
-ff555a86e74a9249e56b43405c8df3e4 gst-plugins-bad-0.10.9.tar.bz2
+ddc8f92dab0081f131650ad6c95908b8 gst-plugins-bad-0.10.8.tar.bz2
15 years, 6 months
rpms/gstreamer-plugins-ugly/EL-5 gstreamer-plugins-ugly.spec, 1.7, 1.8
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/gstreamer-plugins-ugly/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27215
Modified Files:
gstreamer-plugins-ugly.spec
Log Message:
* Sun May 10 2009 Thorsten Leemhuis <feodra at leemhuis dot info > 0.10.9-2.1
- adjust Fedora spec file for EL:
-- don't build libgstsid.so, as libsidplay is not in EPEL
Index: gstreamer-plugins-ugly.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-ugly/EL-5/gstreamer-plugins-ugly.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gstreamer-plugins-ugly.spec 4 Nov 2008 10:11:47 -0000 1.7
+++ gstreamer-plugins-ugly.spec 10 May 2009 11:57:37 -0000 1.8
@@ -11,7 +11,7 @@
Summary: GStreamer streaming media framework "ugly" plug-ins
Name: gstreamer-plugins-ugly
Version: 0.10.9
-Release: 2%{?dist}
+Release: 2%{?dist}.1
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
@@ -27,7 +27,8 @@
BuildRequires: gettext-devel
-BuildRequires: libsidplay-devel >= 1.36.0
+# no libsidplay in EPEL5; enable later if it becomes avilable (1/3)
+# BuildRequires: libsidplay-devel >= 1.36.0
BuildRequires: a52dec-devel >= 0.7.3
#BuildRequires: libdvdnav-devel >= 0.1.3
BuildRequires: libdvdread-devel >= 0.9.0
@@ -39,7 +40,8 @@
BuildRequires: libcdio-devel
BuildRequires: PyXML
-Provides: gstreamer-sid = %{version}-%{release}
+# no libsidplay in EPEL5; enable later if it becomes avilable (2/3)
+#Provides: gstreamer-sid = %{version}-%{release}
Provides: gstreamer-lame = %{version}-%{release}
Provides: gstreamer-mad = %{version}-%{release}
Provides: gstreamer-a52dec = %{version}-%{release}
@@ -107,10 +109,15 @@
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
%{_libdir}/gstreamer-%{majorminor}/libgstmad.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so
-%{_libdir}/gstreamer-%{majorminor}/libgstsid.so
+# no libsidplay in EPEL5; enable later if it becomes avilable (3/3)
+# {_libdir}/gstreamer-%{majorminor}/libgstsid.so
%changelog
+* Sun May 10 2009 Thorsten Leemhuis <feodra at leemhuis dot info > 0.10.9-2.1
+- adjust Fedora spec file for EL:
+-- don't build libgstsid.so, as libsidplay is not in EPEL
+
* Tue Nov 4 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.9-2
- Fix decoding of certain mp3 files (rpmfusion bug 108)
15 years, 6 months
rpms/cairo-dock/devel cairo-dock-2.0.0-dock-rendering-compile.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 cairo-dock.spec, 1.15, 1.16 sources, 1.11, 1.12
by Mamoru Tasaka
Author: mtasaka
Update of /cvs/free/rpms/cairo-dock/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28145
Modified Files:
.cvsignore cairo-dock.spec sources
Added Files:
cairo-dock-2.0.0-dock-rendering-compile.patch
Log Message:
* Sun May 10 2009 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp> - 2.0.0-1
- 2.0.0 release
cairo-dock-2.0.0-dock-rendering-compile.patch:
--- NEW FILE cairo-dock-2.0.0-dock-rendering-compile.patch ---
--- plug-ins/dock-rendering/src/rendering-init.c.debug 2009-05-08 03:09:55.000000000 +0900
+++ plug-ins/dock-rendering/src/rendering-init.c 2009-05-10 10:44:35.000000000 +0900
@@ -13,7 +13,7 @@
#include "rendering-parabole.h"
#include "rendering-3D-plane.h"
#include "rendering-rainbow.h"
-#include "rendering-diapo.h"
+//#include "rendering-diapo.h"
#include "rendering-diapo-simple.h"
#include "rendering-curve.h"
#include "rendering-commons.h"
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/cairo-dock/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 9 May 2009 14:08:34 -0000 1.10
+++ .cvsignore 10 May 2009 02:00:17 -0000 1.11
@@ -1 +1,2 @@
-cairo-dock-sources-svn1739_trunk.tar.bz2
+cairo-dock-2.0.0.tar.bz2
+cairo-dock-plugins-2.0.0.tar.bz2
Index: cairo-dock.spec
===================================================================
RCS file: /cvs/free/rpms/cairo-dock/devel/cairo-dock.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- cairo-dock.spec 9 May 2009 14:08:34 -0000 1.15
+++ cairo-dock.spec 10 May 2009 02:00:17 -0000 1.16
@@ -6,12 +6,12 @@
# cd trunk
# tar cjf ../cairo-dock-sources-%%{tag}.tar.bz2 .
-%global released 0
+%global released 1
# Set the below to 1 when building unstable plug-ins
%global build_other 1
%global mainver 2.0.0
-%global betaver rc5
+%undefine betaver
%global tarballver svn1739_trunk
%global build_themes 0
@@ -19,7 +19,7 @@
%global build_webkit 1
%global build_xfce 1
-%global fedora_main_rel 7
+%global fedora_main_rel 1
%if 0%{?released} < 1
@@ -58,6 +58,7 @@
# plug-ins specific patches
Patch100: cairo-dock-rev1677-stacks.patch
+Patch101: cairo-dock-2.0.0-dock-rendering-compile.patch
%if ! %{released}
BuildRequires: automake
@@ -253,6 +254,9 @@
\( -not -path '*/.svn/*' -and -not -name \*.png \) \
| xargs %{__sed} -i -e 's|\r||'
+# dock-rendering
+%patch101 -p1 -b .compile
+
# mail: license conflict now resolved
# stacks: directory fix
@@ -620,8 +624,8 @@
%{_libdir}/pkgconfig/*.pc
%changelog
-* Sat May 9 2009 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp>
-- rev 1739
+* Sun May 10 2009 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp> - 2.0.0-1
+- 2.0.0 release
* Wed Apr 29 2009 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp> - 2.0.0-0.7.rc5
- 2.0.0 rc5
Index: sources
===================================================================
RCS file: /cvs/free/rpms/cairo-dock/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 9 May 2009 14:08:34 -0000 1.11
+++ sources 10 May 2009 02:00:17 -0000 1.12
@@ -1 +1,2 @@
-408bbe88b5b033422221e9f3b05a0927 cairo-dock-sources-svn1739_trunk.tar.bz2
+648402589c02579d202d28d09decf0cb cairo-dock-2.0.0.tar.bz2
+b5bca90f55676e7f2ac531f528370dbe cairo-dock-plugins-2.0.0.tar.bz2
15 years, 6 months
rpms/cairo-dock/devel .cvsignore, 1.9, 1.10 cairo-dock.spec, 1.14, 1.15 sources, 1.10, 1.11
by Mamoru Tasaka
Author: mtasaka
Update of /cvs/free/rpms/cairo-dock/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23039
Modified Files:
.cvsignore cairo-dock.spec sources
Log Message:
* Sat May 9 2009 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp>
- rev 1739
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/cairo-dock/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 7 May 2009 04:49:07 -0000 1.9
+++ .cvsignore 9 May 2009 14:08:34 -0000 1.10
@@ -1 +1 @@
-cairo-dock-sources-svn1708_trunk.tar.bz2
+cairo-dock-sources-svn1739_trunk.tar.bz2
Index: cairo-dock.spec
===================================================================
RCS file: /cvs/free/rpms/cairo-dock/devel/cairo-dock.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- cairo-dock.spec 7 May 2009 04:49:07 -0000 1.14
+++ cairo-dock.spec 9 May 2009 14:08:34 -0000 1.15
@@ -12,7 +12,7 @@
%global mainver 2.0.0
%global betaver rc5
-%global tarballver svn1708_trunk
+%global tarballver svn1739_trunk
%global build_themes 0
@@ -620,8 +620,8 @@
%{_libdir}/pkgconfig/*.pc
%changelog
-* Thu May 7 2009 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp>
-- rev 1708
+* Sat May 9 2009 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp>
+- rev 1739
* Wed Apr 29 2009 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp> - 2.0.0-0.7.rc5
- 2.0.0 rc5
Index: sources
===================================================================
RCS file: /cvs/free/rpms/cairo-dock/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 7 May 2009 04:49:07 -0000 1.10
+++ sources 9 May 2009 14:08:34 -0000 1.11
@@ -1 +1 @@
-fe0e796323993170b28debad3ea98151 cairo-dock-sources-svn1708_trunk.tar.bz2
+408bbe88b5b033422221e9f3b05a0927 cairo-dock-sources-svn1739_trunk.tar.bz2
15 years, 6 months
rpms/nailer/F-9 nailer.spec,1.1,1.2
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/nailer/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24357
Modified Files:
nailer.spec
Log Message:
* Fri May 08 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.4.3-5
- Added Conflicts: totem for the time being
Index: nailer.spec
===================================================================
RCS file: /cvs/free/rpms/nailer/F-9/nailer.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nailer.spec 7 Mar 2009 15:55:31 -0000 1.1
+++ nailer.spec 8 May 2009 17:34:11 -0000 1.2
@@ -1,6 +1,6 @@
Name: nailer
Version: 0.4.3
-Release: 3%{?dist}
+Release: 5%{?dist}
Summary: A thumbnail generator using mplayer
Group: Applications/Multimedia
@@ -14,6 +14,8 @@
BuildRequires: gtk2-devel
Requires: GConf2
Requires: mplayer
+#We need to conflict with totem until http://bugzilla.gnome.org/show_bug.cgi?id=497264 gets fixed
+Conflicts: totem
Requires(pre): GConf2
Requires(post): GConf2
@@ -79,6 +81,12 @@
%changelog
+* Fri May 08 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.4.3-5
+- Added Conflicts: totem for the time being
+
+* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.4.3-4
+- rebuild for new F11 features
+
* Sat Feb 28 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.4.3-3
- Dropped the .desktop file entirely
- Patched the gconf schema
15 years, 6 months