rpms/xine-lib-extras-freeworld/F-17 .cvsignore, 1.13, 1.14 sources, 1.13, 1.14 xine-lib-extras-freeworld.spec, 1.44, 1.45
by Kevin Kofler
Author: kkofler
Update of /cvs/free/rpms/xine-lib-extras-freeworld/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32032/F-17
Modified Files:
.cvsignore sources xine-lib-extras-freeworld.spec
Log Message:
Sync from devel:
* Mon Jul 16 2012 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 1.1.21-3
- drop DVD plugin, not encumbered (by itself), moved to Fedora
* Tue Jun 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.21-2
- Rebuilt for FFmpeg
* Sat Jun 23 2012 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 1.1.21-1
- update to 1.1.21 (bugfix release, matches Fedora xine-lib)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/F-17/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore 3 Jan 2012 15:38:39 -0000 1.13
+++ .cvsignore 21 Jul 2012 10:03:50 -0000 1.14
@@ -1 +1 @@
-xine-lib-1.1.20.1.tar.xz
+xine-lib-1.1.21.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/F-17/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources 3 Jan 2012 15:38:39 -0000 1.13
+++ sources 21 Jul 2012 10:03:50 -0000 1.14
@@ -1 +1 @@
-90f619084c692b4aff20c8f9d1259148 xine-lib-1.1.20.1.tar.xz
+d0163d4f9d7613fb050c5c2205973336 xine-lib-1.1.21.tar.xz
Index: xine-lib-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/F-17/xine-lib-extras-freeworld.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- xine-lib-extras-freeworld.spec 9 Mar 2012 09:19:33 -0000 1.44
+++ xine-lib-extras-freeworld.spec 21 Jul 2012 10:03:50 -0000 1.45
@@ -3,8 +3,8 @@
Name: xine-lib-extras-freeworld
Summary: Extra codecs for the Xine multimedia library
-Version: 1.1.20.1
-Release: 2%{?dist}
+Version: 1.1.21
+Release: 3%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://xinehq.de/
@@ -38,6 +38,8 @@
Requires: vcdimager >= 0.7.23
Requires: xine-lib(plugin-abi)%{?_isa} = %{plugin_abi}
+# DVD plugin moved to Fedora (not encumbered)
+Requires: xine-lib >= 1.1.21-2
# obsolete old livna package
Provides: xine-lib-extras-nonfree = %{version}-%{release}
@@ -141,9 +143,6 @@
xineplug_decode_dxr3_video
xineplug_vo_out_dxr3
#
-# DVD reading
-xineplug_inp_dvd
-#
# http://www.videolan.org/dtsdec.html
xineplug_decode_dts
#
@@ -171,12 +170,21 @@
%files
%defattr(-,root,root,-)
-%doc doc/README.dxr3 doc/README.network_dvd
+%doc doc/README.dxr3
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_*.so
%{_libdir}/xine/plugins/%{plugin_abi}/post/xineplug_*.so
%changelog
+* Mon Jul 16 2012 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 1.1.21-3
+- drop DVD plugin, not encumbered (by itself), moved to Fedora
+
+* Tue Jun 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.21-2
+- Rebuilt for FFmpeg
+
+* Sat Jun 23 2012 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 1.1.21-1
+- update to 1.1.21 (bugfix release, matches Fedora xine-lib)
+
* Fri Mar 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.20.1-2
- Rebuilt
12 years, 4 months
rpms/ffmpeg/devel ffmpeg-0.10.4-backport-libv4l2.patch, NONE, 1.1 ffmpeg.spec, 1.64, 1.65
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31460/devel
Modified Files:
ffmpeg.spec
Added Files:
ffmpeg-0.10.4-backport-libv4l2.patch
Log Message:
Fix libv4l
ffmpeg-0.10.4-backport-libv4l2.patch:
v4l2.c | 13 -------------
1 file changed, 13 deletions(-)
--- NEW FILE ffmpeg-0.10.4-backport-libv4l2.patch ---
X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavdevice%2Fv4...
diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c
index 4829b1b..2808e13 100644
--- a/libavdevice/v4l2.c
+++ b/libavdevice/v4l2.c
@@ -156,9 +156,6 @@ static int device_open(AVFormatContext *ctx)
{
struct v4l2_capability cap;
int fd;
-#if CONFIG_LIBV4L2
- int fd_libv4l;
-#endif
int res, err;
int flags = O_RDWR;
@@ -175,16 +172,6 @@ static int device_open(AVFormatContext *ctx)
return AVERROR(err);
}
-#if CONFIG_LIBV4L2
- fd_libv4l = v4l2_fd_open(fd, 0);
- if (fd < 0) {
- err = AVERROR(errno);
- av_log(ctx, AV_LOG_ERROR, "Cannot open video device with libv4l neither %s : %s\n",
- ctx->filename, strerror(errno));
- return err;
- }
- fd = fd_libv4l;
-#endif
res = v4l2_ioctl(fd, VIDIOC_QUERYCAP, &cap);
if (res < 0) {
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ffmpeg.spec 14 Jun 2012 17:21:18 -0000 1.64
+++ ffmpeg.spec 21 Jul 2012 09:32:36 -0000 1.65
@@ -12,7 +12,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 0.11.1
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
%else
@@ -26,6 +26,7 @@
Source0: http://ffmpeg.org/releases/ffmpeg-%{version}.tar.bz2
%endif
Source1: ffmpeg-snapshot-oldabi.sh
+Patch0: ffmpeg-0.10.4-backport-libv4l2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{name}-libs = %{version}-%{release}
BuildRequires: bzip2-devel
@@ -157,6 +158,7 @@
%else
%setup -q -n ffmpeg-%{version}
%endif
+%patch0 -p1
%build
mkdir generic
@@ -278,6 +280,9 @@
%changelog
+* Sat Jul 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.11.1-2
+- Backport fix rfbz#2423
+
* Thu Jun 14 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.11.1-1
- Updated to 0.11.1
12 years, 4 months
rpms/ffmpeg/EL-6 ffmpeg-0.10.4-backport-libv4l2.patch,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30603
Added Files:
ffmpeg-0.10.4-backport-libv4l2.patch
Log Message:
Add patch
ffmpeg-0.10.4-backport-libv4l2.patch:
v4l2.c | 13 -------------
1 file changed, 13 deletions(-)
--- NEW FILE ffmpeg-0.10.4-backport-libv4l2.patch ---
X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavdevice%2Fv4...
diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c
index 4829b1b..2808e13 100644
--- a/libavdevice/v4l2.c
+++ b/libavdevice/v4l2.c
@@ -156,9 +156,6 @@ static int device_open(AVFormatContext *ctx)
{
struct v4l2_capability cap;
int fd;
-#if CONFIG_LIBV4L2
- int fd_libv4l;
-#endif
int res, err;
int flags = O_RDWR;
@@ -175,16 +172,6 @@ static int device_open(AVFormatContext *ctx)
return AVERROR(err);
}
-#if CONFIG_LIBV4L2
- fd_libv4l = v4l2_fd_open(fd, 0);
- if (fd < 0) {
- err = AVERROR(errno);
- av_log(ctx, AV_LOG_ERROR, "Cannot open video device with libv4l neither %s : %s\n",
- ctx->filename, strerror(errno));
- return err;
- }
- fd = fd_libv4l;
-#endif
res = v4l2_ioctl(fd, VIDIOC_QUERYCAP, &cap);
if (res < 0) {
12 years, 4 months
rpms/ffmpeg/EL-6 ffmpeg.spec,1.46,1.47
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30523
Modified Files:
ffmpeg.spec
Log Message:
Fix libv4l bug
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/EL-6/ffmpeg.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ffmpeg.spec 2 Jul 2012 13:10:20 -0000 1.46
+++ ffmpeg.spec 21 Jul 2012 08:29:13 -0000 1.47
@@ -12,7 +12,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 0.10.4
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
%else
@@ -26,6 +26,7 @@
Source0: http://ffmpeg.org/releases/ffmpeg-%{version}.tar.bz2
%endif
Source1: ffmpeg-snapshot-oldabi.sh
+Patch0: ffmpeg-0.10.4-backport-libv4l2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{name}-libs = %{version}-%{release}
BuildRequires: bzip2-devel
@@ -157,6 +158,7 @@
%else
%setup -q -n ffmpeg-%{version}
%endif
+%patch0 -p1
%build
mkdir generic
@@ -278,6 +280,9 @@
%changelog
+* Fri Jul 20 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.4-2
+- Backport fix rfbz#2423
+
* Wed Jun 13 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.10.4-1
- Updated to 0.10.4
12 years, 4 months
rpms/vlc/devel sources, 1.56, 1.57 .cvsignore, 1.48, 1.49 vlc.spec, 1.157, 1.158
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30061
Modified Files:
sources .cvsignore vlc.spec
Log Message:
Update to 2.0.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/.cvsignore,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- .cvsignore 29 Jun 2012 09:57:24 -0000 1.48
+++ .cvsignore 20 Jul 2012 20:07:24 -0000 1.49
@@ -1 +1 @@
-vlc-2.0.2.tar.xz
+vlc-2.0.3.tar.xz
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- vlc.spec 11 Jul 2012 18:26:16 -0000 1.157
+++ vlc.spec 20 Jul 2012 20:07:24 -0000 1.158
@@ -28,8 +28,8 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 2.0.2
-Release: 3%{?dist}
+Version: 2.0.3
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -508,6 +508,9 @@
%changelog
+* Fri Jul 20 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.3-1
+- Update to 2.0.3
+
* Wed Jul 11 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.2-3
- Fix build of xcb
- Switch to pkgconfig(libudev)
12 years, 4 months
rpms/ffmpeg/F-17 ffmpeg-0.10.4-backport-libv4l2.patch, NONE, 1.1 ffmpeg.spec, 1.63, 1.64
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv28923/F-17
Modified Files:
ffmpeg.spec
Added Files:
ffmpeg-0.10.4-backport-libv4l2.patch
Log Message:
Backport patch for libv4l2
ffmpeg-0.10.4-backport-libv4l2.patch:
v4l2.c | 13 -------------
1 file changed, 13 deletions(-)
--- NEW FILE ffmpeg-0.10.4-backport-libv4l2.patch ---
X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavdevice%2Fv4...
diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c
index 4829b1b..2808e13 100644
--- a/libavdevice/v4l2.c
+++ b/libavdevice/v4l2.c
@@ -156,9 +156,6 @@ static int device_open(AVFormatContext *ctx)
{
struct v4l2_capability cap;
int fd;
-#if CONFIG_LIBV4L2
- int fd_libv4l;
-#endif
int res, err;
int flags = O_RDWR;
@@ -175,16 +172,6 @@ static int device_open(AVFormatContext *ctx)
return AVERROR(err);
}
-#if CONFIG_LIBV4L2
- fd_libv4l = v4l2_fd_open(fd, 0);
- if (fd < 0) {
- err = AVERROR(errno);
- av_log(ctx, AV_LOG_ERROR, "Cannot open video device with libv4l neither %s : %s\n",
- ctx->filename, strerror(errno));
- return err;
- }
- fd = fd_libv4l;
-#endif
res = v4l2_ioctl(fd, VIDIOC_QUERYCAP, &cap);
if (res < 0) {
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-17/ffmpeg.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ffmpeg.spec 13 Jun 2012 07:24:27 -0000 1.63
+++ ffmpeg.spec 20 Jul 2012 19:51:20 -0000 1.64
@@ -12,7 +12,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 0.10.4
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
%else
@@ -26,6 +26,7 @@
Source0: http://ffmpeg.org/releases/ffmpeg-%{version}.tar.bz2
%endif
Source1: ffmpeg-snapshot-oldabi.sh
+Patch0: ffmpeg-0.10.4-backport-libv4l2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{name}-libs = %{version}-%{release}
BuildRequires: bzip2-devel
@@ -157,6 +158,7 @@
%else
%setup -q -n ffmpeg-%{version}
%endif
+%patch0 -p1
%build
mkdir generic
@@ -278,6 +280,9 @@
%changelog
+* Fri Jul 20 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.4-2
+- Backport fix rfbz#2423
+
* Wed Jun 13 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.10.4-1
- Updated to 0.10.4
12 years, 4 months
rpms/wl-kmod/F-16 wl-kmod.spec,1.97,1.98
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16349
Modified Files:
wl-kmod.spec
Log Message:
* Tue Jul 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-3.5
- Rebuilt for updated kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-16/wl-kmod.spec,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- wl-kmod.spec 6 Jul 2012 16:41:19 -0000 1.97
+++ wl-kmod.spec 17 Jul 2012 22:21:10 -0000 1.98
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 5.100.82.112
-Release: 3%{?dist}.4
+Release: 3%{?dist}.5
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -85,6 +85,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Jul 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-3.5
+- Rebuilt for updated kernel
+
* Fri Jul 06 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-3.4
- Rebuilt for updated kernel
12 years, 4 months
rpms/nvidia-kmod/F-16 nvidia-kmod.spec,1.141,1.142
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16219
Modified Files:
nvidia-kmod.spec
Log Message:
* Tue Jul 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:295.59-1.4
- Rebuilt for updated kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-16/nvidia-kmod.spec,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- nvidia-kmod.spec 6 Jul 2012 16:41:08 -0000 1.141
+++ nvidia-kmod.spec 17 Jul 2012 22:21:02 -0000 1.142
@@ -9,7 +9,7 @@
Epoch: 1
Version: 295.59
# Taken over by kmodtool
-Release: 1%{?dist}.3
+Release: 1%{?dist}.4
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -77,6 +77,9 @@
%changelog
+* Tue Jul 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:295.59-1.4
+- Rebuilt for updated kernel
+
* Fri Jul 06 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:295.59-1.3
- Rebuilt for updated kernel
12 years, 4 months
rpms/nvidia-173xx-kmod/F-16 nvidia-173xx-kmod.spec,1.51,1.52
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16089
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Tue Jul 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-1.4
- Rebuilt for updated kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-16/nvidia-173xx-kmod.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- nvidia-173xx-kmod.spec 6 Jul 2012 16:40:54 -0000 1.51
+++ nvidia-173xx-kmod.spec 17 Jul 2012 22:20:54 -0000 1.52
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.35
# Taken over by kmodtool
-Release: 1%{?dist}.3
+Release: 1%{?dist}.4
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Tue Jul 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-1.4
+- Rebuilt for updated kernel
+
* Fri Jul 06 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.35-1.3
- Rebuilt for updated kernel
12 years, 4 months
rpms/catalyst-kmod/F-16 catalyst-kmod.spec,1.58,1.59
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/catalyst-kmod/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15952
Modified Files:
catalyst-kmod.spec
Log Message:
* Tue Jul 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 12.4-4.4
- Rebuilt for updated kernel
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-16/catalyst-kmod.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- catalyst-kmod.spec 6 Jul 2012 16:40:36 -0000 1.58
+++ catalyst-kmod.spec 17 Jul 2012 22:20:40 -0000 1.59
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 12.4
-Release: 4%{?dist}.3
+Release: 4%{?dist}.4
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -105,6 +105,9 @@
%changelog
+* Tue Jul 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 12.4-4.4
+- Rebuilt for updated kernel
+
* Fri Jul 06 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 12.4-4.3
- Rebuilt for updated kernel
12 years, 4 months