commit 4ffbc39ca826bd4f108bb8360329a8514d7a0232
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Oct 28 13:09:46 2016 +0200
Update snapshot
merge jack into main
sources | 2 +-
vlc.spec | 41 +++++++++++++++--------------------------
2 files changed, 16 insertions(+), 27 deletions(-)
---
diff --git a/sources b/sources
index 5f999e5..b4f808c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4e1ea2323b576936ea55c7938d4f1c5 vlc-3.0.0-20160901-0221-git.tar.xz
+5fe68fda2cf92e0c677737203ec91721 vlc-3.0.0-20161026-0238-git.tar.xz
diff --git a/vlc.spec b/vlc.spec
index 7373ef5..4b906b0 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,4 +1,4 @@
-%global vlc_rc -20160901-0221-git
+%global vlc_rc -20161026-0238-git
%global _with_bootstrap 1
%global _with_workaround_circle_deps 1
%if 0%{?!_without_freeworld:1}
@@ -32,7 +32,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 3.0.0
-Release: 0.8%{?dist}
+Release: 0.9%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL:
http://www.videolan.org
@@ -181,6 +181,10 @@ Requires: xdg-utils
Requires: hicolor-icon-theme
+#Merge back jack plugin into main
+Obsoletes: vlc-plugin-jack < %{version}-%{release}
+Provides: vlc-plugin-jack = %{version}-%{release}
+
%description
VLC media player is a highly portable multimedia player and multimedia framework
@@ -219,14 +223,6 @@ Requires: vlc-core%{_isa} = %{version}-%{release}
%description extras
VLC media player extras modules.
-%package plugin-jack
-Summary: JACK audio plugin for VLC
-Group: Applications/Multimedia
-Requires: vlc-core%{_isa} = %{version}-%{release}
-
-%description plugin-jack
-JACK audio plugin for the VLC media player.
-
%prep
%setup -q -n %{name}-%{version}%{?vlc_rc:-git}
@@ -362,21 +358,11 @@ if [ $1 == 1 ] ; then
%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null || :
fi
-%post plugin-jack
-if [ $1 == 1 ] ; then
- %{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null || :
-fi
-
%postun extras
if [ $1 == 0 ] ; then
%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null || :
fi
-%postun plugin-jack
-if [ $1 == 0 ] ; then
- %{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null || :
-fi
-
%preun core
if [ $1 == 0 ] ; then
rm -f %{_libdir}/vlc/plugins*.dat
@@ -416,7 +402,12 @@ fi || :
%{?_with_projectm:
%{_libdir}/vlc/plugins/visualization/libprojectm_plugin.so
}
+%{_libdir}/vlc/plugins/access/libaccess_jack_plugin.so
%{_libdir}/vlc/plugins/audio_output/libpulse_plugin.so
+%{_libdir}/vlc/plugins/audio_output/libjack_plugin.so
+%{?_with_fluidsynth:
+%{_libdir}/vlc/plugins/codec/libfluidsynth_plugin.so
+}
%files core -f %{name}.lang
%{_bindir}/vlc
@@ -475,12 +466,6 @@ fi || :
%{_libdir}/vlc/
%{_mandir}/man1/vlc*.1*
-%files plugin-jack
-%{_libdir}/vlc/plugins/access/libaccess_jack_plugin.so
-%{_libdir}/vlc/plugins/audio_output/libjack_plugin.so
-%{?_with_fluidsynth:
-%{_libdir}/vlc/plugins/codec/libfluidsynth_plugin.so
-}
%files extras
%{?_with_opencv:
@@ -506,6 +491,10 @@ fi || :
%changelog
+* Fri Oct 28 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.9
+- Updateto 3.0.0 20161026-0238-git
+- Merge vlc-plugin-jack into main
+
* Thu Sep 08 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.8
- Re-enable bootstrap