rpms/libva-intel-driver/devel libva-intel-driver.spec,1.12,1.13
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libva-intel-driver/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30306/devel
Modified Files:
libva-intel-driver.spec
Log Message:
Add missing BR
Index: libva-intel-driver.spec
===================================================================
RCS file: /cvs/free/rpms/libva-intel-driver/devel/libva-intel-driver.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libva-intel-driver.spec 12 Apr 2014 03:23:37 -0000 1.12
+++ libva-intel-driver.spec 12 Apr 2014 03:34:43 -0000 1.13
@@ -2,7 +2,7 @@
Name: libva-intel-driver
Version: 1.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: HW video decode support for Intel integrated graphics
Group: System Environment/Libraries
License: MIT and EPL
@@ -25,6 +25,7 @@
%{!?_without_wayland:
BuildRequires: wayland-devel
BuildRequires: pkgconfig(wayland-client) >= 1
+BuildRequires: pkgconfig(wayland-scanner) >= 1
}
@@ -66,6 +67,9 @@
%changelog
+* Sat Apr 12 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.3.0-2
+- Add missing wayland-scanner BR
+
* Sat Apr 12 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.3.0-1
- Update to 1.3.0
10 years, 7 months
rpms/libva-intel-driver/devel libva-1.2.2-backport.patch,1.1,NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libva-intel-driver/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30010/devel
Removed Files:
libva-1.2.2-backport.patch
Log Message:
Drop uneeded patch
--- libva-1.2.2-backport.patch DELETED ---
10 years, 7 months
rpms/libva-intel-driver/devel sources, 1.9, 1.10 .cvsignore, 1.8, 1.9 libva-intel-driver.spec, 1.11, 1.12
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libva-intel-driver/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29875
Modified Files:
sources .cvsignore libva-intel-driver.spec
Log Message:
Update to 1.3.0
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libva-intel-driver/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 17 Feb 2014 12:50:31 -0000 1.9
+++ sources 12 Apr 2014 03:23:37 -0000 1.10
@@ -1 +1 @@
-c07e0a05f7a9a5fbc61b09788a58f2d7 libva-intel-driver-1.2.2.tar.bz2
+26d5cb188b93e415e70ee662aad924f1 libva-intel-driver-1.3.0.tar.bz2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libva-intel-driver/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 17 Feb 2014 12:50:31 -0000 1.8
+++ .cvsignore 12 Apr 2014 03:23:37 -0000 1.9
@@ -1 +1 @@
-libva-intel-driver-1.2.2.tar.bz2
+libva-intel-driver-1.3.0.tar.bz2
Index: libva-intel-driver.spec
===================================================================
RCS file: /cvs/free/rpms/libva-intel-driver/devel/libva-intel-driver.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libva-intel-driver.spec 4 Mar 2014 19:02:47 -0000 1.11
+++ libva-intel-driver.spec 12 Apr 2014 03:23:37 -0000 1.12
@@ -1,18 +1,17 @@
#global _with_gen4asm 1
Name: libva-intel-driver
-Version: 1.2.2
-Release: 2%{?dist}
+Version: 1.3.0
+Release: 1%{?dist}
Summary: HW video decode support for Intel integrated graphics
Group: System Environment/Libraries
License: MIT and EPL
URL: http://freedesktop.org/wiki/Software/vaapi
Source0: http://www.freedesktop.org/software/vaapi/releases/%{name}/%{name}-%{vers...
-Patch0: libva-1.2.2-backport.patch
ExclusiveArch: %{ix86} x86_64 ia64
-BuildRequires: libtool
+#BuildRequires: libtool
%{?_with_gen4asm:BuildRequires: intel-gen4asm >= 1.2}
BuildRequires: pkgconfig(libudev)
@@ -20,14 +19,14 @@
BuildRequires: libXfixes-devel
BuildRequires: libdrm-devel >= 2.4.23
BuildRequires: libpciaccess-devel
-BuildRequires: libva-devel >= 1.0.16
+BuildRequires: libva-devel >= 1.3.0
BuildRequires: mesa-libGL-devel
+BuildRequires: mesa-libEGL-devel
+%{!?_without_wayland:
+BuildRequires: wayland-devel
+BuildRequires: pkgconfig(wayland-client) >= 1
+}
-#Introduced in F-17
-Provides: libva-freeworld = %{version}-%{release}
-Obsoletes: libva-freeworld < 1.0.15
-
-Requires: mesa-dri-filesystem
%description
HW video decode support for Intel integrated graphics.
@@ -35,7 +34,6 @@
%prep
%setup -q
-%patch0 -p1
%{?_with_gen4asm:
#Move pre-built (binary) asm code
for f in src/shaders/vme/*.g?b ; do
@@ -48,7 +46,7 @@
%build
-autoreconf -vif
+#autoreconf -vif
%configure --disable-static
make %{?_smp_mflags}
@@ -68,6 +66,9 @@
%changelog
+* Sat Apr 12 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.3.0-1
+- Update to 1.3.0
+
* Tue Mar 04 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.2-2
- Backport patch - rhbz#3193
10 years, 7 months
rpms/VirtualBox-kmod/F-19 VirtualBox-kmod.spec,1.69,1.70
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20479
Modified Files:
VirtualBox-kmod.spec
Log Message:
* Fri Apr 11 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.10-1
- New upstream release and build akmods .
Index: VirtualBox-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-kmod/F-19/VirtualBox-kmod.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- VirtualBox-kmod.spec 4 Apr 2014 16:48:28 -0000 1.69
+++ VirtualBox-kmod.spec 11 Apr 2014 18:37:16 -0000 1.70
@@ -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
-%global buildforkernels newest
+#global buildforkernels newest
# In prerelease builds (such as betas), this package has the same
# major version number, while the kernel module abi is not guarranteed
@@ -12,15 +12,15 @@
#global prerel RC4
%global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
-%global vboxrel 4
+%global vboxrel 1
%global vboxreltag %{?vboxrel:-%{vboxrel}}
# Allow only root to access vboxdrv regardless of the file mode
# use only for debugging!
%bcond_with hardening
Name: VirtualBox-kmod
-Version: 4.3.6
-Release: 2%{?prerel:.%{prerel}}%{?dist}.14
+Version: 4.3.10
+Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -98,6 +98,9 @@
%changelog
+* Fri Apr 11 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.10-1
+- New upstream release and build akmods .
+
* Fri Apr 04 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.6-2.14
- Rebuilt for kernel
10 years, 7 months
rpms/VirtualBox/F-19 .cvsignore, 1.52, 1.53 VirtualBox-4.3.0-VBoxGuestLib.patch, 1.1, 1.2 VirtualBox-4.3.0-libcxx.patch, 1.2, 1.3 VirtualBox-4.3.6-mesa.patch, 1.1, 1.2 VirtualBox.spec, 1.54, 1.55 sources, 1.52, 1.53 VirtualBox-00-vboxvideo.conf, 1.1, NONE VirtualBox-4.3.0-mesa.patch, 1.1, NONE
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16739
Modified Files:
.cvsignore VirtualBox-4.3.0-VBoxGuestLib.patch
VirtualBox-4.3.0-libcxx.patch VirtualBox-4.3.6-mesa.patch
VirtualBox.spec sources
Removed Files:
VirtualBox-00-vboxvideo.conf VirtualBox-4.3.0-mesa.patch
Log Message:
* Mon Mar 31 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.10-1
- In vboxvideo guest drive, don't patch the source code of Mesa part that use glapi and use bundled
x11include/mesa-7.2 headers of Mesa, which btw rawhide doesn't have it, F20 have glapi in xorg-x11-server-source, but by what
I saw, seems is not correct use it.
- New upstream release
- Drop upstream patch "39-fix-wrong-vboxvideo_drv-source.patch"
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-19/.cvsignore,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- .cvsignore 19 Dec 2013 00:40:45 -0000 1.52
+++ .cvsignore 11 Apr 2014 17:04:34 -0000 1.53
@@ -1 +1 @@
-VirtualBox-4.3.6.tar.bz2
+VirtualBox-4.3.10.tar.bz2
VirtualBox-4.3.0-VBoxGuestLib.patch:
Makefile.kmk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: VirtualBox-4.3.0-VBoxGuestLib.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-19/VirtualBox-4.3.0-VBoxGuestLib.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VirtualBox-4.3.0-VBoxGuestLib.patch 29 Oct 2013 04:10:28 -0000 1.1
+++ VirtualBox-4.3.0-VBoxGuestLib.patch 11 Apr 2014 17:04:34 -0000 1.2
@@ -1,5 +1,7 @@
---- ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk.guestlib 2013-10-27 20:50:38.091380572 +0000
-+++ ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk 2013-10-27 20:53:54.380791350 +0000
+when we use VBOX_USE_SYSTEM_XORG_HEADERS , we don't need compile the very old libXFree86 (from xfree86.org)
+Sérgio Basto <sergio(a)serjux.com>
+--- ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk.guestlib 2014-03-01 03:57:34.446124468 +0000
++++ ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk 2014-03-01 04:00:47.863997911 +0000
@@ -38,7 +38,7 @@ endif
LIBRARIES += \
VBoxGuestR3Lib \
@@ -8,4 +10,4 @@
+ifndef VBOX_USE_SYSTEM_XORG_HEADERS
if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd)
LIBRARIES += \
- VBoxGuestR3LibXFree86
+ VBoxGuestR3LibXFree86
VirtualBox-4.3.0-libcxx.patch:
./src/VBox/Runtime/Makefile.kmk | 2 +-
./src/VBox/Storage/testcase/Makefile.kmk | 4 ++--
./src/libs/kStuff/Makefile.kmk | 2 +-
Config.kmk | 4 ++--
b/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk | 2 +-
b/src/VBox/Additions/x11/VBoxClient/Makefile.kmk | 4 +---
b/src/VBox/HostDrivers/Support/Makefile.kmk | 2 +-
b/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk | 12 ++++++------
b/src/VBox/HostDrivers/win/Makefile.kmk | 2 +-
b/src/VBox/Installer/win/InstallHelper/Makefile.kmk | 2 +-
b/src/VBox/Installer/win/Resources/Makefile.kmk | 2 +-
configure | 2 +-
src/VBox/Installer/win/Stub/Makefile.kmk | 2 +-
src/libs/liblzf-3.4/Makefile.kmk | 2 +-
14 files changed, 21 insertions(+), 23 deletions(-)
Index: VirtualBox-4.3.0-libcxx.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-19/VirtualBox-4.3.0-libcxx.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VirtualBox-4.3.0-libcxx.patch 2 Nov 2013 12:01:57 -0000 1.2
+++ VirtualBox-4.3.0-libcxx.patch 11 Apr 2014 17:04:34 -0000 1.3
@@ -196,7 +196,7 @@
- vbox-img_LIBS += crypt
+ vbox-img_LIBS += crypto
ifdef SDK_VBOX_LIBXML2_LIBS
- vbox-img_LIBS += xml2 lzma
+ vbox-img_LIBS += xml2
endif
--- a/src/libs/liblzf-3.4/Makefile.kmk
+++ b/src/libs/liblzf-3.4/Makefile.kmk
VirtualBox-4.3.6-mesa.patch:
Makefile.kmk | 35 +++++++++++++++++++----------------
1 file changed, 19 insertions(+), 16 deletions(-)
Index: VirtualBox-4.3.6-mesa.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-19/VirtualBox-4.3.6-mesa.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VirtualBox-4.3.6-mesa.patch 26 Dec 2013 17:27:43 -0000 1.1
+++ VirtualBox-4.3.6-mesa.patch 11 Apr 2014 17:04:34 -0000 1.2
@@ -1,25 +1,5 @@
-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/common/crOpenGL/Makefile.kmk.mesa 2012-09-13 09:26:18.000000000 +0100
+++ ./src/VBox/Additions/common/crOpenGL/Makefile.kmk 2012-09-23 01:08:36.032101751 +0100
@@ -82,18 +82,12 @@ VBoxOGL_TEMPLATE = VBOXCROGLR3GUES
@@ -72,127 +52,3 @@
ifdef VBoxOGL_FAKEDRI
ifeq ($(KBUILD_TARGET), freebsd)
VBoxOGL_LIBS += \
---- ./src/VBox/Additions/common/crOpenGL/fakedri_drv.h.mesa 2013-12-18 16:06:06.000000000 +0000
-+++ ./src/VBox/Additions/common/crOpenGL/fakedri_drv.h 2013-12-24 17:01:55.086948605 +0000
-@@ -20,13 +20,6 @@
- #ifndef ___CROPENGL_FAKEDRIDRV_H
- #define ___CROPENGL_FAKEDRIDRV_H
-
--#include "src/mesa/main/mtypes.h"
--#include "src/mesa/main/dd.h"
--#include "src/mesa/glapi/dispatch.h"
--#include "src/mesa/glapi/glapi.h"
--#include "src/mesa/glapi/glapitable.h"
--#include "src/mesa/glapi/glapioffsets.h"
--#include "src/mesa/drivers/dri/common/dri_util.h"
- #include "GL/internal/dri_interface.h"
-
- #include "glx_proto.h"
---- ./src/VBox/Additions/common/crOpenGL/fakedri_drv.c.mesa 2013-12-18 16:06:06.000000000 +0000
-+++ ./src/VBox/Additions/common/crOpenGL/fakedri_drv.c 2013-12-24 19:56:30.880070340 +0000
-@@ -17,7 +17,12 @@
- */
-
- #define _GNU_SOURCE 1
-+#define HAVE_STRNDUP 1
-
-+#include <xf86.h>
-+#include <xf86drm.h>
-+#include <GL/gl.h>
-+#include <GL/glext.h>
- #include "cr_error.h"
- #include "cr_gl.h"
- #include "cr_mem.h"
-@@ -38,20 +42,6 @@
- #include <string.h>
- #endif
-
--/** X server message type definitions. */
--typedef enum {
-- X_PROBED, /* Value was probed */
-- X_CONFIG, /* Value was given in the config file */
-- X_DEFAULT, /* Value is a default */
-- X_CMDLINE, /* Value was given on the command line */
-- X_NOTICE, /* Notice */
-- X_ERROR, /* Error message */
-- X_WARNING, /* Warning message */
-- X_INFO, /* Informational message */
-- X_NONE, /* No prefix */
-- X_NOT_IMPLEMENTED, /* Not implemented */
-- X_UNKNOWN = -1 /* unknown -- this must always be last */
--} MessageType;
-
- #define VBOX_NO_MESA_PATCH_REPORTS
-
-@@ -127,7 +117,6 @@ typedef struct _FAKEDRI_PatchNode
- static FAKEDRI_PatchNode *g_pFreeList=NULL, *g_pRepatchList=NULL;
- #endif
-
--static struct _glapi_table* vbox_glapi_table = NULL;
- fakedri_glxapi_table glxim;
-
- static const __DRIextension **gppSwDriExternsion = NULL;
-@@ -136,54 +125,6 @@ static const __DRIswrastExtension *gpSwD
-
- extern const __DRIextension * __driDriverExtensions[];
-
--#define VBOX_SET_MESA_FUNC(table, name, func) \
-- if (_glapi_get_proc_offset(name)>=0) SET_by_offset(table, _glapi_get_proc_offset(name), func); \
-- else crWarning("%s not found in mesa table", name)
--
--#define GLAPI_ENTRY(Func) VBOX_SET_MESA_FUNC(vbox_glapi_table, "gl"#Func, cr_gl##Func);
--
--static void
--vboxPatchMesaExport(const char* psFuncName, const void *pStart, const void *pEnd);
--
--static void
--vboxPatchMesaGLAPITable()
--{
-- void *pGLTable;
--
-- pGLTable = (void *)_glapi_get_dispatch();
-- vbox_glapi_table = crAlloc(_glapi_get_dispatch_table_size() * sizeof (void *));
-- if (!vbox_glapi_table)
-- {
-- crError("Not enough memory to allocate dispatch table");
-- }
-- crMemcpy(vbox_glapi_table, pGLTable, _glapi_get_dispatch_table_size() * sizeof (void *));
--
-- #include "fakedri_glfuncsList.h"
--
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glBlendEquationSeparateEXT", cr_glBlendEquationSeparate);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glSampleMaskSGIS", cr_glSampleMaskEXT);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glSamplePatternSGIS", cr_glSamplePatternEXT);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glWindowPos2dMESA", cr_glWindowPos2d);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glWindowPos2dvMESA", cr_glWindowPos2dv);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glWindowPos2fMESA", cr_glWindowPos2f);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glWindowPos2fvMESA", cr_glWindowPos2fv);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glWindowPos2iMESA", cr_glWindowPos2i);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glWindowPos2ivMESA", cr_glWindowPos2iv);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glWindowPos2sMESA", cr_glWindowPos2s);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glWindowPos2svMESA", cr_glWindowPos2sv);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glWindowPos3dMESA", cr_glWindowPos3d);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glWindowPos3dvMESA", cr_glWindowPos3dv);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glWindowPos3fMESA", cr_glWindowPos3f);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glWindowPos3fvMESA", cr_glWindowPos3fv);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glWindowPos3iMESA", cr_glWindowPos3i);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glWindowPos3ivMESA", cr_glWindowPos3iv);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glWindowPos3sMESA", cr_glWindowPos3s);
-- VBOX_SET_MESA_FUNC(vbox_glapi_table, "glWindowPos3svMESA", cr_glWindowPos3sv);
--
-- _glapi_set_dispatch(vbox_glapi_table);
--};
--#undef GLAPI_ENTRY
--
- #define GLXAPI_ENTRY(Func) pGLXTable->Func = VBOXGLXTAG(glX##Func);
- static void
- vboxFillGLXAPITable(fakedri_glxapi_table *pGLXTable)
-@@ -686,7 +627,7 @@ void __attribute__ ((constructor)) vbox_
- * Note, we don't need to install extension functions via _glapi_add_dispatch, because we'd override glXGetProcAddress.
- */
- /* Mesa's dispatch table is different across library versions, have to modify mesa's table using offset info functions*/
-- vboxPatchMesaGLAPITable();
-+ //vboxPatchMesaGLAPITable();
-
- /* Handle glx api.
- * In the end application call would look like this:
Index: VirtualBox.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-19/VirtualBox.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- VirtualBox.spec 26 Dec 2013 17:27:43 -0000 1.54
+++ VirtualBox.spec 11 Apr 2014 17:04:34 -0000 1.55
@@ -26,8 +26,8 @@
#endif
Name: VirtualBox
-Version: 4.3.6
-Release: 4%{?prerel:.%{prerel}}%{?dist}
+Version: 4.3.10
+Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -39,7 +39,6 @@
Source6: VirtualBox.modules
Source7: VirtualBox-guest.modules
Source8: VirtualBox-vboxresize.desktop
-Source9: VirtualBox-00-vboxvideo.conf
Source10: vboxweb.service
Source11: vboxservice.service
Patch1: VirtualBox-OSE-4.1.4-noupdate.patch
@@ -207,8 +206,12 @@
%endif
rm -rf tools
# Remove bundle X11 sources and some lib sources, before patching.
-rm -rf src/VBox/Additions/x11/x11include
+mv src/VBox/Additions/x11/x11include/mesa-7.2 .
+rm -rf src/VBox/Additions/x11/x11include/*
+mv mesa-7.2 src/VBox/Additions/x11/x11include/
+
rm -rf src/VBox/Additions/x11/x11stubs
+rm -rf src/VBox/GuestHost/OpenGL/include/GL
rm -rf src/libs/boost-1.37.0/
#rm -rf src/libs/liblzf-3.4/
rm -rf src/libs/libxml2-2.6.31/
@@ -401,11 +404,6 @@
obj/bin/additions/VBoxClient \
obj/bin/additions/VBoxControl
-# this is fix a long time
-# Ideally, Xorg should autodetect this, but for some reason it no longer does
-#install -m 0644 -D %{SOURCE9} \
-# $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-vboxvideo.conf
-
%if %{enable_webservice}
install -m 0644 -D %{SOURCE10} \
$RPM_BUILD_ROOT%{_unitdir}/vboxweb.service
@@ -607,7 +605,6 @@
%{_libdir}/xorg/modules/drivers/*
%{_libdir}/dri/*
%{_libdir}/VBoxOGL*.so
-#{_sysconfdir}/X11/xorg.conf.d/00-vboxvideo.conf
%{_sysconfdir}/X11/xinit/xinitrc.d/98vboxadd-xclient.sh
#%{_sysconfdir}/xdg/autostart/vboxclient.desktop
%exclude %{_datadir}/gdm
@@ -622,6 +619,22 @@
%changelog
+* Mon Mar 31 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.10-1
+- In vboxvideo guest drive, don't patch the source code of Mesa part that use glapi and use bundled
+ x11include/mesa-7.2 headers of Mesa, which btw rawhide doesn't have it, F20 have glapi in xorg-x11-server-source, but by what
+ I saw, seems is not correct use it.
+- New upstream release
+- Drop upstream patch "39-fix-wrong-vboxvideo_drv-source.patch"
+
+* Sun Mar 16 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.8-2
+- some cleanups and improvements.
+
+* Thu Mar 13 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.8-1
+- Update to 4.3.8, need an upstream patch
+ 39-fix-wrong-vboxvideo_drv-source.patch
+- No need patch Config.kmk in VirtualBox-4.3.6-mesa.patch
+- small adjustments in others patches.
+
* Wed Dec 25 2013 Sérgio Basto <sergio(a)serjux.com> - 4.3.6-4
- Update VirtualBox-4.3-mesa.patch, for guest drives and for Xorg-x11-server-1.14.99 in rawhide, glx internals "fixes" completely removed, eliminating BuildRequires of xorg-x11-server-source.
Also add to VBoxOGL_LIBS libXcomposite, libXdamage etc of the system.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-19/sources,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- sources 19 Dec 2013 00:40:45 -0000 1.52
+++ sources 11 Apr 2014 17:04:34 -0000 1.53
@@ -1 +1 @@
-4bc874039f169215152fb40ca5062784 VirtualBox-4.3.6.tar.bz2
+c3e9e61d5ed7c672bfc747fb8df4367b VirtualBox-4.3.10.tar.bz2
--- VirtualBox-00-vboxvideo.conf DELETED ---
--- VirtualBox-4.3.0-mesa.patch DELETED ---
10 years, 7 months
rpms/libmms/F-19 .cvsignore, 1.7, 1.8 libmms.spec, 1.11, 1.12 sources, 1.7, 1.8
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/libmms/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25480
Modified Files:
.cvsignore libmms.spec sources
Log Message:
* Thu Apr 10 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.6.4-1
- New upstream bugfix release 0.6.4
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libmms/F-19/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 6 Apr 2014 08:08:17 -0000 1.7
+++ .cvsignore 10 Apr 2014 12:51:00 -0000 1.8
@@ -1 +1 @@
-libmms-0.6.3.tar.gz
+libmms-0.6.4.tar.gz
Index: libmms.spec
===================================================================
RCS file: /cvs/free/rpms/libmms/F-19/libmms.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libmms.spec 6 Apr 2014 08:08:18 -0000 1.11
+++ libmms.spec 10 Apr 2014 12:51:00 -0000 1.12
@@ -1,5 +1,5 @@
Name: libmms
-Version: 0.6.3
+Version: 0.6.4
Release: 1%{?dist}
Summary: Library for Microsoft Media Server (MMS) streaming protocol
License: LGPLv2+
@@ -54,6 +54,9 @@
%changelog
+* Thu Apr 10 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.6.4-1
+- New upstream bugfix release 0.6.4
+
* Sun Apr 06 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.6.3-1
- New upstream bugfix release 0.6.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libmms/F-19/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 6 Apr 2014 08:08:18 -0000 1.7
+++ sources 10 Apr 2014 12:51:00 -0000 1.8
@@ -1 +1 @@
-638eab316b311cdfa862c07d609ce071 libmms-0.6.3.tar.gz
+d6b665b335a6360e000976e770da7691 libmms-0.6.4.tar.gz
10 years, 7 months
rpms/libmms/F-20 .cvsignore, 1.7, 1.8 libmms.spec, 1.11, 1.12 sources, 1.7, 1.8
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/libmms/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25351
Modified Files:
.cvsignore libmms.spec sources
Log Message:
* Thu Apr 10 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.6.4-1
- New upstream bugfix release 0.6.4
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libmms/F-20/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 6 Apr 2014 08:08:01 -0000 1.7
+++ .cvsignore 10 Apr 2014 12:50:46 -0000 1.8
@@ -1 +1 @@
-libmms-0.6.3.tar.gz
+libmms-0.6.4.tar.gz
Index: libmms.spec
===================================================================
RCS file: /cvs/free/rpms/libmms/F-20/libmms.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libmms.spec 6 Apr 2014 08:08:01 -0000 1.11
+++ libmms.spec 10 Apr 2014 12:50:46 -0000 1.12
@@ -1,5 +1,5 @@
Name: libmms
-Version: 0.6.3
+Version: 0.6.4
Release: 1%{?dist}
Summary: Library for Microsoft Media Server (MMS) streaming protocol
License: LGPLv2+
@@ -54,6 +54,9 @@
%changelog
+* Thu Apr 10 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.6.4-1
+- New upstream bugfix release 0.6.4
+
* Sun Apr 06 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.6.3-1
- New upstream bugfix release 0.6.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libmms/F-20/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 6 Apr 2014 08:08:01 -0000 1.7
+++ sources 10 Apr 2014 12:50:46 -0000 1.8
@@ -1 +1 @@
-638eab316b311cdfa862c07d609ce071 libmms-0.6.3.tar.gz
+d6b665b335a6360e000976e770da7691 libmms-0.6.4.tar.gz
10 years, 7 months
rpms/libmms/devel .cvsignore, 1.7, 1.8 libmms.spec, 1.11, 1.12 sources, 1.7, 1.8
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/libmms/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25218
Modified Files:
.cvsignore libmms.spec sources
Log Message:
* Thu Apr 10 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.6.4-1
- New upstream bugfix release 0.6.4
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libmms/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 6 Apr 2014 08:07:25 -0000 1.7
+++ .cvsignore 10 Apr 2014 12:50:19 -0000 1.8
@@ -1 +1 @@
-libmms-0.6.3.tar.gz
+libmms-0.6.4.tar.gz
Index: libmms.spec
===================================================================
RCS file: /cvs/free/rpms/libmms/devel/libmms.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libmms.spec 6 Apr 2014 08:07:25 -0000 1.11
+++ libmms.spec 10 Apr 2014 12:50:19 -0000 1.12
@@ -1,5 +1,5 @@
Name: libmms
-Version: 0.6.3
+Version: 0.6.4
Release: 1%{?dist}
Summary: Library for Microsoft Media Server (MMS) streaming protocol
License: LGPLv2+
@@ -54,6 +54,9 @@
%changelog
+* Thu Apr 10 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.6.4-1
+- New upstream bugfix release 0.6.4
+
* Sun Apr 06 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.6.3-1
- New upstream bugfix release 0.6.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libmms/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 6 Apr 2014 08:07:25 -0000 1.7
+++ sources 10 Apr 2014 12:50:19 -0000 1.8
@@ -1 +1 @@
-638eab316b311cdfa862c07d609ce071 libmms-0.6.3.tar.gz
+d6b665b335a6360e000976e770da7691 libmms-0.6.4.tar.gz
10 years, 7 months
rpms/nvidia-kmod/F-20 nvidia-kmod.spec, 1.171, 1.172 nvidia-kmodtool-excludekernel-filterfile, 1.5, 1.6
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12917/F-20
Modified Files:
nvidia-kmod.spec nvidia-kmodtool-excludekernel-filterfile
Log Message:
Avoid to build lpae on ARM
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-20/nvidia-kmod.spec,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- nvidia-kmod.spec 9 Apr 2014 11:40:22 -0000 1.171
+++ nvidia-kmod.spec 9 Apr 2014 17:40:25 -0000 1.172
@@ -9,7 +9,7 @@
Epoch: 1
Version: 331.67
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -99,6 +99,9 @@
%changelog
+* Wed Apr 09 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-2
+- Avoid lpae kvarriant on arm
+
* Wed Apr 09 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.67-1
- Update to 331.67 release
Index: nvidia-kmodtool-excludekernel-filterfile
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-20/nvidia-kmodtool-excludekernel-filterfile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nvidia-kmodtool-excludekernel-filterfile 31 Oct 2009 12:01:56 -0000 1.5
+++ nvidia-kmodtool-excludekernel-filterfile 9 Apr 2014 17:40:25 -0000 1.6
@@ -0,0 +1 @@
+lpae$
10 years, 7 months
rpms/nvidia-kmod/devel nvidia-kmod.spec, 1.155, 1.156 nvidia-kmodtool-excludekernel-filterfile, 1.5, 1.6
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12738/devel
Modified Files:
nvidia-kmod.spec nvidia-kmodtool-excludekernel-filterfile
Log Message:
Avoid to build on arm lpae
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- nvidia-kmod.spec 8 Apr 2014 14:54:26 -0000 1.155
+++ nvidia-kmod.spec 9 Apr 2014 17:37:54 -0000 1.156
@@ -9,7 +9,7 @@
Epoch: 1
Version: 337.12
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -99,6 +99,9 @@
%changelog
+* Wed Apr 09 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:337.12-2
+- Avoid lpae kvarriant on arm
+
* Tue Apr 08 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:337.12-1
- Update to 337.12
Index: nvidia-kmodtool-excludekernel-filterfile
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmodtool-excludekernel-filterfile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nvidia-kmodtool-excludekernel-filterfile 31 Oct 2009 12:01:56 -0000 1.5
+++ nvidia-kmodtool-excludekernel-filterfile 9 Apr 2014 17:37:54 -0000 1.6
@@ -0,0 +1 @@
+lpae$
10 years, 7 months