rpms/ffmpeg-compat/F-19 .cvsignore, 1.3, 1.4 ffmpeg-compat.spec, 1.11, 1.12 sources, 1.3, 1.4
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg-compat/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17572/F-19
Modified Files:
.cvsignore ffmpeg-compat.spec sources
Log Message:
Update to 0.6.7
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/F-19/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 13 Jun 2012 07:54:54 -0000 1.3
+++ .cvsignore 1 Oct 2013 18:48:53 -0000 1.4
@@ -1 +1 @@
-ffmpeg-0.6.6.tar.bz2
+ffmpeg-0.6.7.tar.bz2
Index: ffmpeg-compat.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/F-19/ffmpeg-compat.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ffmpeg-compat.spec 29 Jun 2013 13:33:05 -0000 1.11
+++ ffmpeg-compat.spec 1 Oct 2013 18:48:53 -0000 1.12
@@ -9,8 +9,8 @@
Summary: Digital VCR and streaming server
Name: ffmpeg-compat
-Version: 0.6.6
-Release: 9%{?dist}
+Version: 0.6.7
+Release: 1%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
%else
@@ -231,6 +231,12 @@
%changelog
+* Tue Oct 01 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.7-1
+- Update to 0.6.7
+
+* Sat Jul 20 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-10
+- Rebuilt for x264
+
* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-9
- Fix build on non-neon arm
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/F-19/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 13 Jun 2012 07:54:54 -0000 1.3
+++ sources 1 Oct 2013 18:48:53 -0000 1.4
@@ -1 +1 @@
-904a4038eef339440ee0ffc494e51a25 ffmpeg-0.6.6.tar.bz2
+2afecd1ef31053ef077bdb2d6a7402ce ffmpeg-0.6.7.tar.bz2
11 years, 1 month
rpms/ffmpeg-compat/F-18 .cvsignore, 1.3, 1.4 ffmpeg-compat.spec, 1.6, 1.7 sources, 1.3, 1.4
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg-compat/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17572/F-18
Modified Files:
.cvsignore ffmpeg-compat.spec sources
Log Message:
Update to 0.6.7
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/F-18/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 13 Jun 2012 07:54:54 -0000 1.3
+++ .cvsignore 1 Oct 2013 18:48:54 -0000 1.4
@@ -1 +1 @@
-ffmpeg-0.6.6.tar.bz2
+ffmpeg-0.6.7.tar.bz2
Index: ffmpeg-compat.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/F-18/ffmpeg-compat.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ffmpeg-compat.spec 23 Nov 2012 22:42:49 -0000 1.6
+++ ffmpeg-compat.spec 1 Oct 2013 18:48:54 -0000 1.7
@@ -2,15 +2,15 @@
#global svn 20110110
-%if 0%{?rhel}
-#Disable vaapi on RHEL until the next libva
+%if 0%{?fedora}
+#Disable vaapi on Fedora - only usefull for gst-vaapi on RHEL
%global _without_vaapi 1
%endif
Summary: Digital VCR and streaming server
Name: ffmpeg-compat
-Version: 0.6.6
-Release: 4%{?dist}
+Version: 0.6.7
+Release: 1%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
%else
@@ -20,6 +20,8 @@
URL: http://ffmpeg.org/
Source0: http://ffmpeg.org/releases/ffmpeg-%{version}.tar.bz2
Source1: ffmpeg-snapshot.sh
+Patch0: ffmpeg-0.6.6-compile-fix.patch
+Patch1: 0001-Fix-build-when-seletected-fpu-is-not-neon-on-arm.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: bzip2-devel
@@ -36,6 +38,7 @@
%{?_with_vpx:BuildRequires: libvpx-devel >= 0.9.1}
%{?_with_amr:BuildRequires: opencore-amr-devel vo-amrwbenc-devel}
BuildRequires: openjpeg-devel
+BuildRequires: perl(Pod::Man)
BuildRequires: schroedinger-devel
BuildRequires: SDL-devel
BuildRequires: speex-devel
@@ -113,6 +116,8 @@
%prep
%setup -q -n ffmpeg-%{version}
+%patch0 -p1
+%patch1 -p1
%build
mkdir generic
@@ -226,6 +231,27 @@
%changelog
+* Tue Oct 01 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.7-1
+- Update to 0.6.7
+
+* Sat Jul 20 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-10
+- Rebuilt for x264
+
+* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-9
+- Fix build on non-neon arm
+
+* Thu Jun 27 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-8
+- Drop support for VAAPI on fedora
+
+* Sat May 25 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-7
+- Add BR for perl(Pod::Man)
+
+* Sun May 5 2013 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.6.6-6
+- Rebuilt for x264 0.130
+
+* Sun Jan 20 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-5
+- Rebuilt for FFmpeg/x264
+
* Fri Nov 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-4
- Rebuilt for x264
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/F-18/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 13 Jun 2012 07:54:54 -0000 1.3
+++ sources 1 Oct 2013 18:48:54 -0000 1.4
@@ -1 +1 @@
-904a4038eef339440ee0ffc494e51a25 ffmpeg-0.6.6.tar.bz2
+2afecd1ef31053ef077bdb2d6a7402ce ffmpeg-0.6.7.tar.bz2
11 years, 1 month
rpms/ffmpeg-compat/devel ffmpeg-compat.spec, 1.12, 1.13 sources, 1.3, 1.4 .cvsignore, 1.3, 1.4
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg-compat/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17518
Modified Files:
ffmpeg-compat.spec sources .cvsignore
Log Message:
Update to 0.6.7
Index: ffmpeg-compat.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/devel/ffmpeg-compat.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ffmpeg-compat.spec 20 Jul 2013 09:58:16 -0000 1.12
+++ ffmpeg-compat.spec 1 Oct 2013 18:48:24 -0000 1.13
@@ -9,8 +9,8 @@
Summary: Digital VCR and streaming server
Name: ffmpeg-compat
-Version: 0.6.6
-Release: 10%{?dist}
+Version: 0.6.7
+Release: 1%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
%else
@@ -231,6 +231,9 @@
%changelog
+* Tue Oct 01 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.7-1
+- Update to 0.6.7
+
* Sat Jul 20 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-10
- Rebuilt for x264
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 13 Jun 2012 07:54:54 -0000 1.3
+++ sources 1 Oct 2013 18:48:25 -0000 1.4
@@ -1 +1 @@
-904a4038eef339440ee0ffc494e51a25 ffmpeg-0.6.6.tar.bz2
+2afecd1ef31053ef077bdb2d6a7402ce ffmpeg-0.6.7.tar.bz2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 13 Jun 2012 07:54:54 -0000 1.3
+++ .cvsignore 1 Oct 2013 18:48:25 -0000 1.4
@@ -1 +1 @@
-ffmpeg-0.6.6.tar.bz2
+ffmpeg-0.6.7.tar.bz2
11 years, 1 month
rpms/xroar/F-19 .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 xroar.spec, 1.19, 1.20 xroar-0.28-lm.patch, 1.1, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/xroar/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3667
Modified Files:
.cvsignore sources xroar.spec
Removed Files:
xroar-0.28-lm.patch
Log Message:
* Tue Oct 01 2013 Andrea Musuruane <musuruan(a)gmail.com> 0.30.3-1
- Upgrade to 0.30.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xroar/F-19/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore 28 Apr 2013 13:43:45 -0000 1.14
+++ .cvsignore 1 Oct 2013 17:35:55 -0000 1.15
@@ -1,2 +1,2 @@
-xroar-0.29.5.tar.gz
+xroar-0.30.3.tar.gz
dragon.rom
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xroar/F-19/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources 28 Apr 2013 13:43:45 -0000 1.14
+++ sources 1 Oct 2013 17:35:55 -0000 1.15
@@ -1,2 +1,2 @@
-92401d6c360f502e3acbd5ef33761de2 xroar-0.29.5.tar.gz
+bf4e2b66a9265f141b54befc97c14155 xroar-0.30.3.tar.gz
f8b5f52c07abb4dc9102d8420605d7e4 dragon.rom
Index: xroar.spec
===================================================================
RCS file: /cvs/free/rpms/xroar/F-19/xroar.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- xroar.spec 12 Aug 2013 15:47:16 -0000 1.19
+++ xroar.spec 1 Oct 2013 17:35:55 -0000 1.20
@@ -1,13 +1,11 @@
Name: xroar
-Version: 0.29.5
-Release: 2%{?dist}
+Version: 0.30.3
+Release: 1%{?dist}
Summary: A Dragon 32, Dragon 64 and Tandy CoCo emulator
License: GPLv2+
URL: http://www.6809.org.uk/dragon/xroar.shtml
Source0: http://www.6809.org.uk/dragon/%{name}-%{version}.tar.gz
Source1: http://www.6809.org.uk/dragon/dragon.rom
-# Hans de Goede
-Patch0: %{name}-0.28-lm.patch
BuildRequires: gtk2-devel
BuildRequires: gtkglext-devel
BuildRequires: SDL_image-devel
@@ -34,10 +32,10 @@
%prep
%setup -q
-%patch0 -p1
%build
+export LDLIBS="-lm"
%configure
make %{?_smp_mflags} VERBOSE=1
@@ -82,7 +80,7 @@
install -pm0644 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/roms/dragon-minifirm.rom
# Extract Mac OS X icons
-icns2png -x macosx/%{name}.icns
+icns2png -x src/macosx/%{name}.icns
# Install icons
for i in 16 32 48 128; do
@@ -138,6 +136,9 @@
%changelog
+* Tue Oct 01 2013 Andrea Musuruane <musuruan(a)gmail.com> 0.30.3-1
+- Upgrade to 0.30.3
+
* Mon Aug 12 2013 Andrea Musuruane <musuruan(a)gmail.com> 0.29.5-2
- Dropped obsolete Group, Buildroot, %%clean and %%defattr
- Dropped desktop vendor tag
--- xroar-0.28-lm.patch DELETED ---
11 years, 1 month
rpms/xroar/devel .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 xroar.spec, 1.19, 1.20 xroar-0.28-lm.patch, 1.1, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/xroar/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3510
Modified Files:
.cvsignore sources xroar.spec
Removed Files:
xroar-0.28-lm.patch
Log Message:
* Tue Oct 01 2013 Andrea Musuruane <musuruan(a)gmail.com> 0.30.3-1
- Upgrade to 0.30.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xroar/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore 28 Apr 2013 13:21:26 -0000 1.14
+++ .cvsignore 1 Oct 2013 17:34:59 -0000 1.15
@@ -1,2 +1,2 @@
-xroar-0.29.5.tar.gz
+xroar-0.30.3.tar.gz
dragon.rom
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xroar/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources 28 Apr 2013 13:21:26 -0000 1.14
+++ sources 1 Oct 2013 17:35:00 -0000 1.15
@@ -1,2 +1,2 @@
-92401d6c360f502e3acbd5ef33761de2 xroar-0.29.5.tar.gz
+bf4e2b66a9265f141b54befc97c14155 xroar-0.30.3.tar.gz
f8b5f52c07abb4dc9102d8420605d7e4 dragon.rom
Index: xroar.spec
===================================================================
RCS file: /cvs/free/rpms/xroar/devel/xroar.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- xroar.spec 12 Aug 2013 15:46:42 -0000 1.19
+++ xroar.spec 1 Oct 2013 17:35:00 -0000 1.20
@@ -1,13 +1,11 @@
Name: xroar
-Version: 0.29.5
-Release: 2%{?dist}
+Version: 0.30.3
+Release: 1%{?dist}
Summary: A Dragon 32, Dragon 64 and Tandy CoCo emulator
License: GPLv2+
URL: http://www.6809.org.uk/dragon/xroar.shtml
Source0: http://www.6809.org.uk/dragon/%{name}-%{version}.tar.gz
Source1: http://www.6809.org.uk/dragon/dragon.rom
-# Hans de Goede
-Patch0: %{name}-0.28-lm.patch
BuildRequires: gtk2-devel
BuildRequires: gtkglext-devel
BuildRequires: SDL_image-devel
@@ -34,10 +32,10 @@
%prep
%setup -q
-%patch0 -p1
%build
+export LDLIBS="-lm"
%configure
make %{?_smp_mflags} VERBOSE=1
@@ -82,7 +80,7 @@
install -pm0644 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/roms/dragon-minifirm.rom
# Extract Mac OS X icons
-icns2png -x macosx/%{name}.icns
+icns2png -x src/macosx/%{name}.icns
# Install icons
for i in 16 32 48 128; do
@@ -138,6 +136,9 @@
%changelog
+* Tue Oct 01 2013 Andrea Musuruane <musuruan(a)gmail.com> 0.30.3-1
+- Upgrade to 0.30.3
+
* Mon Aug 12 2013 Andrea Musuruane <musuruan(a)gmail.com> 0.29.5-2
- Dropped obsolete Group, Buildroot, %%clean and %%defattr
- Dropped desktop vendor tag
--- xroar-0.28-lm.patch DELETED ---
11 years, 1 month
rpms/ffmpegthumbs/F-19 .cvsignore, 1.6, 1.7 ffmpegthumbs.spec, 1.7, 1.8 sources, 1.6, 1.7
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/ffmpegthumbs/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1856
Modified Files:
.cvsignore ffmpegthumbs.spec sources
Log Message:
* Tue Oct 01 2013 Rex Dieter <rdieter(a)fedoraproject.org> 4.11.1-1
- 4.11.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbs/F-19/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 5 Apr 2013 12:09:03 -0000 1.6
+++ .cvsignore 1 Oct 2013 17:24:14 -0000 1.7
@@ -1 +1 @@
-ffmpegthumbs-4.10.1.tar.xz
+ffmpegthumbs-4.11.1.tar.xz
Index: ffmpegthumbs.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbs/F-19/ffmpegthumbs.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ffmpegthumbs.spec 26 May 2013 21:45:18 -0000 1.7
+++ ffmpegthumbs.spec 1 Oct 2013 17:24:14 -0000 1.8
@@ -1,7 +1,7 @@
Name: ffmpegthumbs
-Version: 4.10.1
-Release: 2%{?dist}
+Version: 4.11.1
+Release: 1%{?dist}
Summary: KDE ffmpegthumbnailer service
License: GPLv2+
@@ -56,6 +56,12 @@
%changelog
+* Tue Oct 01 2013 Rex Dieter <rdieter(a)fedoraproject.org> 4.11.1-1
+- 4.11.1
+
+* Thu Aug 15 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 4.10.1-3
+- Rebuilt for FFmpeg 2.0.x
+
* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 4.10.1-2
- Rebuilt for x264/FFmpeg
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbs/F-19/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 5 Apr 2013 12:09:03 -0000 1.6
+++ sources 1 Oct 2013 17:24:14 -0000 1.7
@@ -1 +1 @@
-d8212c8e7d7d9c35582da29f3ec9a2ed ffmpegthumbs-4.10.1.tar.xz
+ed7439a8274b093162e9b1f1d79d7b1e ffmpegthumbs-4.11.1.tar.xz
11 years, 1 month
rpms/ffmpeg-compat/EL-6 sources, 1.3, 1.4 .cvsignore, 1.3, 1.4 ffmpeg-compat.spec, 1.4, 1.5
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg-compat/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31023
Modified Files:
sources .cvsignore ffmpeg-compat.spec
Log Message:
Update to 0.6.7
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/EL-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 13 Jun 2012 07:57:09 -0000 1.3
+++ sources 1 Oct 2013 17:01:44 -0000 1.4
@@ -1 +1 @@
-904a4038eef339440ee0ffc494e51a25 ffmpeg-0.6.6.tar.bz2
+2afecd1ef31053ef077bdb2d6a7402ce ffmpeg-0.6.7.tar.bz2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/EL-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 13 Jun 2012 07:57:09 -0000 1.3
+++ .cvsignore 1 Oct 2013 17:01:44 -0000 1.4
@@ -1 +1 @@
-ffmpeg-0.6.6.tar.bz2
+ffmpeg-0.6.7.tar.bz2
Index: ffmpeg-compat.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/EL-6/ffmpeg-compat.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ffmpeg-compat.spec 13 Jun 2012 07:57:09 -0000 1.4
+++ ffmpeg-compat.spec 1 Oct 2013 17:01:44 -0000 1.5
@@ -9,7 +9,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg-compat
-Version: 0.6.6
+Version: 0.6.7
Release: 1%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -226,6 +226,9 @@
%changelog
+* Tue Oct 01 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.7-1
+- Update to 0.6.7
+
* Wed Jun 13 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-1
- Update to 0.6.6
11 years, 1 month
rpms/ffmpeg/EL-6 ffmpeg.spec, 1.50, 1.51 sources, 1.29, 1.30 .cvsignore, 1.29, 1.30
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29942
Modified Files:
ffmpeg.spec sources .cvsignore
Log Message:
Update to 0.10.9
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/EL-6/ffmpeg.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ffmpeg.spec 19 May 2013 16:26:41 -0000 1.50
+++ ffmpeg.spec 1 Oct 2013 16:56:46 -0000 1.51
@@ -12,7 +12,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 0.10.7
+Version: 0.10.9
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -282,6 +282,9 @@
%changelog
+* Tue Oct 01 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.9-1
+- Update to 0.10.9
+
* Tue May 14 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.10.7-1
- Updated to 0.10.7
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/EL-6/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- sources 19 May 2013 16:26:41 -0000 1.29
+++ sources 1 Oct 2013 16:56:46 -0000 1.30
@@ -1 +1 @@
-2efd2a9d88b51ad966ac3decf1dc8c81 ffmpeg-0.10.7.tar.bz2
+6d2bf390f21dd26c2dd972e62082250a ffmpeg-0.10.9.tar.bz2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/EL-6/.cvsignore,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- .cvsignore 19 May 2013 16:26:41 -0000 1.29
+++ .cvsignore 1 Oct 2013 16:56:46 -0000 1.30
@@ -1 +1 @@
-ffmpeg-0.10.7.tar.bz2
+ffmpeg-0.10.9.tar.bz2
11 years, 1 month
rpms/vlc/devel sources, 1.64, 1.65 .cvsignore, 1.54, 1.55 vlc.spec, 1.187, 1.188
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv28446
Modified Files:
sources .cvsignore vlc.spec
Log Message:
Update to 2.1.0
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/sources,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- sources 30 Aug 2013 16:38:38 -0000 1.64
+++ sources 1 Oct 2013 16:45:19 -0000 1.65
@@ -1 +1 @@
-165785c95f7484e6a939091d626448f0 vlc-2.1.0-rc1.tar.xz
+8c77bda671821f5b9ede96b6816e2ade vlc-2.1.0.tar.xz
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/.cvsignore,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- .cvsignore 30 Aug 2013 16:38:38 -0000 1.54
+++ .cvsignore 1 Oct 2013 16:45:19 -0000 1.55
@@ -1 +1 @@
-vlc-2.1.0-rc1.tar.xz
+vlc-2.1.0.tar.xz
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- vlc.spec 3 Sep 2013 21:31:45 -0000 1.187
+++ vlc.spec 1 Oct 2013 16:45:19 -0000 1.188
@@ -1,4 +1,4 @@
-%global vlc_rc -rc1
+#global vlc_rc -rc1
#global _with_bootstrap 1
%global _with_workaround_circle_deps 1
%if 0%{?!_without_freeworld:1}
@@ -30,7 +30,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 2.1.0
-Release: 0.8.rc1%{?dist}
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -488,6 +488,9 @@
%changelog
+* Tue Oct 01 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.1.0-1
+- Update to 2.1.0
+
* Wed Aug 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.1.0-0.8.rc1
- Update to 2.1.0-rc1
11 years, 1 month
rpms/k3b-extras-freeworld/devel k3b-extras-freeworld.spec,1.38,1.39
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/k3b-extras-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26187
Modified Files:
k3b-extras-freeworld.spec
Log Message:
hack around phonon-backend-vlc breakage
Index: k3b-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/k3b-extras-freeworld.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- k3b-extras-freeworld.spec 1 Oct 2013 16:13:59 -0000 1.38
+++ k3b-extras-freeworld.spec 1 Oct 2013 16:34:40 -0000 1.39
@@ -26,7 +26,7 @@
BuildRequires: desktop-file-utils
BuildRequires: gettext
-BuildRequires: kdelibs4-devel
+BuildRequires: kdelibs4-devel phonon-backend-gstreamer
%if 0%{?fedora} > 16 || 0%{?rhel} > 6
BuildRequires: libkcddb-devel
%else
11 years, 1 month