rpms/mame/devel .cvsignore, 1.35, 1.36 mame.spec, 1.41, 1.42 sources, 1.35, 1.36
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21655
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Tue Sep 06 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u5-1
- Updated to 0.143u5
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- .cvsignore 25 Aug 2011 20:30:42 -0000 1.35
+++ .cvsignore 6 Sep 2011 18:48:42 -0000 1.36
@@ -3,3 +3,4 @@
0143u2_diff.zip
0143u3_diff.zip
0143u4_diff.zip
+0143u5_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- mame.spec 25 Aug 2011 20:30:43 -0000 1.41
+++ mame.spec 6 Sep 2011 18:48:42 -0000 1.42
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 143
-%global sourceupdate 4
+%global sourceupdate 5
Name: mame
%if 0%{?sourceupdate}
@@ -27,7 +27,7 @@
Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
-#Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
+Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
#Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
%endif
Patch0: %{name}-fortify.patch
@@ -251,6 +251,9 @@
%changelog
+* Tue Sep 06 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u5-1
+- Updated to 0.143u5
+
* Thu Aug 25 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u4-1
- Updated to 0.143u4
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- sources 25 Aug 2011 20:30:43 -0000 1.35
+++ sources 6 Sep 2011 18:48:42 -0000 1.36
@@ -3,3 +3,4 @@
beab2f265e76f996543ca410db0054b1 0143u2_diff.zip
f44cdd1ea6600e9efeb8349e82b92e0e 0143u3_diff.zip
e2f0a82e5d38387350c4df0441c1628d 0143u4_diff.zip
+4eb2e582bb09e9805918ed77d8eef8f0 0143u5_diff.zip
13 years, 2 months
rpms/openafs/devel openafs-1.6.0-fPIC.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 openafs.spec, 1.9, 1.10 sources, 1.5, 1.6
by Jack Neely
Author: jjneely
Update of /cvs/free/rpms/openafs/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19105
Modified Files:
.cvsignore openafs.spec sources
Added Files:
openafs-1.6.0-fPIC.patch
Log Message:
* Fri Sep 02 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.0-1
- Update to OpenAFS 1.6.0 final
openafs-1.6.0-fPIC.patch:
osconf.m4 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--- NEW FILE openafs-1.6.0-fPIC.patch ---
--- src/cf/osconf.m4.orig 2011-08-05 13:46:52.780804506 -0400
+++ src/cf/osconf.m4 2011-08-05 13:50:10.734686871 -0400
@@ -240,7 +240,7 @@
amd64_linux*)
CCOBJ="${CC} -fPIC"
KERN_OPTMZ=-O2
- MT_CFLAGS='-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS}'
+ MT_CFLAGS='-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS} -fPIC'
MT_LIBS="-lpthread"
PAM_OPTMZ=-O2
PAM_CFLAGS="-Dlinux -DLINUX_PAM -fPIC"
@@ -263,8 +263,9 @@
;;
i386_linux*)
+ CCOBJ="${CC} -fPIC"
KERN_OPTMZ=-O2
- MT_CFLAGS='-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS}'
+ MT_CFLAGS='-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS} -fPIC'
MT_LIBS="-lpthread"
DBG=-g
KERN_DBG=-g
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/openafs/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 14 Apr 2011 14:57:47 -0000 1.2
+++ .cvsignore 6 Sep 2011 18:25:09 -0000 1.3
@@ -1,2 +1,2 @@
-openafs-1.6.0pre4-doc.tar.bz2
-openafs-1.6.0pre4-src.tar.bz2
+openafs-1.6.0-doc.tar.bz2
+openafs-1.6.0-src.tar.bz2
Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/devel/openafs.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- openafs.spec 7 Jun 2011 19:20:48 -0000 1.9
+++ openafs.spec 6 Sep 2011 18:25:09 -0000 1.10
@@ -10,17 +10,15 @@
%define sysname amd64_linux26
%endif
-%define pre pre4
-
Summary: Enterprise Network File System
Name: openafs
Version: 1.6.0
-Release: 0.1.%{pre}%{?dist}
+Release: 1%{?dist}
License: IBM
Group: System Environment/Daemons
URL: http://www.openafs.org
-Source0: http://www.openafs.org/dl/openafs/%{version}/%{name}-%{version}%{pre}-src...
-Source1: http://www.openafs.org/dl/openafs/%{version}%{pre}/openafs-%{version}%{pr...
+Source0: http://www.openafs.org/dl/openafs/%{version}/%{name}-%{version}-src.tar.bz2
+Source1: http://www.openafs.org/dl/openafs/%{version}/openafs-%{version}-doc.tar.bz2
Source11: CellServDB
Source12: cacheinfo
Source13: openafs.init
@@ -28,7 +26,9 @@
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: krb5-devel, pam-devel, ncurses-devel, flex, byacc, bison
-BuildRequires: automake
+BuildRequires: automake, autoconf
+
+Patch0: openafs-1.6.0-fPIC.patch
%description
The AFS distributed filesystem. AFS is a distributed filesystem
@@ -90,7 +90,10 @@
Cell.
%prep
-%setup -q -b 1 -n openafs-%{version}%{pre}
+%setup -q -b 1 -n openafs-%{version}
+
+# This changes osconf.m4 to build with -fPIC on i386 and x86_64
+%patch0
# Convert the licese to UTF-8
mv src/LICENSE src/LICENSE~
@@ -116,8 +119,7 @@
--disable-kernel-module \
--disable-strip-binaries \
--enable-supergroups \
- --with-krb5-conf=/usr/bin/krb5-config \
- CCOBJ=-fPIC
+ --with-krb5-conf=/usr/bin/krb5-config
# Build is not SMP compliant
make $RPM_OPT_FLGS all_nolibafs
@@ -150,6 +152,10 @@
# Include kpasswd as kapasswd so I can change my admin tokens
mv ${RPM_BUILD_ROOT}/usr/bin/kpasswd ${RPM_BUILD_ROOT}/usr/bin/kapasswd
+# Rename /usr/bin/backup to not conflict with Coda
+# (Future AFS upstream change)
+mv ${RPM_BUILD_ROOT}/usr/sbin/backup ${RPM_BUILD_ROOT}/usr/sbin/afsbackup
+
# Put the PAM modules in a sane place
mkdir -p ${RPM_BUILD_ROOT}/%{_lib}/security
mv ${RPM_BUILD_ROOT}%{_libdir}/pam_afs.krb.so.1 \
@@ -176,6 +182,13 @@
mv $RPM_BUILD_ROOT%{_mandir}/man1/kpasswd.1 \
$RPM_BUILD_ROOT%{_mandir}/man1/kapasswd.1
+# rename backup man page to afsbackup
+mv $RPM_BUILD_ROOT%{_mandir}/man8/backup.8 \
+ $RPM_BUILD_ROOT%{_mandir}/man8/afsbackup.8
+
+# Create the cache directory
+install -d -m 700 $RPM_BUILD_ROOT%{_localstatedir}/cache/openafs
+
# don't restart in post because kernel modules could well have changed
%post
/sbin/ldconfig
@@ -234,7 +247,7 @@
%{_bindir}/unlog
%{_bindir}/up
%{_bindir}/translate_et
-%{_sbindir}/backup
+%{_sbindir}/afsbackup
%{_sbindir}/butc
%{_sbindir}/fstrace
%{_sbindir}/rxdebug
@@ -251,6 +264,7 @@
%files client
%defattr(-, root, root)
%dir %{_sysconfdir}/openafs
+%dir %{_localstatedir}/cache/openafs
%config(noreplace) %{_sysconfdir}/openafs/CellServDB
%config(noreplace) %{_sysconfdir}/openafs/ThisCell
%config(noreplace) %{_sysconfdir}/openafs/cacheinfo
@@ -304,6 +318,29 @@
%{_datadir}/openafs/C/afszcm.cat
%changelog
+* Fri Sep 02 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.0-1
+- Update to OpenAFS 1.6.0 final
+
+* Thu Aug 04 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.0-0.pre7.2
+- BuildReq autoconf
+- Patch osconf.m4 to force building with -fPIC as there were still
+ objects used in libraries that were not build with -fPIC
+- Removed the CCOBJ environment variable with the configure line
+
+* Mon Jul 25 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.0-0.pre7.1
+- rpmFusion Bug 1783
+- Populate and set SELinux context for the AFS cache directory
+ even though we use memcache by default
+
+* Thu Jul 21 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.0-0.pre7
+- Update to OpenAFS 1.6.0 pre-release 7
+- Rename /usr/sbin/backup to /usr/sbin/afsbackup rpmFusion Bug # 1727
+- Add the -fakestat option to the default options for afsd
+ rpmfusion Bug # 1837
+
+* Wed Jun 08 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.0-0.1.pre6
+- Update to OpenAFS 1.6.0 pre-release 6
+
* Tue Jun 07 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.0-0.1.pre4
- rpmFusion Bug # 1782
- rename the kpasswd binary to kapasswd to match its man page
Index: sources
===================================================================
RCS file: /cvs/free/rpms/openafs/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 14 Apr 2011 14:57:47 -0000 1.5
+++ sources 6 Sep 2011 18:25:09 -0000 1.6
@@ -1,2 +1,2 @@
-78a540a97ed6c355583ab07a8a95d4de openafs-1.6.0pre4-doc.tar.bz2
-f0f34f75d539b495bd89523ac9774fde openafs-1.6.0pre4-src.tar.bz2
+41180f1adacd926dc6c8c94e947dfb60 openafs-1.6.0-doc.tar.bz2
+ad53439fb0fbebcbcffc046835e40d54 openafs-1.6.0-src.tar.bz2
13 years, 2 months
rpms/openafs/F-15 .cvsignore, 1.4, 1.5 openafs.spec, 1.15, 1.16 sources, 1.7, 1.8
by Jack Neely
Author: jjneely
Update of /cvs/free/rpms/openafs/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17582
Modified Files:
.cvsignore openafs.spec sources
Log Message:
* Fri Sep 02 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.0-1
- Update to OpenAFS 1.6.0 final
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/openafs/F-15/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 21 Jul 2011 14:41:28 -0000 1.4
+++ .cvsignore 6 Sep 2011 18:14:32 -0000 1.5
@@ -1,2 +1,2 @@
-openafs-1.6.0pre7-src.tar.bz2
-openafs-1.6.0pre7-doc.tar.bz2
+openafs-1.6.0-src.tar.bz2
+openafs-1.6.0-doc.tar.bz2
Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/F-15/openafs.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- openafs.spec 5 Aug 2011 19:19:26 -0000 1.15
+++ openafs.spec 6 Sep 2011 18:14:32 -0000 1.16
@@ -10,17 +10,15 @@
%define sysname amd64_linux26
%endif
-%define pre pre7
-
Summary: Enterprise Network File System
Name: openafs
Version: 1.6.0
-Release: 0.%{pre}.2%{?dist}
+Release: 1%{?dist}
License: IBM
Group: System Environment/Daemons
URL: http://www.openafs.org
-Source0: http://www.openafs.org/dl/openafs/%{version}/%{name}-%{version}%{pre}-src...
-Source1: http://www.openafs.org/dl/openafs/%{version}%{pre}/openafs-%{version}%{pr...
+Source0: http://www.openafs.org/dl/openafs/%{version}/%{name}-%{version}-src.tar.bz2
+Source1: http://www.openafs.org/dl/openafs/%{version}/openafs-%{version}-doc.tar.bz2
Source11: CellServDB
Source12: cacheinfo
Source13: openafs.init
@@ -92,7 +90,7 @@
Cell.
%prep
-%setup -q -b 1 -n openafs-%{version}%{pre}
+%setup -q -b 1 -n openafs-%{version}
# This changes osconf.m4 to build with -fPIC on i386 and x86_64
%patch0
@@ -320,6 +318,9 @@
%{_datadir}/openafs/C/afszcm.cat
%changelog
+* Fri Sep 02 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.0-1
+- Update to OpenAFS 1.6.0 final
+
* Thu Aug 04 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.0-0.pre7.2
- BuildReq autoconf
- Patch osconf.m4 to force building with -fPIC as there were still
Index: sources
===================================================================
RCS file: /cvs/free/rpms/openafs/F-15/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 21 Jul 2011 14:41:28 -0000 1.7
+++ sources 6 Sep 2011 18:14:32 -0000 1.8
@@ -1,2 +1,2 @@
-263eb08bf5abe3289df59eea30cfef55 openafs-1.6.0pre7-src.tar.bz2
-cae288059b7d0e810604d5c7cdc9a20d openafs-1.6.0pre7-doc.tar.bz2
+ad53439fb0fbebcbcffc046835e40d54 openafs-1.6.0-src.tar.bz2
+41180f1adacd926dc6c8c94e947dfb60 openafs-1.6.0-doc.tar.bz2
13 years, 2 months
rpms/dvbcut/devel dvbcut-ffmpeg-0.8.2.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 dvbcut.spec, 1.12, 1.13 sources, 1.5, 1.6
by David Timms
Author: dtimms
Update of /cvs/free/rpms/dvbcut/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1173
Modified Files:
.cvsignore dvbcut.spec sources
Added Files:
dvbcut-ffmpeg-0.8.2.patch
Log Message:
update to 0.6.1 release post svn178
add patch for ffmpeg-0.8.2
dvbcut-ffmpeg-0.8.2.patch:
lavfmuxer.cpp | 21 +++++++++++++++++++++
lavfmuxer.h | 4 ++++
mpgfile.cpp | 22 ++++++++++++++++++++++
3 files changed, 47 insertions(+)
--- NEW FILE dvbcut-ffmpeg-0.8.2.patch ---
diff -up src/lavfmuxer.cpp.ffmpeg src/lavfmuxer.cpp
--- src/lavfmuxer.cpp.ffmpeg 2011-04-25 03:27:24.000000000 +0200
+++ src/lavfmuxer.cpp 2011-08-24 21:08:28.000000000 +0200
@@ -34,12 +34,20 @@ extern "C" {
lavfmuxer::lavfmuxer(const char *format, uint32_t audiostreammask, mpgfile &mpg, const char *filename)
: muxer(), avfc(0), fileopened(false)
{
+#if FF_API_GUESS_FORMAT
fmt = guess_format(format, NULL, NULL);
+#else
+ fmt = av_guess_format(format, NULL, NULL);
+#endif
if (!fmt) {
return;
}
+#if FF_API_ALLOC_FORMAT_CONTEXT
avfc=av_alloc_format_context();
+#else
+ avfc=avformat_alloc_context();
+#endif
if (!avfc)
return;
@@ -73,7 +81,11 @@ lavfmuxer::lavfmuxer(const char *format,
av_free(s->codec);
s->codec = avcodec_alloc_context();
avcodec_get_context_defaults(s->codec);
+#if LIBAVCODEC_VERSION_MAJOR < 53
s->codec->codec_type=CODEC_TYPE_AUDIO;
+#else
+ s->codec->codec_type=AVMEDIA_TYPE_AUDIO;
+#endif
s->codec->codec_id = (mpg.getstreamtype(astr)==streamtype::ac3audio) ?
CODEC_ID_AC3 : CODEC_ID_MP2;
s->codec->rc_buffer_size = 224*1024*8;
@@ -92,6 +104,7 @@ lavfmuxer::lavfmuxer(const char *format,
int16_t samples[AVCODEC_MAX_AUDIO_FRAME_SIZE/sizeof(int16_t)];
int frame_size=sizeof(samples);
//fprintf(stderr, "** decode audio size=%d\n", sd->inbytes());
+#if FF_API_AUDIO_OLD
#if LIBAVCODEC_VERSION_INT >= ((52<<16)+(0<<8)+0)
avcodec_decode_audio2
#else
@@ -99,6 +112,14 @@ lavfmuxer::lavfmuxer(const char *format,
#endif
(s->codec,samples,&frame_size,
(uint8_t*) sd->getdata(),sd->inbytes());
+#else
+ AVPacket avpkt;
+ av_init_packet(&avpkt);
+ avpkt.data = (uint8_t *) sd->getdata();
+ avpkt.size = sd->inbytes();
+ avcodec_decode_audio3
+ (s->codec,samples,&frame_size,&avpkt);
+#endif
avcodec_close(s->codec);
}
break;
diff -up src/lavfmuxer.h.ffmpeg src/lavfmuxer.h
--- src/lavfmuxer.h.ffmpeg 2011-04-25 03:27:24.000000000 +0200
+++ src/lavfmuxer.h 2011-08-24 19:46:39.000000000 +0200
@@ -73,7 +73,11 @@ public:
avp.dts=dts;
avp.stream_index=st[str].stream_index;
if (flags & MUXER_FLAG_KEY)
+#if LIBAVCODEC_VERSION_MAJOR < 53
avp.flags |= PKT_FLAG_KEY;
+#else
+ avp.flags |= AV_PKT_FLAG_KEY;
+#endif
int rv=av_interleaved_write_frame(avfc,&avp);
diff -up src/mpgfile.cpp.ffmpeg src/mpgfile.cpp
--- src/mpgfile.cpp.ffmpeg 2011-04-25 03:27:24.000000000 +0200
+++ src/mpgfile.cpp 2011-08-24 21:14:54.000000000 +0200
@@ -161,8 +161,17 @@ void mpgfile::decodegop(int start, int s
while (decodebytes>0)
{
frameFinished=0;
+#if FF_API_VIDEO_OLD
int bytesDecoded=avcodec_decode_video(S->avcc, avf, &frameFinished,
(uint8_t*) data, decodebytes);
+#else
+ AVPacket avpkt;
+ av_init_packet(&avpkt);
+ avpkt.data = (uint8_t *) data;
+ avpkt.size = decodebytes;
+ int bytesDecoded=avcodec_decode_video2(S->avcc, avf, &frameFinished,
+ &avpkt);
+#endif
if (bytesDecoded<0)
{
fprintf(stderr,"libavcodec error while decoding frame #%d\n",pic);
@@ -201,7 +210,16 @@ void mpgfile::decodegop(int start, int s
if (pic < stop)
{
int frameFinished=0;
+#if FF_API_VIDEO_OLD
avcodec_decode_video(S->avcc, avf, &frameFinished, NULL, 0);
+#else
+ AVPacket avpkt;
+ av_init_packet(&avpkt);
+ avpkt.data = NULL;
+ avpkt.size = 0;
+ avcodec_decode_video2(S->avcc, avf, &frameFinished,
+ &avpkt);
+#endif
if (frameFinished)
{
if (last_cpn!=avf->coded_picture_number)
@@ -248,7 +266,11 @@ void mpgfile::initcodeccontexts(int vid)
stream *S=&s[VIDEOSTREAM];
S->id=vid;
S->allocavcc();
+#if LIBAVCODEC_VERSION_MAJOR < 53
S->avcc->codec_type=CODEC_TYPE_VIDEO;
+#else
+ S->avcc->codec_type=AVMEDIA_TYPE_VIDEO;
+#endif
S->avcc->codec_id=CODEC_ID_MPEG2VIDEO;
S->dec=avcodec_find_decoder(CODEC_ID_MPEG2VIDEO);
S->enc=avcodec_find_encoder(CODEC_ID_MPEG2VIDEO);
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dvbcut/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 26 Apr 2011 02:07:33 -0000 1.5
+++ .cvsignore 5 Sep 2011 14:07:28 -0000 1.6
@@ -1 +1 @@
-dvbcut-svn176.tar.bz2
+dvbcut-svn178.tar.bz2
Index: dvbcut.spec
===================================================================
RCS file: /cvs/free/rpms/dvbcut/devel/dvbcut.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dvbcut.spec 26 Apr 2011 02:07:33 -0000 1.12
+++ dvbcut.spec 5 Sep 2011 14:07:29 -0000 1.13
@@ -1,4 +1,4 @@
-%define svnrev 176
+%define svnrev 178
%if 0%{?fedora} > 6
%define qt3 qt3
%else
@@ -7,7 +7,7 @@
Name: dvbcut
Version: 0.6.1
-Release: 1.svn%{svnrev}%{?dist}
+Release: 2.svn%{svnrev}%{?dist}
Summary: Clip and convert DVB transport streams to MPEG2 program streams
Group: Applications/Multimedia
@@ -15,7 +15,7 @@
URL: http://dvbcut.sourceforge.net/
# fixes were committed to svn since release, so using svn checkout for latest fixes:
# original upstream archive location:
-#Source0: http://downloads.sourceforge.net/dvbcut/dvbcut_%{version}.tar.bz2
+#Source0: http://downloads.sourceforge.net/dvbcut/dvbcut_% {version}.tar.bz2
# current upstream release location:
#Source0: http://www.mr511.de/dvbcut/dvbcut-0.6.1.tar.gz
# use sh dvbcut-snapshot.sh to create the archive
@@ -28,6 +28,7 @@
Patch1: %{name}-svn176-fix-make-install.patch
Patch2: %{name}-svn176-fix-help-install-path.patch
Patch3: %{name}-svn176-desktop-additions.patch
+Patch4: %{name}-ffmpeg-0.8.2.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: autoconf
@@ -49,8 +50,8 @@
these parts into a single MPEG output file. It follows a "keyhole surgery"
approach where the input video and audio data is mostly kept unchanged, and
only very few frames at the beginning and/or end of the selected range are
-re-encoded in order to obtain a valid MPEG file. For mpeg video playback
-dvbcut can use mplayer if available.
+re-encoded in order to obtain a valid MPEG file. For MPEG video playback
+dvbcut can use Mplayer if available.
%prep
@@ -62,6 +63,7 @@
%patch1 -b .fix-make-install
%patch2 -b .fix-help-install
%patch3 -b .desktop-improvements
+%patch4 -b .ffmpeg
# Fix QTDIR libs in configure
sed -i 's,$QTDIR/$mr_libdirname,$QTDIR/lib,' configure.in
@@ -92,7 +94,7 @@
desktop-file-install --vendor="" \
--dir %{buildroot}%{_datadir}/applications dvbcut.desktop
-#in future: %{_kde4_servicesdir}, but for now
+#in future: % {_kde4_servicesdir}, but for now
mkdir -p %{buildroot}%{_kde4_datadir}/kde4/services/
desktop-file-install \
--dir=%{buildroot}%{_kde4_datadir}/kde4/services \
@@ -133,6 +135,10 @@
%changelog
+* Mon Sep 5 2011 David Timms <iinet.net.au at dtimms> - 0.6.1-2.svn178
+- update to 0.6.1 release post svn178
+- add patch for ffmpeg-0.8.2
+
* Mon Apr 25 2011 David Timms <iinet.net.au at dtimms> - 0.6.1-1.svn176
- update to 0.6.1 release post svn176
- includes upstream enhancement to work with certain transport streams
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dvbcut/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 26 Apr 2011 02:07:33 -0000 1.5
+++ sources 5 Sep 2011 14:07:29 -0000 1.6
@@ -1 +1 @@
-daf673f53f4c3893bd78338a9372cbc4 dvbcut-svn176.tar.bz2
+92baf7f9d86f35805519117fb8e04357 dvbcut-svn178.tar.bz2
13 years, 2 months
rpms/motion/F-15 motion.spec,1.10,1.11 sources,1.7,1.8
by Steven Moix
Author: moixs
Update of /cvs/free/rpms/motion/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7901/F-15
Modified Files:
motion.spec sources
Log Message:
Fix logrotate
Index: motion.spec
===================================================================
RCS file: /cvs/free/rpms/motion/F-15/motion.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- motion.spec 12 Aug 2011 06:12:09 -0000 1.10
+++ motion.spec 5 Sep 2011 10:09:07 -0000 1.11
@@ -1,6 +1,6 @@
Name: motion
Version: 3.3.0
-Release: trunkREV532%{?dist}
+Release: trunkREV533%{?dist}
Summary: A motion detection system
Group: Applications/Multimedia
@@ -95,6 +95,9 @@
%attr(0755,root,root) %{_initrddir}/%{name}
%changelog
+* Mon Sep 06 2011 Steven Moix <steven.moix(a)axianet.ch> - 3.3.0-trunkREV533
+- Fix log rotation again
+
* Mon Aug 10 2011 Steven Moix <steven.moix(a)axianet.ch> - 3.3.0-trunkREV532
- Fix log rotation and also add compression to it
Index: sources
===================================================================
RCS file: /cvs/free/rpms/motion/F-15/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 12 Aug 2011 06:12:09 -0000 1.7
+++ sources 5 Sep 2011 10:09:07 -0000 1.8
@@ -1 +1 @@
-31d91149e3a89b9e66d44a109ccdf50c motion-3.3.0.tar.gz
+ca10d4f322360f1036d80e17bdadc764 motion-3.3.0.tar.gz
13 years, 2 months
rpms/motion/devel motion.spec,1.10,1.11 sources,1.7,1.8
by Steven Moix
Author: moixs
Update of /cvs/free/rpms/motion/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7731/devel
Modified Files:
motion.spec sources
Log Message:
Fix logrotate
Index: motion.spec
===================================================================
RCS file: /cvs/free/rpms/motion/devel/motion.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- motion.spec 12 Aug 2011 06:11:12 -0000 1.10
+++ motion.spec 5 Sep 2011 10:08:35 -0000 1.11
@@ -1,6 +1,6 @@
Name: motion
Version: 3.3.0
-Release: trunkREV532%{?dist}
+Release: trunkREV533%{?dist}
Summary: A motion detection system
Group: Applications/Multimedia
@@ -95,6 +95,9 @@
%attr(0755,root,root) %{_initrddir}/%{name}
%changelog
+* Mon Sep 06 2011 Steven Moix <steven.moix(a)axianet.ch> - 3.3.0-trunkREV533
+- Fix log rotation again
+
* Mon Aug 10 2011 Steven Moix <steven.moix(a)axianet.ch> - 3.3.0-trunkREV532
- Fix log rotation and also add compression to it
Index: sources
===================================================================
RCS file: /cvs/free/rpms/motion/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 12 Aug 2011 06:11:12 -0000 1.7
+++ sources 5 Sep 2011 10:08:35 -0000 1.8
@@ -1 +1 @@
-31d91149e3a89b9e66d44a109ccdf50c motion-3.3.0.tar.gz
+ca10d4f322360f1036d80e17bdadc764 motion-3.3.0.tar.gz
13 years, 2 months
rpms/zsnes/F-15 zsnes-1.51-parsegen.patch, NONE, 1.1 zsnes.spec, 1.7, 1.8
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/zsnes/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3713
Modified Files:
zsnes.spec
Added Files:
zsnes-1.51-parsegen.patch
Log Message:
* Sun Sep 04 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.51-9
- fixed FTBFS with gcc 4.6.0 using a patch made by Hans De Goede
- removed package name from summary
zsnes-1.51-parsegen.patch:
parsegen.cpp | 1 +
1 file changed, 1 insertion(+)
--- NEW FILE zsnes-1.51-parsegen.patch ---
diff -durN zsnes_1_51.orig/src/parsegen.cpp zsnes_1_51/src/parsegen.cpp
--- zsnes_1_51.orig/src/parsegen.cpp 2007-01-16 00:58:43.000000000 +0100
+++ zsnes_1_51/src/parsegen.cpp 2011-09-04 19:55:20.115583296 +0200
@@ -661,6 +661,7 @@
<< "Config file handler generated by Nach's Config file handler creator.\n"
<< "*/\n"
<< "\n"
+ << "#undef _FORTIFY_SOURCE\n"
<< "#include <stdio.h>\n"
<< "#include <stdlib.h>\n"
<< "#include <ctype.h>\n"
Index: zsnes.spec
===================================================================
RCS file: /cvs/free/rpms/zsnes/F-15/zsnes.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- zsnes.spec 4 Sep 2011 13:38:55 -0000 1.7
+++ zsnes.spec 4 Sep 2011 18:12:23 -0000 1.8
@@ -1,10 +1,10 @@
%define pkgversion %(echo %version|sed s/\\\\\.//)
%define pkgsubdir %(echo %version|sed s/\\\\\./_/)
-Summary: ZSNES is a Super Nintendo emulator
+Summary: A Super Nintendo emulator
Name: zsnes
Version: 1.51
-Release: 8%{?dist}
+Release: 9%{?dist}
License: GPLv2
Group: Applications/Emulators
URL: http://www.zsnes.com/
@@ -17,6 +17,8 @@
Patch3: zsnes-1.51-gcc43.patch
# Upstream CVS
Patch4: zsnes-1.51-pulseaudio.patch
+# Hans de Goede
+Patch5: zsnes-1.51-parsegen.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# This is to build only for ix86 on plague
#ExclusiveArch: %{ix86}
@@ -47,6 +49,7 @@
%patch2 -p2
%patch3 -p2
%patch4 -p2
+%patch5 -p2
# Remove hardcoded CFLAGS and LDFLAGS
sed -i \
@@ -125,6 +128,10 @@
%doc ../docs/readme.htm/ ../docs/readme.txt/
%changelog
+* Sun Sep 04 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.51-9
+- fixed FTBFS with gcc 4.6.0 using a patch made by Hans De Goede
+- removed package name from summary
+
* Sun Sep 04 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.51-8
- fixed BZ #1926
13 years, 2 months
rpms/zsnes/devel zsnes-1.51-parsegen.patch, NONE, 1.1 zsnes.spec, 1.7, 1.8
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/zsnes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3549
Modified Files:
zsnes.spec
Added Files:
zsnes-1.51-parsegen.patch
Log Message:
* Sun Sep 04 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.51-9
- fixed FTBFS with gcc 4.6.0 using a patch made by Hans De Goede
- removed package name from summary
zsnes-1.51-parsegen.patch:
parsegen.cpp | 1 +
1 file changed, 1 insertion(+)
--- NEW FILE zsnes-1.51-parsegen.patch ---
diff -durN zsnes_1_51.orig/src/parsegen.cpp zsnes_1_51/src/parsegen.cpp
--- zsnes_1_51.orig/src/parsegen.cpp 2007-01-16 00:58:43.000000000 +0100
+++ zsnes_1_51/src/parsegen.cpp 2011-09-04 19:55:20.115583296 +0200
@@ -661,6 +661,7 @@
<< "Config file handler generated by Nach's Config file handler creator.\n"
<< "*/\n"
<< "\n"
+ << "#undef _FORTIFY_SOURCE\n"
<< "#include <stdio.h>\n"
<< "#include <stdlib.h>\n"
<< "#include <ctype.h>\n"
Index: zsnes.spec
===================================================================
RCS file: /cvs/free/rpms/zsnes/devel/zsnes.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- zsnes.spec 4 Sep 2011 13:37:16 -0000 1.7
+++ zsnes.spec 4 Sep 2011 18:11:31 -0000 1.8
@@ -1,10 +1,10 @@
%define pkgversion %(echo %version|sed s/\\\\\.//)
%define pkgsubdir %(echo %version|sed s/\\\\\./_/)
-Summary: ZSNES is a Super Nintendo emulator
+Summary: A Super Nintendo emulator
Name: zsnes
Version: 1.51
-Release: 8%{?dist}
+Release: 9%{?dist}
License: GPLv2
Group: Applications/Emulators
URL: http://www.zsnes.com/
@@ -17,6 +17,8 @@
Patch3: zsnes-1.51-gcc43.patch
# Upstream CVS
Patch4: zsnes-1.51-pulseaudio.patch
+# Hans de Goede
+Patch5: zsnes-1.51-parsegen.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# This is to build only for ix86 on plague
#ExclusiveArch: %{ix86}
@@ -47,6 +49,7 @@
%patch2 -p2
%patch3 -p2
%patch4 -p2
+%patch5 -p2
# Remove hardcoded CFLAGS and LDFLAGS
sed -i \
@@ -125,6 +128,10 @@
%doc ../docs/readme.htm/ ../docs/readme.txt/
%changelog
+* Sun Sep 04 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.51-9
+- fixed FTBFS with gcc 4.6.0 using a patch made by Hans De Goede
+- removed package name from summary
+
* Sun Sep 04 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.51-8
- fixed BZ #1926
13 years, 2 months
rpms/zsnes/F-14 zsnes.spec,1.6,1.7
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/zsnes/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23712
Modified Files:
zsnes.spec
Log Message:
* Sun Sep 04 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.51-8
- fixed BZ #1926
Index: zsnes.spec
===================================================================
RCS file: /cvs/free/rpms/zsnes/F-14/zsnes.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- zsnes.spec 7 Nov 2010 20:01:02 -0000 1.6
+++ zsnes.spec 4 Sep 2011 13:39:28 -0000 1.7
@@ -4,7 +4,7 @@
Summary: ZSNES is a Super Nintendo emulator
Name: zsnes
Version: 1.51
-Release: 7%{?dist}
+Release: 8%{?dist}
License: GPLv2
Group: Applications/Emulators
URL: http://www.zsnes.com/
@@ -31,6 +31,8 @@
BuildRequires: libao-devel
BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
+# Require pulseaudio-libs.i686 under x86_64
+Requires: pulseaudio-libs
%description
This is an emulator for Nintendo's 16 bit console, called Super Nintendo
@@ -123,6 +125,9 @@
%doc ../docs/readme.htm/ ../docs/readme.txt/
%changelog
+* Sun Sep 04 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.51-8
+- fixed BZ #1926
+
* Sun Nov 07 2010 Andrea Musuruane <musuruan(a)gmail.com> 1.51-7
- rebuilt due to libao soname bump
- updated for F13+
13 years, 2 months
rpms/zsnes/F-15 zsnes.spec,1.6,1.7
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/zsnes/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23578
Modified Files:
zsnes.spec
Log Message:
* Sun Sep 04 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.51-8
- fixed BZ #1926
Index: zsnes.spec
===================================================================
RCS file: /cvs/free/rpms/zsnes/F-15/zsnes.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- zsnes.spec 7 Nov 2010 20:00:34 -0000 1.6
+++ zsnes.spec 4 Sep 2011 13:38:55 -0000 1.7
@@ -4,7 +4,7 @@
Summary: ZSNES is a Super Nintendo emulator
Name: zsnes
Version: 1.51
-Release: 7%{?dist}
+Release: 8%{?dist}
License: GPLv2
Group: Applications/Emulators
URL: http://www.zsnes.com/
@@ -31,6 +31,8 @@
BuildRequires: libao-devel
BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
+# Require pulseaudio-libs.i686 under x86_64
+Requires: pulseaudio-libs
%description
This is an emulator for Nintendo's 16 bit console, called Super Nintendo
@@ -123,6 +125,9 @@
%doc ../docs/readme.htm/ ../docs/readme.txt/
%changelog
+* Sun Sep 04 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.51-8
+- fixed BZ #1926
+
* Sun Nov 07 2010 Andrea Musuruane <musuruan(a)gmail.com> 1.51-7
- rebuilt due to libao soname bump
- updated for F13+
13 years, 2 months