rpms/VirtualBox/F-17 .cvsignore, 1.38, 1.39 VirtualBox-4.2.0-mesa.patch, 1.1, 1.2 VirtualBox-4.2.0-xorg17.patch, 1.1, 1.2 VirtualBox.spec, 1.10, 1.11 sources, 1.38, 1.39
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9807
Modified Files:
.cvsignore VirtualBox-4.2.0-mesa.patch
VirtualBox-4.2.0-xorg17.patch VirtualBox.spec sources
Log Message:
* Sat Oct 27 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.4-1
- New upstream release.
- Drop patch VirtualBox-4.2.0-xorg17.patch and add VBOX_USE_SYSTEM_XORG_HEADERS=1. Changeset r43588,
https://www.virtualbox.org/changeset/43588/vbox , allow compile vboxvideo with system headers, and
"As vboxmouse_drv is not needed at all for X.Org Server 1.7 and later do not build it".
- enable-webservice on F17 and lower (stables) and disable-docs on F18 and rawhide, can't buid it
on F18 and rawhide, new libxslt and new pdflatex problems.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-17/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- .cvsignore 30 Sep 2012 16:44:18 -0000 1.38
+++ .cvsignore 28 Oct 2012 17:58:48 -0000 1.39
@@ -1 +1 @@
-VirtualBox-4.2.0.tar.bz2
+VirtualBox-4.2.4.tar.bz2
VirtualBox-4.2.0-mesa.patch:
Config.kmk | 10 ---
src/VBox/Additions/common/crOpenGL/Makefile.kmk | 21 +-----
src/VBox/Additions/common/crOpenGL/fakedri_drv.c | 72 +++++++++++++++++------
src/VBox/Additions/common/crOpenGL/fakedri_drv.h | 21 ++++--
src/VBox/Additions/x11/Makefile.kmk | 1
5 files changed, 74 insertions(+), 51 deletions(-)
Index: VirtualBox-4.2.0-mesa.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-17/VirtualBox-4.2.0-mesa.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VirtualBox-4.2.0-mesa.patch 30 Sep 2012 16:44:18 -0000 1.1
+++ VirtualBox-4.2.0-mesa.patch 28 Oct 2012 17:58:48 -0000 1.2
@@ -1,6 +1,25 @@
fakedri_drv.c,h:
Just compile with X11 system source and we may remove bundle X11 source code.
+--- ./Config.kmk 2012-03-13 13:14:01.000000000 +0000
++++ ./Config.kmk 2012-03-27 23:55:28.070630137 +0100
+@@ -2003,15 +2003,7 @@ ifdef VBOX_WITH_CROGL
+ endif
+
+ if1of ($(KBUILD_TARGET), freebsd linux solaris)
+- # VBOX_PATH_MESA_SOURCE = $(PATH_ROOT)/src/libs/mesa-7.2
+- VBOX_PATH_MESA_SOURCE = $(VBOX_PATH_X11_ROOT)/mesa-7.2
+- VBOX_MESA_INCS = \
+- $(VBOX_PATH_MESA_SOURCE) \
+- $(VBOX_PATH_MESA_SOURCE)/include \
+- $(VBOX_PATH_MESA_SOURCE)/src/mesa/ \
+- $(VBOX_PATH_MESA_SOURCE)/src/mesa/glapi \
+- $(VBOX_PATH_MESA_SOURCE)/src/mesa/main \
+- $(VBOX_PATH_MESA_SOURCE)/src/mesa/drivers/dri/common
++ VBOX_MESA_INCS = /usr/include/GL /usr/include/xorg /usr/include/pixman-1
+ endif
+
+ VBOX_DARWIN_OPENGL_INST = obj/VBoxOGL/GL/
--- ./src/VBox/Additions/x11/Makefile.kmk.orig 2012-09-23 01:00:38.301286632 +0100
+++ ./src/VBox/Additions/x11/Makefile.kmk 2012-09-23 01:00:45.135370696 +0100
@@ -24,7 +24,6 @@ if1of ($(KBUILD_TARGET), freebsd linux n
VirtualBox-4.2.0-xorg17.patch:
vboxmouse/Makefile.kmk | 40 +++++++-------
vboxmouse/vboxmouse.c | 10 +--
vboxvideo/Makefile.kmk | 108 +++++++++++++++++++++++++---------------
vboxvideo/testcase/Makefile.kmk | 4 -
4 files changed, 93 insertions(+), 69 deletions(-)
Index: VirtualBox-4.2.0-xorg17.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-17/VirtualBox-4.2.0-xorg17.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VirtualBox-4.2.0-xorg17.patch 30 Sep 2012 16:44:18 -0000 1.1
+++ VirtualBox-4.2.0-xorg17.patch 28 Oct 2012 17:58:48 -0000 1.2
@@ -2,25 +2,6 @@
Based on scripts by Michael Meskes <meskes(a)debian.org>, Felix Geyer <debfx-pkg(a)fobos.de>
Author: Sérgio Basto <sergio(a)serjux.com>
---- ./Config.kmk 2012-03-13 13:14:01.000000000 +0000
-+++ ./Config.kmk 2012-03-27 23:55:28.070630137 +0100
-@@ -2003,15 +2003,7 @@ ifdef VBOX_WITH_CROGL
- endif
-
- if1of ($(KBUILD_TARGET), freebsd linux solaris)
-- # VBOX_PATH_MESA_SOURCE = $(PATH_ROOT)/src/libs/mesa-7.2
-- VBOX_PATH_MESA_SOURCE = $(VBOX_PATH_X11_ROOT)/mesa-7.2
-- VBOX_MESA_INCS = \
-- $(VBOX_PATH_MESA_SOURCE) \
-- $(VBOX_PATH_MESA_SOURCE)/include \
-- $(VBOX_PATH_MESA_SOURCE)/src/mesa/ \
-- $(VBOX_PATH_MESA_SOURCE)/src/mesa/glapi \
-- $(VBOX_PATH_MESA_SOURCE)/src/mesa/main \
-- $(VBOX_PATH_MESA_SOURCE)/src/mesa/drivers/dri/common
-+ VBOX_MESA_INCS = /usr/include/GL /usr/include/xorg /usr/include/pixman-1
- endif
-
- VBOX_DARWIN_OPENGL_INST = obj/VBoxOGL/GL/
--- ./src/VBox/Additions/x11/vboxmouse/Makefile.kmk.xorg17 2012-08-03 13:28:42.000000000 +0100
+++ ./src/VBox/Additions/x11/vboxmouse/Makefile.kmk 2012-09-07 03:18:17.460463185 +0100
@@ -30,25 +30,12 @@ if1of ($(KBUILD_TARGET), linux)
Index: VirtualBox.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-17/VirtualBox.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- VirtualBox.spec 30 Sep 2012 21:16:07 -0000 1.10
+++ VirtualBox.spec 28 Oct 2012 17:58:48 -0000 1.11
@@ -14,8 +14,8 @@
%global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
Name: VirtualBox
-Version: 4.2.0
-Release: 4%{?prerel:.%{prerel}}%{?dist}
+Version: 4.2.4
+Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -33,7 +33,6 @@
Patch1: VirtualBox-OSE-4.1.4-noupdate.patch
Patch2: VirtualBox-4.1.18-strings.patch
Patch3: VirtualBox-4.2.0-libcxx.patch
-Patch5: VirtualBox-4.2.0-xorg17.patch
%ifarch x86_64
Patch10: VirtualBox-4.2.0-32bit.patch
%endif
@@ -181,7 +180,6 @@
%patch1 -p1 -b .noupdates
%patch2 -p1 -b .strings
%patch3 -p1 -b .libcxx
-%patch5 -p1 -b .xorg17
%patch15 -p1 -b .makeself
%ifarch x86_64
%patch10 -p1 -b .32bit
@@ -212,9 +210,15 @@
%build
-./configure --disable-kmods
+./configure --disable-kmods \
+%if 0%{?fedora} > 17
+ --disable-docs
+%endif
+%if 0%{?fedora} < 18
+ --enable-webservice
+%endif
+
#--disable-java
-#--enable-webservice
#--disable-xpcom
. ./env.sh
@@ -230,6 +234,7 @@
VBOX_GCC_OPT="%{optflags}" VBOX_GCC_GC_OPT="%{optflags}" \
VBOX_GCC_R0_OPT="%{optflags}" VBOX_GCC_WERR="" \
VBOX_XCURSOR_LIBS="Xcursor Xext X11 GL" \
+ VBOX_USE_SYSTEM_XORG_HEADERS=1 \
VBOX_JAVA_HOME=%{_prefix}/lib/jvm/java \
VBOX_BUILD_PUBLISHER=_%{?vendor:%(echo %{vendor} \
| sed -e 's/ //g' | cut -c 1-9)}%{?!vendor:custom}
@@ -269,7 +274,9 @@
ln -s VBox $RPM_BUILD_ROOT%{_bindir}/vboxheadless
ln -s VBox $RPM_BUILD_ROOT%{_bindir}/VBoxBalloonCtrl
ln -s VBox $RPM_BUILD_ROOT%{_bindir}/vboxballoonctrl
-#ln -s VBox $RPM_BUILD_ROOT%{_bindir}/vboxwebsrv
+%if 0%{?fedora} < 18
+ln -s VBox $RPM_BUILD_ROOT%{_bindir}/vboxwebsrv
+%endif
ln -s VBox $RPM_BUILD_ROOT%{_bindir}/VBoxBFE
ln -s VBox $RPM_BUILD_ROOT%{_bindir}/vboxbfe
@@ -290,8 +297,11 @@
obj/bin/VBoxEFI*.fd
# Documentation
+%if 0%{?fedora} < 18
install -p -m 0644 -t $RPM_BUILD_ROOT%{_libdir}/virtualbox \
obj/bin/UserManual.pdf
+%endif
+
# Executables
install -p -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/virtualbox \
@@ -308,10 +318,12 @@
obj/bin/VBoxTestOGL \
obj/bin/VBoxExtPackHelperApp \
obj/bin/VBoxBalloonCtrl \
+%if 0%{?fedora} < 18
+ obj/bin/vboxwebsrv \
+ obj/bin/webtest \
+%endif
obj/bin/VBoxBFE
-# obj/bin/vboxwebsrv \
-# obj/bin/webtest \
# Language files
install -p -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/virtualbox/nls \
obj/bin/nls/*
@@ -327,7 +339,6 @@
# Icons
install -p -m 0644 -t $RPM_BUILD_ROOT%{_datadir}/pixmaps \
obj/bin/VBox.png
-#ln -f $RPM_BUILD_ROOT%{_datadir}/pixmaps/{VBox,virtualbox}.png
for S in obj/bin/icons/*
do
SIZE=$(basename $S)
@@ -340,14 +351,18 @@
install -p -m 0644 obj/bin/virtualbox.xml $RPM_BUILD_ROOT%{_datadir}/mime/packages
# Guest X.Org drivers
-# With the xorg17 patch, the _17 driver builds against what's
-# actually available for the system, so would probably be a 1.6
-# driver when compiled on Fedora 10, despite its name
-%global x11_api 17
-
-install -m 0755 -D obj/bin/additions/vboxmouse_drv_%{x11_api}.so \
- $RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/vboxmouse_drv.so
-install -m 0755 -D obj/bin/additions/vboxvideo_drv_%{x11_api}.so \
+# Michael Thayer from Oracle wrote: I have applied the patch [1] I posted so that you
+# can build with VBOX_USE_SYSTEM_XORG_HEADERS=1 set in future to only
+# build the X.Org drivers against the installed system headers.
+# also wrote:
+# As vboxmouse_drv is not needed at all for X.Org Server 1.7 and later do not
+# build it in this case.
+# and
+# Build using local X.Org headers. We assume X.Org Server 1.7 or later.
+#
+# [1] https://www.virtualbox.org/changeset/43588/vbox
+
+install -m 0755 -D obj/bin/additions/vboxvideo_drv_system.so \
$RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
# Guest tools
@@ -495,10 +510,14 @@
%{_bindir}/VBoxTunctl
%{_bindir}/virtualbox
%{_bindir}/VirtualBox
-#{_bindir}/vboxwebsrv
+%if 0%{?fedora} < 18
+%{_bindir}/vboxwebsrv
+%endif
%{_bindir}/VBoxVRDP
+%if 0%{?fedora} < 18
%dir %{_libdir}/virtualbox
%doc %{_libdir}/virtualbox/*.pdf
+%endif
%{_libdir}/virtualbox/*.[^p]*
%{_libdir}/virtualbox/*.py*
%{_libdir}/virtualbox/components
@@ -509,8 +528,10 @@
%{_libdir}/virtualbox/VBoxTestOGL
%{_libdir}/virtualbox/VBoxXPCOMIPCD
%{_libdir}/virtualbox/VBoxBalloonCtrl
-#{_libdir}/virtualbox/vboxwebsrv
-#{_libdir}/virtualbox/webtest
+%if 0%{?fedora} < 18
+%{_libdir}/virtualbox/vboxwebsrv
+%{_libdir}/virtualbox/webtest
+%endif
%attr(4755,root,root) %{_libdir}/virtualbox/VBoxHeadless
%attr(4755,root,root) %{_libdir}/virtualbox/VBoxSDL
%attr(4755,root,root) %{_libdir}/virtualbox/VBoxBFE
@@ -563,6 +584,14 @@
%changelog
+* Sat Oct 27 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.4-1
+- New upstream release.
+- Drop patch VirtualBox-4.2.0-xorg17.patch and add VBOX_USE_SYSTEM_XORG_HEADERS=1. Changeset r43588,
+https://www.virtualbox.org/changeset/43588/vbox , allow compile vboxvideo with system headers, and
+"As vboxmouse_drv is not needed at all for X.Org Server 1.7 and later do not build it".
+- enable-webservice on F17 and lower (stables) and disable-docs on F18 and rawhide, can't buid it
+ on F18 and rawhide, new libxslt and new pdflatex problems.
+
* Sun Sep 30 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.0-4
- On F16, need add one xorg header for xorg-x11-server 1.11.x
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-17/sources,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- sources 30 Sep 2012 16:44:19 -0000 1.38
+++ sources 28 Oct 2012 17:58:48 -0000 1.39
@@ -1 +1 @@
-691b4134983ce7d89b9fb683305cb647 VirtualBox-4.2.0.tar.bz2
+d1ec2d2a3f2f3f0b277dfe2c520c2e33 VirtualBox-4.2.4.tar.bz2
12 years, 3 months
rpms/VirtualBox/F-18 .cvsignore,1.40,1.41 sources,1.40,1.41
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7364
Modified Files:
.cvsignore sources
Log Message:
Source upload
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-18/.cvsignore,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- .cvsignore 15 Sep 2012 03:40:01 -0000 1.40
+++ .cvsignore 28 Oct 2012 16:54:57 -0000 1.41
@@ -1 +1 @@
-VirtualBox-4.2.0.tar.bz2
+VirtualBox-4.2.4.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-18/sources,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- sources 15 Sep 2012 03:40:02 -0000 1.40
+++ sources 28 Oct 2012 16:54:57 -0000 1.41
@@ -1 +1 @@
-691b4134983ce7d89b9fb683305cb647 VirtualBox-4.2.0.tar.bz2
+d1ec2d2a3f2f3f0b277dfe2c520c2e33 VirtualBox-4.2.4.tar.bz2
12 years, 3 months
rpms/VirtualBox/devel .cvsignore,1.40,1.41 sources,1.40,1.41
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7301
Modified Files:
.cvsignore sources
Log Message:
Source upload
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/devel/.cvsignore,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- .cvsignore 15 Sep 2012 03:39:38 -0000 1.40
+++ .cvsignore 28 Oct 2012 16:54:25 -0000 1.41
@@ -1 +1 @@
-VirtualBox-4.2.0.tar.bz2
+VirtualBox-4.2.4.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/devel/sources,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- sources 15 Sep 2012 03:39:38 -0000 1.40
+++ sources 28 Oct 2012 16:54:25 -0000 1.41
@@ -1 +1 @@
-691b4134983ce7d89b9fb683305cb647 VirtualBox-4.2.0.tar.bz2
+d1ec2d2a3f2f3f0b277dfe2c520c2e33 VirtualBox-4.2.4.tar.bz2
12 years, 3 months
rpms/VirtualBox/F-18 VirtualBox-4.2.0-mesa.patch, 1.2, 1.3 VirtualBox-4.2.0-xorg17.patch, 1.4, 1.5 VirtualBox.spec, 1.23, 1.24
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7000
Modified Files:
VirtualBox-4.2.0-mesa.patch VirtualBox-4.2.0-xorg17.patch
VirtualBox.spec
Log Message:
* Sat Oct 27 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.4-1
- New upstream release.
- Drop patch VirtualBox-4.2.0-xorg17.patch and add VBOX_USE_SYSTEM_XORG_HEADERS=1. Changeset r43588,
https://www.virtualbox.org/changeset/43588/vbox , allow compile vboxvideo with system headers, and
"As vboxmouse_drv is not needed at all for X.Org Server 1.7 and later do not build it".
- enable-webservice on F17 and lower (stables) and disable-docs on F18 and rawhide, can't buid it
on F18 and rawhide, new libxslt and new pdflatex problems.
VirtualBox-4.2.0-mesa.patch:
Config.kmk | 10 ---
src/VBox/Additions/common/crOpenGL/Makefile.kmk | 21 +-----
src/VBox/Additions/common/crOpenGL/fakedri_drv.c | 72 +++++++++++++++++------
src/VBox/Additions/common/crOpenGL/fakedri_drv.h | 21 ++++--
src/VBox/Additions/x11/Makefile.kmk | 1
5 files changed, 74 insertions(+), 51 deletions(-)
Index: VirtualBox-4.2.0-mesa.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-18/VirtualBox-4.2.0-mesa.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VirtualBox-4.2.0-mesa.patch 23 Sep 2012 14:33:25 -0000 1.2
+++ VirtualBox-4.2.0-mesa.patch 28 Oct 2012 16:51:01 -0000 1.3
@@ -1,6 +1,25 @@
fakedri_drv.c,h:
Just compile with X11 system source and we may remove bundle X11 source code.
+--- ./Config.kmk 2012-03-13 13:14:01.000000000 +0000
++++ ./Config.kmk 2012-03-27 23:55:28.070630137 +0100
+@@ -2003,15 +2003,7 @@ ifdef VBOX_WITH_CROGL
+ endif
+
+ if1of ($(KBUILD_TARGET), freebsd linux solaris)
+- # VBOX_PATH_MESA_SOURCE = $(PATH_ROOT)/src/libs/mesa-7.2
+- VBOX_PATH_MESA_SOURCE = $(VBOX_PATH_X11_ROOT)/mesa-7.2
+- VBOX_MESA_INCS = \
+- $(VBOX_PATH_MESA_SOURCE) \
+- $(VBOX_PATH_MESA_SOURCE)/include \
+- $(VBOX_PATH_MESA_SOURCE)/src/mesa/ \
+- $(VBOX_PATH_MESA_SOURCE)/src/mesa/glapi \
+- $(VBOX_PATH_MESA_SOURCE)/src/mesa/main \
+- $(VBOX_PATH_MESA_SOURCE)/src/mesa/drivers/dri/common
++ VBOX_MESA_INCS = /usr/include/GL /usr/include/xorg /usr/include/pixman-1
+ endif
+
+ VBOX_DARWIN_OPENGL_INST = obj/VBoxOGL/GL/
--- ./src/VBox/Additions/x11/Makefile.kmk.orig 2012-09-23 01:00:38.301286632 +0100
+++ ./src/VBox/Additions/x11/Makefile.kmk 2012-09-23 01:00:45.135370696 +0100
@@ -24,7 +24,6 @@ if1of ($(KBUILD_TARGET), freebsd linux n
VirtualBox-4.2.0-xorg17.patch:
vboxmouse/Makefile.kmk | 40 +++++++-------
vboxmouse/vboxmouse.c | 10 +--
vboxvideo/Makefile.kmk | 108 +++++++++++++++++++++++++---------------
vboxvideo/testcase/Makefile.kmk | 4 -
4 files changed, 93 insertions(+), 69 deletions(-)
Index: VirtualBox-4.2.0-xorg17.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-18/VirtualBox-4.2.0-xorg17.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- VirtualBox-4.2.0-xorg17.patch 23 Sep 2012 14:33:25 -0000 1.4
+++ VirtualBox-4.2.0-xorg17.patch 28 Oct 2012 16:51:01 -0000 1.5
@@ -2,25 +2,6 @@
Based on scripts by Michael Meskes <meskes(a)debian.org>, Felix Geyer <debfx-pkg(a)fobos.de>
Author: Sérgio Basto <sergio(a)serjux.com>
---- ./Config.kmk 2012-03-13 13:14:01.000000000 +0000
-+++ ./Config.kmk 2012-03-27 23:55:28.070630137 +0100
-@@ -2003,15 +2003,7 @@ ifdef VBOX_WITH_CROGL
- endif
-
- if1of ($(KBUILD_TARGET), freebsd linux solaris)
-- # VBOX_PATH_MESA_SOURCE = $(PATH_ROOT)/src/libs/mesa-7.2
-- VBOX_PATH_MESA_SOURCE = $(VBOX_PATH_X11_ROOT)/mesa-7.2
-- VBOX_MESA_INCS = \
-- $(VBOX_PATH_MESA_SOURCE) \
-- $(VBOX_PATH_MESA_SOURCE)/include \
-- $(VBOX_PATH_MESA_SOURCE)/src/mesa/ \
-- $(VBOX_PATH_MESA_SOURCE)/src/mesa/glapi \
-- $(VBOX_PATH_MESA_SOURCE)/src/mesa/main \
-- $(VBOX_PATH_MESA_SOURCE)/src/mesa/drivers/dri/common
-+ VBOX_MESA_INCS = /usr/include/GL /usr/include/xorg /usr/include/pixman-1
- endif
-
- VBOX_DARWIN_OPENGL_INST = obj/VBoxOGL/GL/
--- ./src/VBox/Additions/x11/vboxmouse/Makefile.kmk.xorg17 2012-08-03 13:28:42.000000000 +0100
+++ ./src/VBox/Additions/x11/vboxmouse/Makefile.kmk 2012-09-07 03:18:17.460463185 +0100
@@ -30,25 +30,12 @@ if1of ($(KBUILD_TARGET), linux)
Index: VirtualBox.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-18/VirtualBox.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- VirtualBox.spec 30 Sep 2012 21:15:52 -0000 1.23
+++ VirtualBox.spec 28 Oct 2012 16:51:01 -0000 1.24
@@ -14,8 +14,8 @@
%global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
Name: VirtualBox
-Version: 4.2.0
-Release: 4%{?prerel:.%{prerel}}%{?dist}
+Version: 4.2.4
+Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -33,7 +33,6 @@
Patch1: VirtualBox-OSE-4.1.4-noupdate.patch
Patch2: VirtualBox-4.1.18-strings.patch
Patch3: VirtualBox-4.2.0-libcxx.patch
-Patch5: VirtualBox-4.2.0-xorg17.patch
%ifarch x86_64
Patch10: VirtualBox-4.2.0-32bit.patch
%endif
@@ -181,7 +180,6 @@
%patch1 -p1 -b .noupdates
%patch2 -p1 -b .strings
%patch3 -p1 -b .libcxx
-%patch5 -p1 -b .xorg17
%patch15 -p1 -b .makeself
%ifarch x86_64
%patch10 -p1 -b .32bit
@@ -212,9 +210,15 @@
%build
-./configure --disable-kmods
+./configure --disable-kmods \
+%if 0%{?fedora} > 17
+ --disable-docs
+%endif
+%if 0%{?fedora} < 18
+ --enable-webservice
+%endif
+
#--disable-java
-#--enable-webservice
#--disable-xpcom
. ./env.sh
@@ -230,6 +234,7 @@
VBOX_GCC_OPT="%{optflags}" VBOX_GCC_GC_OPT="%{optflags}" \
VBOX_GCC_R0_OPT="%{optflags}" VBOX_GCC_WERR="" \
VBOX_XCURSOR_LIBS="Xcursor Xext X11 GL" \
+ VBOX_USE_SYSTEM_XORG_HEADERS=1 \
VBOX_JAVA_HOME=%{_prefix}/lib/jvm/java \
VBOX_BUILD_PUBLISHER=_%{?vendor:%(echo %{vendor} \
| sed -e 's/ //g' | cut -c 1-9)}%{?!vendor:custom}
@@ -269,7 +274,9 @@
ln -s VBox $RPM_BUILD_ROOT%{_bindir}/vboxheadless
ln -s VBox $RPM_BUILD_ROOT%{_bindir}/VBoxBalloonCtrl
ln -s VBox $RPM_BUILD_ROOT%{_bindir}/vboxballoonctrl
-#ln -s VBox $RPM_BUILD_ROOT%{_bindir}/vboxwebsrv
+%if 0%{?fedora} < 18
+ln -s VBox $RPM_BUILD_ROOT%{_bindir}/vboxwebsrv
+%endif
ln -s VBox $RPM_BUILD_ROOT%{_bindir}/VBoxBFE
ln -s VBox $RPM_BUILD_ROOT%{_bindir}/vboxbfe
@@ -290,8 +297,11 @@
obj/bin/VBoxEFI*.fd
# Documentation
+%if 0%{?fedora} < 18
install -p -m 0644 -t $RPM_BUILD_ROOT%{_libdir}/virtualbox \
obj/bin/UserManual.pdf
+%endif
+
# Executables
install -p -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/virtualbox \
@@ -308,10 +318,12 @@
obj/bin/VBoxTestOGL \
obj/bin/VBoxExtPackHelperApp \
obj/bin/VBoxBalloonCtrl \
+%if 0%{?fedora} < 18
+ obj/bin/vboxwebsrv \
+ obj/bin/webtest \
+%endif
obj/bin/VBoxBFE
-# obj/bin/vboxwebsrv \
-# obj/bin/webtest \
# Language files
install -p -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/virtualbox/nls \
obj/bin/nls/*
@@ -327,7 +339,6 @@
# Icons
install -p -m 0644 -t $RPM_BUILD_ROOT%{_datadir}/pixmaps \
obj/bin/VBox.png
-#ln -f $RPM_BUILD_ROOT%{_datadir}/pixmaps/{VBox,virtualbox}.png
for S in obj/bin/icons/*
do
SIZE=$(basename $S)
@@ -340,14 +351,18 @@
install -p -m 0644 obj/bin/virtualbox.xml $RPM_BUILD_ROOT%{_datadir}/mime/packages
# Guest X.Org drivers
-# With the xorg17 patch, the _17 driver builds against what's
-# actually available for the system, so would probably be a 1.6
-# driver when compiled on Fedora 10, despite its name
-%global x11_api 17
-
-install -m 0755 -D obj/bin/additions/vboxmouse_drv_%{x11_api}.so \
- $RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/vboxmouse_drv.so
-install -m 0755 -D obj/bin/additions/vboxvideo_drv_%{x11_api}.so \
+# Michael Thayer from Oracle wrote: I have applied the patch [1] I posted so that you
+# can build with VBOX_USE_SYSTEM_XORG_HEADERS=1 set in future to only
+# build the X.Org drivers against the installed system headers.
+# also wrote:
+# As vboxmouse_drv is not needed at all for X.Org Server 1.7 and later do not
+# build it in this case.
+# and
+# Build using local X.Org headers. We assume X.Org Server 1.7 or later.
+#
+# [1] https://www.virtualbox.org/changeset/43588/vbox
+
+install -m 0755 -D obj/bin/additions/vboxvideo_drv_system.so \
$RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
# Guest tools
@@ -495,10 +510,14 @@
%{_bindir}/VBoxTunctl
%{_bindir}/virtualbox
%{_bindir}/VirtualBox
-#{_bindir}/vboxwebsrv
+%if 0%{?fedora} < 18
+%{_bindir}/vboxwebsrv
+%endif
%{_bindir}/VBoxVRDP
+%if 0%{?fedora} < 18
%dir %{_libdir}/virtualbox
%doc %{_libdir}/virtualbox/*.pdf
+%endif
%{_libdir}/virtualbox/*.[^p]*
%{_libdir}/virtualbox/*.py*
%{_libdir}/virtualbox/components
@@ -509,8 +528,10 @@
%{_libdir}/virtualbox/VBoxTestOGL
%{_libdir}/virtualbox/VBoxXPCOMIPCD
%{_libdir}/virtualbox/VBoxBalloonCtrl
-#{_libdir}/virtualbox/vboxwebsrv
-#{_libdir}/virtualbox/webtest
+%if 0%{?fedora} < 18
+%{_libdir}/virtualbox/vboxwebsrv
+%{_libdir}/virtualbox/webtest
+%endif
%attr(4755,root,root) %{_libdir}/virtualbox/VBoxHeadless
%attr(4755,root,root) %{_libdir}/virtualbox/VBoxSDL
%attr(4755,root,root) %{_libdir}/virtualbox/VBoxBFE
@@ -563,6 +584,14 @@
%changelog
+* Sat Oct 27 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.4-1
+- New upstream release.
+- Drop patch VirtualBox-4.2.0-xorg17.patch and add VBOX_USE_SYSTEM_XORG_HEADERS=1. Changeset r43588,
+https://www.virtualbox.org/changeset/43588/vbox , allow compile vboxvideo with system headers, and
+"As vboxmouse_drv is not needed at all for X.Org Server 1.7 and later do not build it".
+- enable-webservice on F17 and lower (stables) and disable-docs on F18 and rawhide, can't buid it
+ on F18 and rawhide, new libxslt and new pdflatex problems.
+
* Sun Sep 30 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.0-4
- On F16, need add one xorg header for xorg-x11-server 1.11.x
12 years, 3 months
rpms/gstreamer1-plugins-ugly/F-18 .cvsignore, 1.2, 1.3 gstreamer1-plugins-ugly.spec, 1.1, 1.2 sources, 1.2, 1.3
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/gstreamer1-plugins-ugly/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5115
Modified Files:
.cvsignore gstreamer1-plugins-ugly.spec sources
Log Message:
* Sun Oct 28 2012 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.2-1
- New upstream release 1.0.2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gstreamer1-plugins-ugly/F-18/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 23 Sep 2012 15:56:57 -0000 1.2
+++ .cvsignore 28 Oct 2012 16:13:19 -0000 1.3
@@ -1 +1 @@
-gst-plugins-ugly-0.11.99.tar.xz
+gst-plugins-ugly-1.0.2.tar.xz
Index: gstreamer1-plugins-ugly.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer1-plugins-ugly/F-18/gstreamer1-plugins-ugly.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gstreamer1-plugins-ugly.spec 23 Sep 2012 15:56:57 -0000 1.1
+++ gstreamer1-plugins-ugly.spec 28 Oct 2012 16:13:19 -0000 1.2
@@ -1,13 +1,13 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
-Version: 0.11.99
+Version: 1.0.2
Release: 1%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{...
-BuildRequires: gstreamer1-devel >= %{version}
-BuildRequires: gstreamer1-plugins-base-devel >= %{version}
+BuildRequires: gstreamer1-devel >= 1.0.0
+BuildRequires: gstreamer1-plugins-base-devel >= 1.0.0
BuildRequires: gettext-devel gtk-doc
%if 0%{?fedora} <= 17
BuildRequires: libsidplay-devel >= 1.36.0
@@ -102,6 +102,9 @@
%changelog
+* Sun Oct 28 2012 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.2-1
+- New upstream release 1.0.2
+
* Sun Sep 23 2012 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.11.99-1
- New upstream release 0.11.99
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gstreamer1-plugins-ugly/F-18/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 23 Sep 2012 15:56:57 -0000 1.2
+++ sources 28 Oct 2012 16:13:19 -0000 1.3
@@ -1 +1 @@
-fc20da880285a9a746736028393daaed gst-plugins-ugly-0.11.99.tar.xz
+c72d307b37742d2ba1efd4d04884f56b gst-plugins-ugly-1.0.2.tar.xz
12 years, 3 months
rpms/gstreamer1-plugins-ugly/devel .cvsignore, 1.3, 1.4 gstreamer1-plugins-ugly.spec, 1.2, 1.3 sources, 1.3, 1.4
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/gstreamer1-plugins-ugly/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4990
Modified Files:
.cvsignore gstreamer1-plugins-ugly.spec sources
Log Message:
* Sun Oct 28 2012 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.2-1
- New upstream release 1.0.2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gstreamer1-plugins-ugly/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 23 Sep 2012 15:44:08 -0000 1.3
+++ .cvsignore 28 Oct 2012 16:12:54 -0000 1.4
@@ -1 +1 @@
-gst-plugins-ugly-0.11.99.tar.xz
+gst-plugins-ugly-1.0.2.tar.xz
Index: gstreamer1-plugins-ugly.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer1-plugins-ugly/devel/gstreamer1-plugins-ugly.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gstreamer1-plugins-ugly.spec 23 Sep 2012 15:44:08 -0000 1.2
+++ gstreamer1-plugins-ugly.spec 28 Oct 2012 16:12:54 -0000 1.3
@@ -1,13 +1,13 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
-Version: 0.11.99
+Version: 1.0.2
Release: 1%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{...
-BuildRequires: gstreamer1-devel >= %{version}
-BuildRequires: gstreamer1-plugins-base-devel >= %{version}
+BuildRequires: gstreamer1-devel >= 1.0.0
+BuildRequires: gstreamer1-plugins-base-devel >= 1.0.0
BuildRequires: gettext-devel gtk-doc
%if 0%{?fedora} <= 17
BuildRequires: libsidplay-devel >= 1.36.0
@@ -102,6 +102,9 @@
%changelog
+* Sun Oct 28 2012 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.2-1
+- New upstream release 1.0.2
+
* Sun Sep 23 2012 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.11.99-1
- New upstream release 0.11.99
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gstreamer1-plugins-ugly/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 23 Sep 2012 15:44:08 -0000 1.3
+++ sources 28 Oct 2012 16:12:54 -0000 1.4
@@ -1 +1 @@
-fc20da880285a9a746736028393daaed gst-plugins-ugly-0.11.99.tar.xz
+c72d307b37742d2ba1efd4d04884f56b gst-plugins-ugly-1.0.2.tar.xz
12 years, 3 months
rpms/devede/F-16 devede-3.23.0-ac3.patch, NONE, 1.1 .cvsignore, 1.23, 1.24 devede.spec, 1.29, 1.30 sources, 1.23, 1.24 devede-3.22.0-ac3.patch, 1.1, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/devede/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2815
Modified Files:
.cvsignore devede.spec sources
Added Files:
devede-3.23.0-ac3.patch
Removed Files:
devede-3.22.0-ac3.patch
Log Message:
* Sun Oct 28 2012 Andrea Musuruane <musuruan(a)gmail.com> 3.23.0-1
- Updated to version 3.23.0
devede-3.23.0-ac3.patch:
devede | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE devede-3.23.0-ac3.patch ---
diff -durN devede-3.23.0.orig/devede devede-3.23.0/devede
--- devede-3.23.0.orig/devede 2012-10-20 20:32:18.000000000 +0200
+++ devede-3.23.0/devede 2012-10-28 11:20:06.587976601 +0100
@@ -262,7 +262,7 @@
global_vars["sub_codepage"]="ISO-8859-1"
global_vars["sub_language"]="EN (ENGLISH)"
global_vars["with_menu"]=True
-global_vars["AC3_fix"]=False
+global_vars["AC3_fix"]=True
global_vars["AC3_fix_ffmpeg"]=False
global_vars["AC3_fix_avconv"]=False
(a,b)=get_cores()
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/devede/F-16/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore 27 May 2012 10:40:04 -0000 1.23
+++ .cvsignore 28 Oct 2012 15:27:36 -0000 1.24
@@ -1 +1 @@
-devede-3.22.0.tar.bz2
+devede-3.23.0.tar.bz2
Index: devede.spec
===================================================================
RCS file: /cvs/free/rpms/devede/F-16/devede.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- devede.spec 27 May 2012 10:40:04 -0000 1.29
+++ devede.spec 28 Oct 2012 15:27:36 -0000 1.30
@@ -1,5 +1,5 @@
Name: devede
-Version: 3.22.0
+Version: 3.23.0
Release: 1%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
@@ -8,7 +8,7 @@
URL: http://www.rastersoft.com/programas/devede.html
Source0: http://www.rastersoft.com/descargas/%{name}-%{version}.tar.bz2
# Enable AC3_fix by default
-Patch0: %{name}-3.22.0-ac3.patch
+Patch0: %{name}-3.23.0-ac3.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -123,6 +123,9 @@
%changelog
+* Sun Oct 28 2012 Andrea Musuruane <musuruan(a)gmail.com> 3.23.0-1
+- Updated to version 3.23.0
+
* Sun May 27 2012 Andrea Musuruane <musuruan(a)gmail.com> 3.22.0-1
- Updated to version 3.22.0
- Moved icon in %%{_datadir}/icons/hicolor
Index: sources
===================================================================
RCS file: /cvs/free/rpms/devede/F-16/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources 27 May 2012 10:40:04 -0000 1.23
+++ sources 28 Oct 2012 15:27:36 -0000 1.24
@@ -1 +1 @@
-09ffebefe8903f8d9f2a8f142545e775 devede-3.22.0.tar.bz2
+c6c012630bb2492b1c9146c727681963 devede-3.23.0.tar.bz2
--- devede-3.22.0-ac3.patch DELETED ---
12 years, 3 months
rpms/devede/F-17 devede-3.23.0-ac3.patch, NONE, 1.1 .cvsignore, 1.23, 1.24 devede.spec, 1.29, 1.30 sources, 1.23, 1.24 devede-3.22.0-ac3.patch, 1.1, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/devede/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2416
Modified Files:
.cvsignore devede.spec sources
Added Files:
devede-3.23.0-ac3.patch
Removed Files:
devede-3.22.0-ac3.patch
Log Message:
* Sun Oct 28 2012 Andrea Musuruane <musuruan(a)gmail.com> 3.23.0-1
- Updated to version 3.23.0
devede-3.23.0-ac3.patch:
devede | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE devede-3.23.0-ac3.patch ---
diff -durN devede-3.23.0.orig/devede devede-3.23.0/devede
--- devede-3.23.0.orig/devede 2012-10-20 20:32:18.000000000 +0200
+++ devede-3.23.0/devede 2012-10-28 11:20:06.587976601 +0100
@@ -262,7 +262,7 @@
global_vars["sub_codepage"]="ISO-8859-1"
global_vars["sub_language"]="EN (ENGLISH)"
global_vars["with_menu"]=True
-global_vars["AC3_fix"]=False
+global_vars["AC3_fix"]=True
global_vars["AC3_fix_ffmpeg"]=False
global_vars["AC3_fix_avconv"]=False
(a,b)=get_cores()
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/devede/F-17/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore 27 May 2012 10:39:40 -0000 1.23
+++ .cvsignore 28 Oct 2012 15:24:03 -0000 1.24
@@ -1 +1 @@
-devede-3.22.0.tar.bz2
+devede-3.23.0.tar.bz2
Index: devede.spec
===================================================================
RCS file: /cvs/free/rpms/devede/F-17/devede.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- devede.spec 27 May 2012 10:39:40 -0000 1.29
+++ devede.spec 28 Oct 2012 15:24:03 -0000 1.30
@@ -1,5 +1,5 @@
Name: devede
-Version: 3.22.0
+Version: 3.23.0
Release: 1%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
@@ -8,7 +8,7 @@
URL: http://www.rastersoft.com/programas/devede.html
Source0: http://www.rastersoft.com/descargas/%{name}-%{version}.tar.bz2
# Enable AC3_fix by default
-Patch0: %{name}-3.22.0-ac3.patch
+Patch0: %{name}-3.23.0-ac3.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -123,6 +123,9 @@
%changelog
+* Sun Oct 28 2012 Andrea Musuruane <musuruan(a)gmail.com> 3.23.0-1
+- Updated to version 3.23.0
+
* Sun May 27 2012 Andrea Musuruane <musuruan(a)gmail.com> 3.22.0-1
- Updated to version 3.22.0
- Moved icon in %%{_datadir}/icons/hicolor
Index: sources
===================================================================
RCS file: /cvs/free/rpms/devede/F-17/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources 27 May 2012 10:39:40 -0000 1.23
+++ sources 28 Oct 2012 15:24:03 -0000 1.24
@@ -1 +1 @@
-09ffebefe8903f8d9f2a8f142545e775 devede-3.22.0.tar.bz2
+c6c012630bb2492b1c9146c727681963 devede-3.23.0.tar.bz2
--- devede-3.22.0-ac3.patch DELETED ---
12 years, 3 months
rpms/devede/F-18 devede-3.23.0-ac3.patch, NONE, 1.1 .cvsignore, 1.23, 1.24 devede.spec, 1.29, 1.30 sources, 1.23, 1.24 devede-3.22.0-ac3.patch, 1.1, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/devede/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1720
Modified Files:
.cvsignore devede.spec sources
Added Files:
devede-3.23.0-ac3.patch
Removed Files:
devede-3.22.0-ac3.patch
Log Message:
* Sun Oct 28 2012 Andrea Musuruane <musuruan(a)gmail.com> 3.23.0-1
- Updated to version 3.23.0
devede-3.23.0-ac3.patch:
devede | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE devede-3.23.0-ac3.patch ---
diff -durN devede-3.23.0.orig/devede devede-3.23.0/devede
--- devede-3.23.0.orig/devede 2012-10-20 20:32:18.000000000 +0200
+++ devede-3.23.0/devede 2012-10-28 11:20:06.587976601 +0100
@@ -262,7 +262,7 @@
global_vars["sub_codepage"]="ISO-8859-1"
global_vars["sub_language"]="EN (ENGLISH)"
global_vars["with_menu"]=True
-global_vars["AC3_fix"]=False
+global_vars["AC3_fix"]=True
global_vars["AC3_fix_ffmpeg"]=False
global_vars["AC3_fix_avconv"]=False
(a,b)=get_cores()
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/devede/F-18/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore 27 May 2012 10:39:19 -0000 1.23
+++ .cvsignore 28 Oct 2012 15:17:30 -0000 1.24
@@ -1 +1 @@
-devede-3.22.0.tar.bz2
+devede-3.23.0.tar.bz2
Index: devede.spec
===================================================================
RCS file: /cvs/free/rpms/devede/F-18/devede.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- devede.spec 27 May 2012 10:39:19 -0000 1.29
+++ devede.spec 28 Oct 2012 15:17:31 -0000 1.30
@@ -1,5 +1,5 @@
Name: devede
-Version: 3.22.0
+Version: 3.23.0
Release: 1%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
@@ -8,7 +8,7 @@
URL: http://www.rastersoft.com/programas/devede.html
Source0: http://www.rastersoft.com/descargas/%{name}-%{version}.tar.bz2
# Enable AC3_fix by default
-Patch0: %{name}-3.22.0-ac3.patch
+Patch0: %{name}-3.23.0-ac3.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -123,6 +123,9 @@
%changelog
+* Sun Oct 28 2012 Andrea Musuruane <musuruan(a)gmail.com> 3.23.0-1
+- Updated to version 3.23.0
+
* Sun May 27 2012 Andrea Musuruane <musuruan(a)gmail.com> 3.22.0-1
- Updated to version 3.22.0
- Moved icon in %%{_datadir}/icons/hicolor
Index: sources
===================================================================
RCS file: /cvs/free/rpms/devede/F-18/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources 27 May 2012 10:39:19 -0000 1.23
+++ sources 28 Oct 2012 15:17:31 -0000 1.24
@@ -1 +1 @@
-09ffebefe8903f8d9f2a8f142545e775 devede-3.22.0.tar.bz2
+c6c012630bb2492b1c9146c727681963 devede-3.23.0.tar.bz2
--- devede-3.22.0-ac3.patch DELETED ---
12 years, 3 months
rpms/sox-plugins-freeworld/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 sox-plugins-freeworld.spec, 1.2, 1.3
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/sox-plugins-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29683
Modified Files:
.cvsignore sources sox-plugins-freeworld.spec
Log Message:
* Sun Oct 28 2012 Richard Shaw <hobbes1069(a)gmail.com> - 14.4.0-1
- Update to latest upstream release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/sox-plugins-freeworld/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 24 Mar 2012 19:46:44 -0000 1.2
+++ .cvsignore 28 Oct 2012 13:26:08 -0000 1.3
@@ -1 +1 @@
-sox-14.3.2.tar.gz
+sox-14.4.0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/sox-plugins-freeworld/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 24 Mar 2012 19:46:44 -0000 1.2
+++ sources 28 Oct 2012 13:26:08 -0000 1.3
@@ -1 +1 @@
-e9d35cf3b0f8878596e0b7c49f9e8302 sox-14.3.2.tar.gz
+b0c15cff7a4ba0ec17fdc74e6a1f9cf1 sox-14.4.0.tar.gz
Index: sox-plugins-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/sox-plugins-freeworld/devel/sox-plugins-freeworld.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sox-plugins-freeworld.spec 24 Mar 2012 20:02:48 -0000 1.2
+++ sox-plugins-freeworld.spec 28 Oct 2012 13:26:08 -0000 1.3
@@ -2,14 +2,15 @@
Summary: Additional (free) codecs for sox
Name: sox-plugins-freeworld
-Version: 14.3.2
-Release: 3%{?dist}
+Version: 14.4.0
+Release: 1%{?dist}
# sox.c is GPLv2, all other is LGPL2.1
License: GPLv2+ and LGPLv2+
Group: Applications/Multimedia
URL: http://sox.sourceforge.net/
-Source0: http://prdownloads.sourceforge.net/sox/sox-%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+
Patch0: 01-making-autoreconf-possible.patch
Patch1: 02-reconfigured-using-autoreconf.patch
Patch2: 03-adding-support-for-without-lpc.patch
@@ -93,6 +94,9 @@
%changelog
+* Sun Oct 28 2012 Richard Shaw <hobbes1069(a)gmail.com> - 14.4.0-1
+- Update to latest upstream release.
+
* Thu Mar 22 2012 Richard Shaw <hobbes1069(a)gmail.com> - 14.3.2-3
- Add patches to deal with bundled libraries.
12 years, 3 months