[mplayer] Rebuild for ffmpeg-4.0 release
by Leigh Scott
commit 770cc9bf6f5218cd4c45435f2d9f88f4e0a9b4bd
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Apr 24 07:45:09 2018 +0100
Rebuild for ffmpeg-4.0 release
mplayer.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mplayer.spec b/mplayer.spec
index 82de739..8dce242 100644
--- a/mplayer.spec
+++ b/mplayer.spec
@@ -7,9 +7,9 @@
Name: mplayer
Version: 1.3.0
%if 0%{?svn}
-Release: 20.%{?pre}%{?dist}
+Release: 21.%{?pre}%{?dist}
%else
-Release: 20%{?dist}
+Release: 21%{?dist}
%endif
Summary: Movie player playing most video formats and DVDs
@@ -372,6 +372,9 @@ install -dm 755 $RPM_BUILD_ROOT%{codecdir}
%{_datadir}/mplayer/*.fp
%changelog
+* Tue Apr 24 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.3.0-21.20180119svn
+- Rebuild for ffmpeg-4.0 release
+
* Thu Mar 08 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 1.3.0-20.20180119svn
- Rebuilt for new ffmpeg snapshot
6 years, 7 months
[smplayer] Update smplayer to 18.4.0
by Sérgio M. Basto
commit 63e7c5a99b8769c80c2f0005d76032a0053309b9
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Apr 24 03:29:02 2018 +0100
Update smplayer to 18.4.0
.gitignore | 2 ++
smplayer.spec | 9 ++++++---
sources | 4 ++--
update_smplayer.sh | 4 ++--
4 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 80d4e2c..fadaa97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,5 @@ smtube-16.3.0.tar.bz2
/smtube-18.1.0.tar.bz2
/smplayer-18.2.2.tar.bz2
/smplayer-18.3.0.tar.bz2
+/smplayer-18.4.0.tar.bz2
+/smtube-18.3.0.tar.bz2
diff --git a/smplayer.spec b/smplayer.spec
index 95d3b5f..a564244 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -1,9 +1,9 @@
Name: smplayer
-Version: 18.3.0
-%global smtube_ver 18.1.0
+Version: 18.4.0
+%global smtube_ver 18.3.0
%global smplayer_themes_ver 17.3.0
%global smplayer_skins_ver 15.2.0
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: A graphical frontend for mplayer and mpv
Group: Applications/Multimedia
@@ -213,6 +213,9 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Tue Apr 24 2018 Sérgio Basto <sergio(a)serjux.com> - 18.4.0-1
+- Update smplayer to 18.4.0
+
* Mon Mar 26 2018 Sérgio Basto <sergio(a)serjux.com> - 18.3.0-2
- Fix for epel-7 and announce bundle of mongoose
diff --git a/sources b/sources
index 6238894..911aace 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-f20646f91eb91dd8c5e388a48c1a7b99 smplayer-18.3.0.tar.bz2
-ff53e6549082a84cedf66fc8441c9a99 smtube-18.1.0.tar.bz2
+6eb9f38e9f880aa29202beec076b8e0b smplayer-18.4.0.tar.bz2
+81652002de0006da52361faebe7bd9f2 smtube-18.3.0.tar.bz2
33c063c5a80c5b1625f51ddbb7bfd3a1 smplayer-themes-17.3.0.tar.bz2
57e165cf9a95808fafd179e5322b7f15 smplayer-skins-15.2.0.tar.bz2
diff --git a/update_smplayer.sh b/update_smplayer.sh
index dfcadd5..2f9b71e 100755
--- a/update_smplayer.sh
+++ b/update_smplayer.sh
@@ -1,5 +1,5 @@
-version=18.3.0
-stube_ver=18.1.0
+version=18.4.0
+stube_ver=18.3.0
themes_ver=17.3.0
skins_ver=15.2.0
6 years, 7 months
[VirtualBox-kmod] Update to 5.2.10
by Sérgio M. Basto
commit 14782aa36a64a33162223f20dc7ba67af5e14a4f
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Apr 24 03:15:38 2018 +0100
Update to 5.2.10
VirtualBox-kmod.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index a6c7507..1ed13c8 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -34,9 +34,9 @@
%global __arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
Name: VirtualBox-kmod
-Version: 5.2.8
+Version: 5.2.10
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 3%{?dist}
+Release: 1%{?dist}
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -122,6 +122,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Tue Apr 24 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.10-1
+- Update to 5.2.10
+
* Sat Mar 10 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.8-3
- All fedora kernels have vboxvideo.ko
6 years, 7 months
[VirtualBox-kmod] Based on opensuse version
by Sérgio M. Basto
commit daaa215df745fcb11b55e2b65d59336e8e399228
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Mar 15 03:47:23 2018 +0000
Based on opensuse version
VirtualBox-kmod.spec | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index fb3010f..a6c7507 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -91,12 +91,11 @@ for kernel_version in %{?kernel_versions}; do
for module in vbox{drv,guest}; do
make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" SUBDIRS="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
done
+ # copy vboxdrv (for host) module symbols which are used by vboxnetflt and vboxnetadp km's:
cp _kmod_build_${kernel_version%%___*}/{vboxdrv/Module.symvers,vboxnetadp}
cp _kmod_build_${kernel_version%%___*}/{vboxdrv/Module.symvers,vboxnetflt}
+ # copy vboxguest (for guest) module symbols which are used by vboxsf km:
cp _kmod_build_${kernel_version%%___*}/{vboxguest/Module.symvers,vboxsf}
-%if %{with vboxvideo}
- cp _kmod_build_${kernel_version%%___*}/{vboxguest/Module.symvers,vboxvideo}
-%endif
for module in vbox{netadp,netflt,sf,%{?with_vboxvideo:video,}pci}; do
make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" SUBDIRS="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
done
6 years, 7 months
[VirtualBox] Update VBox to 5.2.10
by Sérgio M. Basto
commit e0535f588700f6a5d1fb0ace37a7d1d0327deb93
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Apr 24 00:58:33 2018 +0100
Update VBox to 5.2.10
.gitignore | 1 +
...Box-5.2.6-xclient.patch => VirtualBox-5.2.10-xclient.patch | 11 ++++++-----
VirtualBox.spec | 11 +++++++----
sources | 2 +-
4 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dc3bf17..173a489 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-5.2.4.tar.bz2
/VirtualBox-5.2.6.tar.bz2
/VirtualBox-5.2.8.tar.bz2
+/VirtualBox-5.2.10.tar.bz2
diff --git a/VirtualBox-5.2.6-xclient.patch b/VirtualBox-5.2.10-xclient.patch
similarity index 62%
rename from VirtualBox-5.2.6-xclient.patch
rename to VirtualBox-5.2.10-xclient.patch
index 75eabab..1f16bc7 100644
--- a/VirtualBox-5.2.6-xclient.patch
+++ b/VirtualBox-5.2.10-xclient.patch
@@ -1,13 +1,14 @@
-diff -up VirtualBox-5.2.6/src/VBox/Additions/x11/Installer/98vboxadd-xclient~ VirtualBox-5.2.6/src/VBox/Additions/x11/Installer/98vboxadd-xclient
---- VirtualBox-5.2.6/src/VBox/Additions/x11/Installer/98vboxadd-xclient~ 2018-01-15 15:49:57.000000000 +0100
-+++ VirtualBox-5.2.6/src/VBox/Additions/x11/Installer/98vboxadd-xclient 2018-02-07 12:13:51.578170786 +0100
-@@ -21,13 +21,9 @@ for i in $HOME/.vboxclient-*.pid; do
+--- VirtualBox-5.2.10.orig/src/VBox/Additions/x11/Installer/98vboxadd-xclient 2018-04-13 17:32:05.000000000 +0100
++++ VirtualBox-5.2.10/src/VBox/Additions/x11/Installer/98vboxadd-xclient 2018-04-22 04:31:42.483190045 +0100
+@@ -21,15 +21,9 @@ for i in $HOME/.vboxclient-*.pid; do
test -w $i || rm -f $i
done
-if ! test -c /dev/vboxguest 2>/dev/null; then
- # Do not start if the kernel module is not present.
-- notify-send "VBoxClient: the VirtualBox kernel service is not running. Exiting."
+- # Execute notify-send in the back-ground to avoid racing with sddm,
+- # as notify-send may wait for sddm to start while it waits for us to exit.
+- notify-send "VBoxClient: the VirtualBox kernel service is not running. Exiting." &
-elif test -z "${SSH_CONNECTION}"; then
- # This script can also be triggered by a connection over SSH, which is not
- # what we had in mind, so we do not start VBoxClient in that case. We do
diff --git a/VirtualBox.spec b/VirtualBox.spec
index bbb7fd8..45adae4 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -31,9 +31,9 @@
%bcond_with legacy_vboxvideo_drv
Name: VirtualBox
-Version: 5.2.8
+Version: 5.2.10
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 3%{?dist}
+Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -66,8 +66,8 @@ Patch28: 02-gsoap-build-fix.patch
# from Mageia
Patch50: VirtualBox-5.1.0-add-Mageia-support.patch
Patch51: VirtualBox-5.1.0-revert-VBox.sh.patch
-
-Patch60: VirtualBox-5.2.6-xclient.patch
+# from Fedora
+Patch60: VirtualBox-5.2.10-xclient.patch
Patch61: 0001-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch
@@ -775,6 +775,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Thu Apr 19 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.10-1
+- Update VBox to 5.2.10
+
* Sat Mar 17 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.8-3
- Add patches from virtualbox-guest-additions of Fedora proper
- python-VirtualBox renamed to python2-VirtualBox
diff --git a/sources b/sources
index 13ca638..ff70504 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e731ea9c5c31096ec4c2a3bfba26665c VirtualBox-5.2.8.tar.bz2
+2017d33ff65c2a80448a7be9e2ff434d VirtualBox-5.2.10.tar.bz2
6 years, 7 months
[vlc] Readd lost patch
by Leigh Scott
commit 58e4532558dae7ab20799a16e412a57c2c34bfe3
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Apr 24 00:28:47 2018 +0100
Readd lost patch
vlc.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 1c03cd5..d3c11d4 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -42,7 +42,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 3.0.2
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
URL: https://www.videolan.org
Source0: %{vlc_url}/%{?!vlc_rc:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
@@ -266,6 +266,7 @@ VLC media player extras modules.
%prep
%setup -q -n %{name}-%{version}%{?vlc_rc:-%{vlc_rc}}
+%patch0 -p1
%{?_with_bootstrap:
rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
./bootstrap
@@ -550,6 +551,9 @@ fi || :
%changelog
+* Mon Apr 23 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.2-2
+- Readd lost patch
+
* Mon Apr 23 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.2-1
- Update to 3.0.2
6 years, 7 months
[mednafen/f26] Added pkgconfig(alsa) to BuildRequires as it is no longer pulled implicitly
by Julian Sikorski
commit 3a4ed7cf787a0bda5616e3c33eee13834afff948
Author: Julian Sikorski <belegdol(a)fedoraproject.org>
Date: Mon Apr 23 21:40:07 2018 +0200
Added pkgconfig(alsa) to BuildRequires as it is no longer pulled implicitly
mednafen.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/mednafen.spec b/mednafen.spec
index 8b30089..9fe75d7 100644
--- a/mednafen.spec
+++ b/mednafen.spec
@@ -2,7 +2,7 @@
Name: mednafen
Version: 1.21.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A multi-system emulator utilizing OpenGL and SDL
#mednafen is a monstrosity build out of many emulators hence the colourful licensing
License: GPLv2+ and BSD and ISC and LGPLv2+ and MIT and zlib
@@ -13,6 +13,7 @@ BuildRequires: gettext
#BuildRequires: libmpcdec-devel
#2.09 is required
#BuildRequires: lzo-devel
+BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(jack) => 1.0.2
BuildRequires: pkgconfig(sdl2) => 2.0.5
BuildRequires: pkgconfig(sndfile) => 1.0.2
@@ -92,6 +93,9 @@ rm -rf Documentation/*.def Documentation/*.php Documentation/generate.sh \
%changelog
+* Mon Apr 23 2018 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.21.2-2
+- Added pkgconfig(alsa) to BuildRequires as it is no longer pulled implicitly
+
* Sun Apr 15 2018 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.21.2-1
- Updated to 1.21.2
- Switched to SDL2
6 years, 7 months