rpms/transcode/F-17 transcode-1.1.7-ffmpeg-compat.patch, NONE, 1.1 transcode.spec, 1.38, 1.39
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/transcode/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv28604/F-17
Modified Files:
transcode.spec
Added Files:
transcode-1.1.7-ffmpeg-compat.patch
Log Message:
Fix for ffmpeg-compat
transcode-1.1.7-ffmpeg-compat.patch:
filter_resample.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE transcode-1.1.7-ffmpeg-compat.patch ---
diff -up transcode-1.1.7/filter/filter_resample.c.oldabi transcode-1.1.7/filter/filter_resample.c
--- transcode-1.1.7/filter/filter_resample.c.oldabi 2011-11-19 17:50:27.000000000 +0100
+++ transcode-1.1.7/filter/filter_resample.c 2012-05-26 11:16:46.986521686 +0200
@@ -112,7 +112,7 @@ static int resample_configure(TCModuleIn
pd->resample_ctx = av_audio_resample_init(vob->a_chan, vob->a_chan,
vob->mp3frequency, vob->a_rate,
- AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S16,
+ SAMPLE_FMT_S16, SAMPLE_FMT_S16,
16, 10, 0, 0.8);
if (pd->resample_ctx == NULL) {
tc_log_error(MOD_NAME, "can't get a resample context");
Index: transcode.spec
===================================================================
RCS file: /cvs/free/rpms/transcode/F-17/transcode.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- transcode.spec 24 May 2012 21:25:28 -0000 1.38
+++ transcode.spec 26 May 2012 09:22:23 -0000 1.39
@@ -7,7 +7,7 @@
Name: transcode
Version: 1.1.7
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Video stream processing tool
Group: Applications/Multimedia
@@ -17,6 +17,7 @@
Patch0: %{name}-pvmbin.patch
Patch3: transcode-1.0.4.external_dv.patch
Patch4: transcode-1.1.6.header.patch
+Patch5: transcode-1.1.7-ffmpeg-compat.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -72,6 +73,7 @@
%patch0 -p1 -b .pvmbin
%patch3 -p1 -b .external_dv
%patch4 -p1 -b .header
+%patch5 -p1 -b .oldabi
rm filter/preview/dv_types.h
rm import/v4l/videodev.h
@@ -150,6 +152,9 @@
%changelog
+* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.7-7
+- Fix for ffmpeg oldabi
+
* Thu May 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.7-6
- Switch to ffmpeg-compat
12 years, 6 months
rpms/transcode/devel transcode-1.1.7-ffmpeg-compat.patch, NONE, 1.1 transcode.spec, 1.38, 1.39
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/transcode/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv28424/devel
Modified Files:
transcode.spec
Added Files:
transcode-1.1.7-ffmpeg-compat.patch
Log Message:
Fix for ffmpeg-compat
transcode-1.1.7-ffmpeg-compat.patch:
filter_resample.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE transcode-1.1.7-ffmpeg-compat.patch ---
diff -up transcode-1.1.7/filter/filter_resample.c.oldabi transcode-1.1.7/filter/filter_resample.c
--- transcode-1.1.7/filter/filter_resample.c.oldabi 2011-11-19 17:50:27.000000000 +0100
+++ transcode-1.1.7/filter/filter_resample.c 2012-05-26 11:16:46.986521686 +0200
@@ -112,7 +112,7 @@ static int resample_configure(TCModuleIn
pd->resample_ctx = av_audio_resample_init(vob->a_chan, vob->a_chan,
vob->mp3frequency, vob->a_rate,
- AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S16,
+ SAMPLE_FMT_S16, SAMPLE_FMT_S16,
16, 10, 0, 0.8);
if (pd->resample_ctx == NULL) {
tc_log_error(MOD_NAME, "can't get a resample context");
Index: transcode.spec
===================================================================
RCS file: /cvs/free/rpms/transcode/devel/transcode.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- transcode.spec 24 May 2012 21:22:11 -0000 1.38
+++ transcode.spec 26 May 2012 09:21:52 -0000 1.39
@@ -7,7 +7,7 @@
Name: transcode
Version: 1.1.7
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Video stream processing tool
Group: Applications/Multimedia
@@ -17,6 +17,7 @@
Patch0: %{name}-pvmbin.patch
Patch3: transcode-1.0.4.external_dv.patch
Patch4: transcode-1.1.6.header.patch
+Patch5: transcode-1.1.7-ffmpeg-compat.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -72,6 +73,7 @@
%patch0 -p1 -b .pvmbin
%patch3 -p1 -b .external_dv
%patch4 -p1 -b .header
+%patch5 -p1 -b .oldabi
rm filter/preview/dv_types.h
rm import/v4l/videodev.h
@@ -150,6 +152,9 @@
%changelog
+* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.7-7
+- Fix for ffmpeg oldabi
+
* Thu May 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.7-6
- Switch to ffmpeg-compat
12 years, 6 months
rpms/wl-kmod/F-17 wl-kmod.spec,1.69,1.70
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27939
Modified Files:
wl-kmod.spec
Log Message:
* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-2.11
- Rebuilt for release kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-17/wl-kmod.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- wl-kmod.spec 13 May 2012 15:28:21 -0000 1.69
+++ wl-kmod.spec 26 May 2012 09:11:57 -0000 1.70
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 5.100.82.112
-Release: 2%{?dist}.10
+Release: 2%{?dist}.11
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -83,6 +83,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-2.11
+- Rebuilt for release kernel
+
* Sun May 13 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-2.10
- Rebuilt for release kernel
12 years, 6 months
rpms/nvidia-kmod/F-17 nvidia-kmod.spec,1.111,1.112
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27818
Modified Files:
nvidia-kmod.spec
Log Message:
* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:295.53-1.1
- Rebuilt for release kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-17/nvidia-kmod.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- nvidia-kmod.spec 22 May 2012 18:09:40 -0000 1.111
+++ nvidia-kmod.spec 26 May 2012 09:11:48 -0000 1.112
@@ -9,7 +9,7 @@
Epoch: 1
Version: 295.53
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 1%{?dist}.1
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -77,6 +77,9 @@
%changelog
+* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:295.53-1.1
+- Rebuilt for release kernel
+
* Tue May 22 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:295.53-1
- Update to 295.53
12 years, 6 months
rpms/nvidia-173xx-kmod/F-17 nvidia-173xx-kmod.spec,1.48,1.49
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27691
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.34-1.1
- Rebuilt for release kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-17/nvidia-173xx-kmod.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- nvidia-173xx-kmod.spec 19 May 2012 20:22:59 -0000 1.48
+++ nvidia-173xx-kmod.spec 26 May 2012 09:11:39 -0000 1.49
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.34
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 1%{?dist}.1
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.34-1.1
+- Rebuilt for release kernel
+
* Sat May 19 2012 leigh scott <leigh123linux(a)googlemail.com> - 173.14.34-1
- Update to 173.14.34
12 years, 6 months
rpms/catalyst-kmod/F-17 catalyst-kmod.spec,1.23,1.24
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/catalyst-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27564
Modified Files:
catalyst-kmod.spec
Log Message:
* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.11
- Rebuilt for release kernel
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-17/catalyst-kmod.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- catalyst-kmod.spec 13 May 2012 15:27:12 -0000 1.23
+++ catalyst-kmod.spec 26 May 2012 09:11:30 -0000 1.24
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 11.11
-Release: 1%{?dist}.10
+Release: 1%{?dist}.11
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -97,6 +97,9 @@
%changelog
+* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.11
+- Rebuilt for release kernel
+
* Sun May 13 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.10
- Rebuilt for release kernel
12 years, 6 months
rpms/xtables-addons-kmod/F-17 xtables-addons-kmod.spec,1.32,1.33
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27437
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.42-2.5
- Rebuilt for release kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-17/xtables-addons-kmod.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- xtables-addons-kmod.spec 13 May 2012 15:26:59 -0000 1.32
+++ xtables-addons-kmod.spec 26 May 2012 09:11:21 -0000 1.33
@@ -8,7 +8,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 1.42
-Release: 2%{?dist}.4
+Release: 2%{?dist}.5
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -66,6 +66,9 @@
rm -rf %{buildroot}
%changelog
+* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.42-2.5
+- Rebuilt for release kernel
+
* Sun May 13 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.42-2.4
- Rebuilt for release kernel
12 years, 6 months
rpms/west-chamber-kmod/F-17 west-chamber-kmod.spec,1.23,1.24
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/west-chamber-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27316
Modified Files:
west-chamber-kmod.spec
Log Message:
* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn.15
- Rebuilt for release kernel
Index: west-chamber-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/west-chamber-kmod/F-17/west-chamber-kmod.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- west-chamber-kmod.spec 13 May 2012 15:26:50 -0000 1.23
+++ west-chamber-kmod.spec 26 May 2012 09:11:13 -0000 1.24
@@ -11,7 +11,7 @@
Name: west-chamber-kmod
Summary: Kernel module (kmod) for west-chamber
Version: 0.0.1
-Release: 7.%{?svndate}svn%{?dist}.14
+Release: 7.%{?svndate}svn%{?dist}.15
License: GPLv2+
Group: System Environment/Kernel
URL: http://code.google.com/p/scholarzhang/
@@ -82,6 +82,9 @@
rm -rf %{buildroot}
%changelog
+* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn.15
+- Rebuilt for release kernel
+
* Sun May 13 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn.14
- Rebuilt for release kernel
12 years, 6 months
rpms/VirtualBox-kmod/F-17 VirtualBox-kmod.spec,1.1,1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/VirtualBox-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27189
Modified Files:
VirtualBox-kmod.spec
Log Message:
* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.14-3.1
- Rebuilt for release kernel
Index: VirtualBox-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-kmod/F-17/VirtualBox-kmod.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VirtualBox-kmod.spec 19 May 2012 02:21:49 -0000 1.1
+++ VirtualBox-kmod.spec 26 May 2012 09:11:06 -0000 1.2
@@ -3,7 +3,7 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-#define buildforkernels newest
+%define buildforkernels current
# In prerelease builds (such as betas), this package has the same
# major version number, while the kernel module abi is not guarranteed
@@ -18,7 +18,7 @@
Name: VirtualBox-kmod
Version: 4.1.14
-Release: 3%{?dist}
+Release: 3%{?dist}.1
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -96,6 +96,9 @@
%changelog
+* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.14-3.1
+- Rebuilt for release kernel
+
* Sat May 19 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.14-3
- Rename to VirtualBox-kmod
12 years, 6 months
rpms/staging-kmod/F-17 staging-kmod.spec,1.34,1.35
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/staging-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27067
Modified Files:
staging-kmod.spec
Log Message:
* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.3-2.7
- Rebuilt for release kernel
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-17/staging-kmod.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- staging-kmod.spec 13 May 2012 15:26:33 -0000 1.34
+++ staging-kmod.spec 26 May 2012 09:10:58 -0000 1.35
@@ -20,7 +20,7 @@
Name: staging-kmod
Version: 3.3
-Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}.6
+Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}.7
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -130,6 +130,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.3-2.7
+- Rebuilt for release kernel
+
* Sun May 13 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.3-2.6
- Rebuilt for release kernel
12 years, 6 months