[VirtualBox] Rebase VirtualBox-5.0.22-guest_soname.patch
by Sérgio M. Basto
commit a30ccdd83b72e261df9ab5e8efa3e8177f20e73b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Oct 14 04:26:48 2016 +0100
Rebase VirtualBox-5.0.22-guest_soname.patch
VirtualBox-5.0.22-guest_soname.patch | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/VirtualBox-5.0.22-guest_soname.patch b/VirtualBox-5.0.22-guest_soname.patch
index 6447ffb..df507a7 100644
--- a/VirtualBox-5.0.22-guest_soname.patch
+++ b/VirtualBox-5.0.22-guest_soname.patch
@@ -1,7 +1,7 @@
Do not change SONAME in Linux for VBoxOGL and VBoxEGL
---- ./src/VBox/Additions/common/crOpenGL/Makefile.kmk.orig 2016-07-15 23:07:46.253032128 +0200
-+++ ./src/VBox/Additions/common/crOpenGL/Makefile.kmk 2016-07-15 23:20:17.923679249 +0200
-@@ -221,7 +221,6 @@
+--- ./src/VBox/Additions/common/crOpenGL/Makefile.kmk.orig 2016-10-14 03:28:39.435782415 +0100
++++ ./src/VBox/Additions/common/crOpenGL/Makefile.kmk 2016-10-14 03:28:59.434036287 +0100
+@@ -245,7 +245,6 @@ endif
dl
endif
else
@@ -9,9 +9,9 @@ Do not change SONAME in Linux for VBoxOGL and VBoxEGL
VBoxOGL_LDFLAGS.linux += -Wl,-e,LibMain
endif
endif
-@@ -705,7 +704,6 @@
- VBoxEGL_SOURCES = egl.c
+@@ -731,7 +730,6 @@ ifndef VBOX_USE_SYSTEM_XORG_HEADERS
VBoxEGL_INCS = $(VBOX_PATH_X11_ROOT)/mesa-11.0.7
+ endif
VBoxEGL_LIBS = $(VBOX_LIB_OGL) $(VBOX_LIB_IPRT_GUEST_R3_SHARED)
-VBoxEGL_SONAME.linux = libEGL.so.1
8 years, 2 months
[VirtualBox] Add more one ifdef in VirtualBox-5.0.18-xserver_guest.patch
by Sérgio M. Basto
commit 5295a4e050a1eefcf840288990ebf304e9c153ab
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Oct 14 02:47:42 2016 +0100
Add more one ifdef in VirtualBox-5.0.18-xserver_guest.patch
VirtualBox-5.0.18-xserver_guest.patch | 12 ++++++++++++
VirtualBox.spec | 8 +++++++-
2 files changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/VirtualBox-5.0.18-xserver_guest.patch b/VirtualBox-5.0.18-xserver_guest.patch
index 5beefb8..d9d2ccb 100644
--- a/VirtualBox-5.0.18-xserver_guest.patch
+++ b/VirtualBox-5.0.18-xserver_guest.patch
@@ -117,3 +117,15 @@ xf86_ansic.h doesn't exist anymore.
SYSMODS := $(filter-out vboxvideo_drv%,$(SYSMODS))
vboxvideo_drv_system_TEMPLATE = VBOXGUESTR3XORGMOD
vboxvideo_drv_system_CFLAGS := \
+--- ./src/VBox/Additions/common/crOpenGL/Makefile.kmk.orig 2016-10-12 02:45:13.748143934 +0100
++++ ./src/VBox/Additions/common/crOpenGL/Makefile.kmk 2016-10-13 23:20:27.876516475 +0100
+@@ -709,7 +709,9 @@ $(VBOX_PATH_CROGL_GENFILES)/feedbackspu_
+
+ VBoxEGL_TEMPLATE = VBOXCROGLR3GUESTDLL
+ VBoxEGL_SOURCES = egl.c
++ifndef VBOX_USE_SYSTEM_XORG_HEADERS
+ VBoxEGL_INCS = $(VBOX_PATH_X11_ROOT)/mesa-11.0.7
++endif
+ VBoxEGL_LIBS = $(VBOX_LIB_OGL) $(VBOX_LIB_IPRT_GUEST_R3_SHARED)
+ VBoxEGL_SONAME.linux = libEGL.so.1
+
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 1a925d2..3116942 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -25,7 +25,7 @@
Name: VirtualBox
Version: 5.1.6
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -754,12 +754,18 @@ getent group vboxsf >/dev/null || groupadd -r vboxsf 2>&1
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Thu Oct 13 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.6-5
+- Add more one ifdef in VirtualBox-5.0.18-xserver_guest.patch
+
* Wed Oct 12 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.6-4
- Some fixes:
Add full description on %{name} package.
Fix requires on sub-packages to %{name}-server.
Add %{?_isa}.
Do not provide %{name}-gui, we don't use it and it is ambiguous.
+- Refactor the patch VirtualBox-5.0.18-xserver_guest.patch
+ using VBOX_USE_SYSTEM_XORG_HEADERS instead drop and replace code, for
+ include upstream, also add MIT License.
* Sat Oct 08 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.6-3
- rfbz#1169 v2, use another sub-package schema.
8 years, 2 months
[kdenlive/f25] Update to 16.08.2
by Sérgio M. Basto
Summary of changes:
7294c01... Update to 16.08.2 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[kdenlive] Update to 16.08.2
by Sérgio M. Basto
commit 7294c012087c7a21197352d32d141cbcd26f6f0f
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Oct 13 18:40:41 2016 +0100
Update to 16.08.2
- Scriplets fixed by upstream
.gitignore | 1 +
kdenlive.spec | 16 +++++-----------
sources | 2 +-
3 files changed, 7 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b04341..6780ba3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/kdenlive-16.04.3.tar.xz
/kdenlive-16.08.0.tar.xz
/kdenlive-16.08.1.tar.xz
+/kdenlive-16.08.2.tar.xz
diff --git a/kdenlive.spec b/kdenlive.spec
index a66febe..00baceb 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -1,7 +1,7 @@
Name: kdenlive
Summary: Non-linear video editor
-Version: 16.08.1
+Version: 16.08.2
Release: 1%{?dist}
License: GPLv2+
@@ -90,16 +90,6 @@ make %{?_smp_mflags} -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
-## unpackaged files
-# legacy/deprecated/unused bits
-rm -rfv %{buildroot}%{_kf5_datadir}/menu/
-rm -rfv %{buildroot}%{_kf5_datadir}/pixmaps/
-
-# fix/rename appdata
-mv %{buildroot}%{_kf5_datadir}/appdata/%{name}.appdata.xml \
- %{buildroot}%{_kf5_datadir}/appdata/org.kde.%{name}.appdata.xml
-
-
%check
appstream-util validate-relax --nonet %{buildroot}%{_kf5_datadir}/appdata/org.kde.%{name}.appdata.xml ||:
desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop
@@ -149,6 +139,10 @@ fi
%changelog
+* Thu Oct 13 2016 Sérgio Basto <sergio(a)serjux.com> - 16.08.2-1
+- Update to 16.08.2
+- Scriplets fixed by upstream
+
* Fri Sep 16 2016 Sérgio Basto <sergio(a)serjux.com> - 16.08.1-1
- Update to 16.08.1
- Requires mlt-freeworld on F25+
diff --git a/sources b/sources
index 6bee769..fcd1dbd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a33e99f5ebea49a6468f79cbe82bf026 kdenlive-16.08.1.tar.xz
+3810b3b698b250b751ec071fa117abb1 kdenlive-16.08.2.tar.xz
8 years, 2 months
[ffmpegthumbs] Uploading: ffmpegthumbs-16.08.2.tar.xz
by Sérgio M. Basto
commit bc1b7afc8809abff089ddb822bbec89d24928665
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Oct 13 17:15:11 2016 +0100
Uploading: ffmpegthumbs-16.08.2.tar.xz
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 8a247f7..33ed1bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ ffmpegthumbs-4.13.97.tar.xz
/ffmpegthumbs-16.04.2.tar.xz
/ffmpegthumbs-16.04.3.tar.xz
/ffmpegthumbs-16.08.1.tar.xz
+/ffmpegthumbs-16.08.2.tar.xz
diff --git a/sources b/sources
index 433f53a..d86b558 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec004c7d53087551199289e482bab982 ffmpegthumbs-16.08.1.tar.xz
+a3281cda0f703155ee2e13177b1604a7 ffmpegthumbs-16.08.2.tar.xz
8 years, 2 months
[ffmpegthumbs/f25] Update to 16.08.2
by Sérgio M. Basto
Summary of changes:
bdf4b3f... Update to 16.08.2 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[ffmpegthumbs] Update to 16.08.2
by Sérgio M. Basto
commit bdf4b3f620d2c8acd793a3d6ccc45f14ae59c446
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Oct 13 17:05:34 2016 +0100
Update to 16.08.2
ffmpegthumbs.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec
index 81aae10..fa4e083 100644
--- a/ffmpegthumbs.spec
+++ b/ffmpegthumbs.spec
@@ -1,5 +1,5 @@
Name: ffmpegthumbs
-Version: 16.08.1
+Version: 16.08.2
Release: 1%{?dist}
Summary: KDE ffmpegthumbnailer service
@@ -56,6 +56,9 @@ make install/fast -C %{_target_platform} DESTDIR=%{buildroot}
%{_kf5_datadir}/kservices5/ffmpegthumbs.desktop
%changelog
+* Thu Oct 13 2016 Sérgio Basto <sergio(a)serjux.com> - 16.08.2-1
+- Update to 16.08.2
+
* Thu Sep 15 2016 Sérgio Basto <sergio(a)serjux.com> - 16.08.1-1
- Update to 16.08.1
- Drop Port-to-libavfilter-for-deinterlacing.patch is upstreamed.
8 years, 2 months
[simplescreenrecorder/f23] (4 commits) ...Merge patch from Sérgio Basto.
by Vasiliy Glazov
Summary of changes:
d8b4314... Correct use of macro for ARM builds. (*)
c17f57e... Switch to use Qt5. (*)
c32d012... Correct name-repeated-in-summary warning. (*)
8d55ed1... Merge patch from Sérgio Basto. (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[simplescreenrecorder/f24] (4 commits) ...Merge patch from Sérgio Basto.
by Vasiliy Glazov
Summary of changes:
d8b4314... Correct use of macro for ARM builds. (*)
c17f57e... Switch to use Qt5. (*)
c32d012... Correct name-repeated-in-summary warning. (*)
8d55ed1... Merge patch from Sérgio Basto. (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months