[kdenlive] Update to 16.08.1
by Sérgio M. Basto
commit d2641b620d9edc38d07246667e9942c99b40d962
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 16 01:38:43 2016 +0100
Update to 16.08.1
- Requires mlt-freeworld on F25+
.gitignore | 1 +
kdenlive.spec | 10 +++++++++-
sources | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1c77d64..3b04341 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/kdenlive-16.04.3.tar.xz
/kdenlive-16.08.0.tar.xz
+/kdenlive-16.08.1.tar.xz
diff --git a/kdenlive.spec b/kdenlive.spec
index eb16509..a66febe 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -1,7 +1,7 @@
Name: kdenlive
Summary: Non-linear video editor
-Version: 16.08.0
+Version: 16.08.1
Release: 1%{?dist}
License: GPLv2+
@@ -61,7 +61,11 @@ BuildRequires: kf5-kinit-devel
Requires: dvdauthor
Requires: dvgrab
Requires: ffmpeg
+%if 0%{?fedora} > 24
+Requires: mlt-freeworld%{?_isa} >= %{mlt_version}
+%else
Requires: mlt%{?_isa} >= %{mlt_version}
+%endif
Requires: recordmydesktop
Requires: qt5-qtquickcontrols
@@ -145,6 +149,10 @@ fi
%changelog
+* 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+
+
* Tue Aug 23 2016 Sérgio Basto <sergio(a)serjux.com> - 16.08.0-1
- Kdenlive 16.08.0 is here
diff --git a/sources b/sources
index 526c538..6bee769 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-007ba69109b1775e7bce2b23b7dbf89c kdenlive-16.08.0.tar.xz
+a33e99f5ebea49a6468f79cbe82bf026 kdenlive-16.08.1.tar.xz
8 years, 2 months
[ffmpegthumbs/f24] Update to 16.08.1
by Sérgio M. Basto
Summary of changes:
3b42fa4... Update to 16.08.1 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[ffmpegthumbs/f25] Update to 16.08.1
by Sérgio M. Basto
Summary of changes:
3b42fa4... Update to 16.08.1 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[ffmpegthumbs] Update to 16.08.1
by Sérgio M. Basto
commit 3b42fa4d2849db37c9f57738065c794a72e6aa35
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 16 00:33:01 2016 +0100
Update to 16.08.1
- Drop Port-to-libavfilter-for-deinterlacing.patch is upstreamed.
.gitignore | 1 +
Port-to-libavfilter-for-deinterlacing.patch | 319 ----------------------------
ffmpegthumbs.spec | 15 +-
sources | 2 +-
4 files changed, 10 insertions(+), 327 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd1f39b..8a247f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,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
diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec
index 0e42d0c..81aae10 100644
--- a/ffmpegthumbs.spec
+++ b/ffmpegthumbs.spec
@@ -1,6 +1,5 @@
-
-Name: ffmpegthumbs
-Version: 16.04.3
+Name: ffmpegthumbs
+Version: 16.08.1
Release: 1%{?dist}
Summary: KDE ffmpegthumbnailer service
@@ -13,7 +12,6 @@ URL: https://projects.kde.org/projects/kde/kdemultimedia/%{name}
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{v...
-Patch0: Port-to-libavfilter-for-deinterlacing.patch
BuildRequires: extra-cmake-modules
%if 0%{?fedora} > 23
@@ -37,7 +35,6 @@ KDE ffmpegthumbnailer service
%prep
%setup -q
-%patch0 -p1
%build
@@ -59,11 +56,15 @@ make install/fast -C %{_target_platform} DESTDIR=%{buildroot}
%{_kf5_datadir}/kservices5/ffmpegthumbs.desktop
%changelog
+* 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.
+
* Sat Aug 20 2016 Sérgio Basto <sergio(a)serjux.com> - 16.04.3-1
-- Update to 16.04.3, rfbz #4164, following kdemultimedia of Fedora proper,
+- Update to 16.04.3, rfbz #4164, following kdemultimedia of Fedora proper,
the ffmpegthumbs package is not ffmpegthumbnailer, neither kffmpegthumbnailer
packages, these 3 packages have a very similar names but just ffmpegthumbs is
- part of kdemultimedia.
+ part of kdemultimedia.
* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 16.04.2-3
- Rebuilt for ffmpeg-3.1.1
diff --git a/sources b/sources
index b0eb243..433f53a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aaba70e9a6eb5212fa16c2464355984a ffmpegthumbs-16.04.3.tar.xz
+ec004c7d53087551199289e482bab982 ffmpegthumbs-16.08.1.tar.xz
8 years, 2 months
[VirtualBox] Add changelog.
by Sérgio M. Basto
commit 0e3c298746a17d6365b67fa9c411ffbd69c8cf8d
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Sep 15 23:26:28 2016 +0100
Add changelog.
VirtualBox.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index dcf2531..885baf1 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -26,7 +26,7 @@
Name: VirtualBox
Version: 5.1.6
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -693,6 +693,11 @@ fi
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Thu Sep 15 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.6-2
+- Set attributes on make install
+- Packaging:Scriptlets review Systemd, Icon Cache, mimeinfo and
+ desktop-database
+
* Tue Sep 13 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.6-1
- Update VBox to 5.1.6
8 years, 2 months
[VirtualBox-kmod] rename VirtualBox-OSE-kmod-1.6.4-kernel-variants.txt
by Sérgio M. Basto
commit 954d0b21c03e977439010e8a8a8b1ea0a0db6956
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Sep 15 23:14:11 2016 +0100
rename VirtualBox-OSE-kmod-1.6.4-kernel-variants.txt
to VirtualBox-kmod-excludekernel-filter.txt and
sync spec with github.com/sergiomb2/VirtualBox/tree/devel
...iants.txt => VirtualBox-kmod-excludekernel-filter.txt | 0
VirtualBox-kmod.spec | 16 +++++++++++-----
2 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/VirtualBox-OSE-kmod-1.6.4-kernel-variants.txt b/VirtualBox-kmod-excludekernel-filter.txt
similarity index 100%
rename from VirtualBox-OSE-kmod-1.6.4-kernel-variants.txt
rename to VirtualBox-kmod-excludekernel-filter.txt
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 9fc5cce..bb7861b 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -15,8 +15,8 @@
# major version number, while the kernel module abi is not guarranteed
# to be stable. This is so that we force the module update in sync with
# userspace.
-#global prerel RC4
-%global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
+#global prerel 106108
+%global prereltag %{?prerel:-%(awk 'BEGIN {print toupper("%{prerel}")}')}
%global vboxrel 1
%global vboxreltag %{?vboxrel:-%{vboxrel}}
@@ -35,7 +35,7 @@ Group: System Environment/Kernel
License: GPLv2 or CDDL
URL: http://www.virtualbox.org/wiki/VirtualBox
# This filters out the XEN kernel, since we don't run on XEN
-Source1: VirtualBox-OSE-kmod-1.6.4-kernel-variants.txt
+Source1: VirtualBox-kmod-excludekernel-filter.txt
%global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-kmodsrc >= %{version}%{vboxreltag}, xz, time
BuildRequires: %{AkmodsBuildRequires}
@@ -126,11 +126,17 @@ DIRS=$(ls %{name}-%{version} |wc -l)
* Wed Jun 29 2016 Sérgio Basto <sergio(a)serjux.com> - 5.0.24-1
- Update VirtualBox to 5.0.24
-- No more obsolete VirtualBox-OSE , simplify snippets
+- No more obsolete VirtualBox-OSE , simplify snippets
* Fri Jun 24 2016 Sérgio Basto <sergio(a)serjux.com> - 5.0.22-1
- Update to 5.0.22
+* Sat Apr 23 2016 Sérgio Basto <sergio(a)serjux.com> - 5.0.18-1
+- Update to 5.0.18
+
+* Sun Mar 20 2016 Sérgio Basto <sergio(a)serjux.com> - 5.0.17-1.106108
+- Update to 5.0.17
+
* Mon Mar 14 2016 Sérgio Basto <sergio(a)serjux.com> - 5.0.16-2
- Force use of VirtualBox-kmodsrc-5.0.16-3
@@ -395,7 +401,7 @@ DIRS=$(ls %{name}-%{version} |wc -l)
- New release.
* Sun Dec 11 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-2
-- rebuild for update kmodsrc.
+- rebuild for update kmodsrc.
* Sat Dec 3 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-1
- Build for new release
8 years, 2 months
[VirtualBox] Sync changelog with github.com/sergiomb2/VirtualBox/tree/devel
by Sérgio M. Basto
commit a3a7f0ffe0354b32ee90821de4bcb70055b81780
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Sep 15 07:55:40 2016 +0100
Sync changelog with github.com/sergiomb2/VirtualBox/tree/devel
VirtualBox.spec | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 12dd6db..dcf2531 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -756,9 +756,15 @@ fi
* Wed Mar 30 2016 Sérgio Basto <sergio(a)serjux.com> - 5.0.17-4.106108
- Remove vboxvideo.ko for VirtualBox-guest r106140
+* Thu Mar 24 2016 Sérgio Basto <sergio(a)serjux.com> - 5.0.17-3.106108
+- Use upstream patch VirtualBox-5.0.17-r106108-r106140.patch
+
* Mon Mar 21 2016 Sérgio Basto <sergio(a)serjux.com> - 5.0.17-2.106108
- Add one upstream patch VirtualBox-5.0.17-r106108-r106114.patch
+* Sat Mar 19 2016 Sérgio Basto <sergio(a)serjux.com> - 5.0.17-1.106108
+- Building new Guest Additions for Linux guests.
+
* Sat Mar 12 2016 Sérgio Basto <sergio(a)serjux.com> - 5.0.16-3
- Package review with upstream RPM, better organization.
- Delete source8 not in use since 2009.
8 years, 2 months
[VirtualBox] Packaging:Scriptlets review Systemd, Icon Cache, mimeinf and desktop-database
by Sérgio M. Basto
commit d79b3ffa75ddf9ca5d601a07a62fb68ead58e6ee
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Sep 15 02:31:17 2016 +0100
Packaging:Scriptlets review Systemd, Icon Cache, mimeinf and desktop-database
VirtualBox.spec | 52 +++++++++++++++++++++++++++++-----------------------
1 file changed, 29 insertions(+), 23 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index dc88cac..12dd6db 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -119,6 +119,7 @@ BuildRequires: libXinerama-devel
BuildRequires: libvncserver-devel
%endif
+%{?systemd_requires}
BuildRequires: systemd
# Plague-specific weirdness
@@ -500,13 +501,15 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
getent group vboxusers >/dev/null || groupadd -r vboxusers
%if %{with webservice}
-/bin/systemctl daemon-reload >/dev/null 2>&1 || :
+ %systemd_post vboxweb-httpd.service
%endif
-# Desktop databases
+# Icon Cache
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-/usr/bin/update-desktop-database &>/dev/null || :
-/usr/bin/update-mime-database %{_datadir}/mime &>/dev/null || :
+# mimeinfo F23 only
+/bin/touch --no-create %{_datadir}/mime/packages &>/dev/null || :
+# Desktop databases F23 and F24 only
+/usr/bin/update-desktop-database &> /dev/null || :
# Assign USB devices
if /sbin/udevadm control --reload-rules >/dev/null 2>&1
@@ -519,34 +522,40 @@ fi
/bin/systemctl restart systemd-modules-load.service >/dev/null 2>&1 || :
%preun
-if [ $1 -eq 0 ] ; then
- # Package removal, not upgrade
- /bin/systemctl --no-reload disable vboxweb.service > /dev/null 2>&1 || :
- /bin/systemctl stop vboxweb.service > /dev/null 2>&1 || :
-fi
+%if %{with webservice}
+ %systemd_preun vboxweb.service
+%endif
%postun
if [ $1 -eq 0 ] ; then
# Package upgrade, not uninstall
- # Web service
- # Run these because the SysV package being removed won't do them
- /sbin/chkconfig --del vboxweb-service >/dev/null 2>&1 || :
+ # Icon Cache
+ /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+ # mimeinfo F23 only
+ /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
fi
-/bin/systemctl daemon-reload >/dev/null 2>&1 || :
+%if %{with webservice}
+ %systemd_postun_with_restart vboxweb.service
+%endif
-/usr/bin/update-desktop-database &>/dev/null || :
-/usr/bin/update-mime-database %{_datadir}/mime &>/dev/null || :
+# Desktop databases F23 and F24 only
+/usr/bin/update-desktop-database &> /dev/null || :
%posttrans
+# Icon Cache
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+# mimeinfo F23 only
+/usr/bin/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
# Guest additions install
%post guest-additions
/sbin/ldconfig
-/bin/systemctl daemon-reload >/dev/null 2>&1 || :
-# should be in kmod package, not here
+# should be in kmod package, not here, but we need modules loaded to start
+# vboxservice
/bin/systemctl restart systemd-modules-load.service >/dev/null 2>&1 || :
+%systemd_post vboxservice.service
/bin/systemctl enable vboxservice.service >/dev/null 2>&1 || :
/bin/systemctl restart vboxservice.service >/dev/null 2>&1 || :
## This is the LSB version of useradd and should work on recent
@@ -577,15 +586,11 @@ fi
%preun guest-additions
-if [ $1 -eq 0 ] ; then
- # Package removal, not upgrade
- /bin/systemctl --no-reload disable vboxservice.service > /dev/null 2>&1 || :
- /bin/systemctl stop vboxservice.service > /dev/null 2>&1 || :
-fi
+%systemd_preun vboxservice.service
%postun guest-additions
/sbin/ldconfig
-/bin/systemctl daemon-reload >/dev/null 2>&1 || :
+%systemd_postun_with_restart vboxservice.service
%files
%doc doc/*cpp doc/VMM
@@ -674,6 +679,7 @@ fi
%{_sbindir}/VBoxService
%{_sbindir}/mount.vboxsf
%{_libdir}/security/pam_vbox.so
+# do not use xorg module drive
#{_libdir}/xorg/modules/drivers/*
%{_libdir}/VBox*.so
%{_sysconfdir}/X11/xinit/xinitrc.d/98vboxadd-xclient.sh
8 years, 2 months
[VirtualBox] Set attributes on make install.
by Sérgio M. Basto
commit 4ba0682a8cd0d203d62d2a55ac6dfc510575e4af
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Sep 14 23:19:58 2016 +0100
Set attributes on make install.
VirtualBox.spec | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index e13abce..dc88cac 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -326,15 +326,18 @@ install -p -m 0755 obj/bin/VBox.sh %{buildroot}%{_bindir}/VBox
install -p -m 0755 -t %{buildroot}%{_bindir} \
obj/bin/VBoxTunctl
-# Executables
-install -p -m 0755 -t %{buildroot}%{_libdir}/virtualbox \
- obj/bin/VirtualBox \
+# Executables with special permissions
+install -p -m 4511 -t %{buildroot}%{_libdir}/virtualbox \
obj/bin/VBoxHeadless \
obj/bin/VBoxNetDHCP \
obj/bin/VBoxNetNAT \
obj/bin/VBoxNetAdpCtl \
obj/bin/VBoxVolInfo \
obj/bin/VBoxSDL \
+ obj/bin/VirtualBox
+
+# Executables
+install -p -m 0755 -t %{buildroot}%{_libdir}/virtualbox \
obj/bin/SUPInstall \
obj/bin/SUPLoggerCtl \
obj/bin/SUPUninstall \
@@ -420,7 +423,7 @@ install -p -m 0644 obj/bin/virtualbox.xml %{buildroot}%{_datadir}/mime/packages
#install -m 0755 -D obj/bin/additions/vboxvideo_drv_system.so \
# %{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
-# Guest tools
+# Guest-additions tools
install -m 0755 -t %{buildroot}%{_sbindir} \
obj/bin/additions/VBoxService \
obj/bin/additions/mount.vboxsf
@@ -633,13 +636,13 @@ fi
%{_libdir}/virtualbox/vboxwebsrv
%{_libdir}/virtualbox/webtest
%endif
-%attr(4511,root,root) %{_libdir}/virtualbox/VBoxNetNAT
-%attr(4511,root,root) %{_libdir}/virtualbox/VBoxVolInfo
-%attr(4511,root,root) %{_libdir}/virtualbox/VBoxHeadless
-%attr(4511,root,root) %{_libdir}/virtualbox/VBoxSDL
-%attr(4511,root,root) %{_libdir}/virtualbox/VBoxNetDHCP
-%attr(4511,root,root) %{_libdir}/virtualbox/VBoxNetAdpCtl
-%attr(4511,root,root) %{_libdir}/virtualbox/VirtualBox
+%{_libdir}/virtualbox/VBoxNetNAT
+%{_libdir}/virtualbox/VBoxVolInfo
+%{_libdir}/virtualbox/VBoxHeadless
+%{_libdir}/virtualbox/VBoxSDL
+%{_libdir}/virtualbox/VBoxNetDHCP
+%{_libdir}/virtualbox/VBoxNetAdpCtl
+%{_libdir}/virtualbox/VirtualBox
%{_datadir}/pixmaps/*
%{_datadir}/icons/*
%{_datadir}/mime/*
8 years, 2 months
[qarte/f23] New upstream release.
by Milan Bouchet-Valat
Summary of changes:
4af82af... New upstream release. (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months