[xtables-addons] Update to 2.12
by Nicolas Chauvet
commit 58a85a05dac0eb320c67f75a0d8dfe9fd9db20a9
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jan 17 14:52:01 2017 +0100
Update to 2.12
sources | 2 +-
xtables-addons.spec | 9 ++++++---
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/sources b/sources
index a9feac3..da586c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f3123295db81a9d1bc08dabf075d0d6 xtables-addons-2.11.tar.xz
+aed5ce0873709ac243f1177fc81ff452 xtables-addons-2.12.tar.xz
diff --git a/xtables-addons.spec b/xtables-addons.spec
index c152f7e..4889c17 100644
--- a/xtables-addons.spec
+++ b/xtables-addons.spec
@@ -1,12 +1,12 @@
Name: xtables-addons
Summary: Extensions targets and matches for iptables
-Version: 2.11
-Release: 2%{?dist}
+Version: 2.12
+Release: 1%{?dist}
# The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
License: GPLv2 and LGPLv2
Group: System Environment/Base
URL: http://xtables-addons.sourceforge.net
-Source0: http://dl.sourceforge.net/xtables-addons/Xtables-addons/%{version}/xtable...
+Source0: http://dl.sourceforge.net/xtables-addons/Xtables-addons/xtables-addons-%{...
BuildRequires: iptables-devel >= 1.4.5
BuildRequires: autoconf automake libtool
Provides: %{name}-kmod-common = %{version}
@@ -59,6 +59,9 @@ rm -f %{buildroot}%{_libdir}/*.{la,so}
%{_mandir}/man?/*
%changelog
+* Tue Jan 17 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 2.12-1
+- Update to 2.12
+
* Thu Sep 08 2016 Sérgio Basto <sergio(a)serjux.com> - 2.11-2
- Rebuild for iptables soname bump
7 years, 10 months
[qmmp-plugins-freeworld] version bump to 1.1.6 dropped MAD plugin, now in Fedora (rhbz#1400109)
by Karel Volný
commit f3cc41183e33e42dc0165aa4abd21860604c3fed
Author: Karel Volny <kvolny(a)redhat.com>
Date: Tue Jan 17 13:02:20 2017 +0100
version bump to 1.1.6
dropped MAD plugin, now in Fedora (rhbz#1400109)
.gitignore | 1 +
qmmp-plugins-freeworld.spec | 21 ++++++---------------
sources | 2 +-
3 files changed, 8 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 00ee629..012efd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ qmmp-0.9.6.tar.bz2
/qmmp-1.1.1.tar.bz2
/qmmp-1.1.2.tar.bz2
/qmmp-1.1.4.tar.bz2
+/qmmp-1.1.6.tar.bz2
diff --git a/qmmp-plugins-freeworld.spec b/qmmp-plugins-freeworld.spec
index 300d10f..0ac14b1 100644
--- a/qmmp-plugins-freeworld.spec
+++ b/qmmp-plugins-freeworld.spec
@@ -1,5 +1,5 @@
Name: qmmp-plugins-freeworld
-Version: 1.1.4
+Version: 1.1.6
Release: 1%{?dist}
Summary: Plugins for qmmp (Qt-based multimedia player)
@@ -16,7 +16,6 @@ BuildRequires: desktop-file-utils
BuildRequires: ffmpeg-devel
BuildRequires: enca-devel
BuildRequires: faad2-devel
-BuildRequires: libmad-devel
BuildRequires: libmms-devel
BuildRequires: qt5-linguist
BuildRequires: qt5-qtbase-devel
@@ -51,6 +50,7 @@ sed -i \
\
-D USE_FLAC:BOOL=FALSE \
-D USE_VORBIS:BOOL=FALSE \
+ -D USE_MAD:BOOL=FALSE \
-D USE_MPC:BOOL=FALSE \
-D USE_MODPLUG:BOOL=FALSE \
-D USE_SNDFILE:BOOL=FALSE \
@@ -108,7 +108,6 @@ sed -i \
make VERBOSE=1 %{?_smp_mflags} -C src/plugins/Engines/mplayer
make VERBOSE=1 %{?_smp_mflags} -C src/plugins/Input/aac
make VERBOSE=1 %{?_smp_mflags} -C src/plugins/Input/ffmpeg
-make VERBOSE=1 %{?_smp_mflags} -C src/plugins/Input/mad
make VERBOSE=1 %{?_smp_mflags} -C src/plugins/Transports/mms
@@ -116,7 +115,6 @@ make VERBOSE=1 %{?_smp_mflags} -C src/plugins/Transports/mms
make DESTDIR=%{buildroot} install -C src/plugins/Engines/mplayer
make DESTDIR=%{buildroot} install -C src/plugins/Input/aac
make DESTDIR=%{buildroot} install -C src/plugins/Input/ffmpeg
-make DESTDIR=%{buildroot} install -C src/plugins/Input/mad
make DESTDIR=%{buildroot} install -C src/plugins/Transports/mms
## install .desktop files for MimeType associations
mkdir -p %{buildroot}/%{_datadir}/applications/
@@ -139,15 +137,6 @@ sed -e "/MimeType/c\MimeType=audio/aac;audio/aacp;audio/x-ms-wma;audio/mpeg;audi
> %{buildroot}/%{_datadir}/applications/%{name}-ffmpeg_enqueue.desktop
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-ffmpeg.desktop
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-ffmpeg_enqueue.desktop
-# mad
-sed -e "/MimeType/c\MimeType=audio/mp3;audio/mpeg;" -e "/Actions/,$ c\NoDisplay=true" \
- src/app/qmmp.desktop \
- > %{buildroot}/%{_datadir}/applications/%{name}-mad.desktop
-sed -e "/MimeType/c\MimeType=audio/mp3;audio/mpeg;" \
- src/app/qmmp_enqueue.desktop \
- > %{buildroot}/%{_datadir}/applications/%{name}-mad_enqueue.desktop
-desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-mad.desktop
-desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-mad_enqueue.desktop
%files
@@ -161,8 +150,6 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-mad_enqueue.
%{_datadir}/applications/%{name}-aac_enqueue.desktop
%{_datadir}/applications/%{name}-ffmpeg.desktop
%{_datadir}/applications/%{name}-ffmpeg_enqueue.desktop
-%{_datadir}/applications/%{name}-mad.desktop
-%{_datadir}/applications/%{name}-mad_enqueue.desktop
%post
@@ -184,6 +171,10 @@ fi
%changelog
+* Tue Jan 17 2017 Karel Volný <kvolny(a)redhat.com> 1.1.6-1
+- version bump to 1.1.6
+- dropped MAD plugin, now in Fedora (rhbz#1400109)
+
* Wed Oct 05 2016 Karel Volný <kvolny(a)redhat.com> 1.1.4-1
- version bump to 1.1.4
diff --git a/sources b/sources
index a9734d2..4a0accf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b751d7864fdbe56e13566cd172b4bcb qmmp-1.1.4.tar.bz2
+fc21287bfbca82173cf6389730e82770 qmmp-1.1.6.tar.bz2
7 years, 10 months
[vlc/f25] lirc + wayland fixes
by Nicolas Chauvet
Summary of changes:
6e8b677... lirc + wayland fixes (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 10 months
[vlc] lirc + wayland fixes
by Nicolas Chauvet
Summary of changes:
6e8b677... lirc + wayland fixes (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 10 months
[vlc/f24] lirc + wayland fixes
by Nicolas Chauvet
commit 6e8b6770dfd57c49ce196f8cdb4b9ee2511bb739
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jan 17 12:08:21 2017 +0100
lirc + wayland fixes
0001-Fix-lirc-activation-after-detection.patch | 32 ++++
...-Revert-qt-add-Wayland-run-time-detection.patch | 191 +++++++++++++++++++++
vlc.spec | 11 +-
3 files changed, 233 insertions(+), 1 deletion(-)
---
diff --git a/0001-Fix-lirc-activation-after-detection.patch b/0001-Fix-lirc-activation-after-detection.patch
new file mode 100644
index 0000000..c4fd0b9
--- /dev/null
+++ b/0001-Fix-lirc-activation-after-detection.patch
@@ -0,0 +1,32 @@
+From 72846370b9f0e93a51838b567064c6a6b62c37be Mon Sep 17 00:00:00 2001
+From: Nicolas Chauvet <kwizart(a)gmail.com>
+Date: Mon, 16 Jan 2017 12:09:10 +0100
+Subject: [PATCH] Fix lirc activation after detection
+
+This fix build time activation of lirc.
+"true" isn't "yes", so the HAVE_LIRC condition isn't met
+
+This bug was initialy reported as
+https://bugzilla.rpmfusion.org/4420
+
+Signed-off-by: Nicolas Chauvet <kwizart(a)gmail.com>
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 29eaed9..864ff98 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -3931,7 +3931,7 @@ have_lirc="no"
+ AS_IF([test "${enable_lirc}" = "yes"], [
+ AC_CHECK_HEADER(lirc/lirc_client.h, [
+ AC_CHECK_LIB(lirc_client, lirc_init, [
+- have_lirc="true"
++ have_lirc="yes"
+ ])
+ ])
+ ])
+--
+2.7.4
+
diff --git a/0001-Revert-qt-add-Wayland-run-time-detection.patch b/0001-Revert-qt-add-Wayland-run-time-detection.patch
new file mode 100644
index 0000000..20ce795
--- /dev/null
+++ b/0001-Revert-qt-add-Wayland-run-time-detection.patch
@@ -0,0 +1,191 @@
+From 82e73a6fa15cb7cf62decdd8ba44df4d1685301d Mon Sep 17 00:00:00 2001
+From: Nicolas Chauvet <kwizart(a)gmail.com>
+Date: Mon, 16 Jan 2017 12:03:14 +0100
+Subject: [PATCH] Revert "qt: add Wayland run-time detection"
+
+This reverts commit 785b0f18d70815288c8a673bcd0f3849af7ef6f7.
+---
+ modules/gui/qt/Makefile.am | 4 --
+ modules/gui/qt/qt.cpp | 104 +++++++++++++--------------------------------
+ 2 files changed, 29 insertions(+), 79 deletions(-)
+
+diff --git a/modules/gui/qt/Makefile.am b/modules/gui/qt/Makefile.am
+index 7e5f5ae..16e3596 100644
+--- a/modules/gui/qt/Makefile.am
++++ b/modules/gui/qt/Makefile.am
+@@ -24,10 +24,6 @@ if HAVE_QT5_X11
+ libqt_plugin_la_CXXFLAGS += $(QT5_X11_CFLAGS) -DQT5_HAS_X11
+ libqt_plugin_la_LIBADD += $(QT5_X11_LIBS) $(X_LIBS) $(X_PRE_LIB) -lX11
+ endif
+-if HAVE_WAYLAND
+-libqt_plugin_la_CXXFLAGS += $(WAYLAND_CLIENT_CFLAGS) -DQT5_HAS_WAYLAND
+-libqt_plugin_la_LIBADD += $(WAYLAND_CLIENT_LIBS)
+-endif
+ if HAVE_WIN32
+ libqt_plugin_la_LIBADD += $(LIBCOM) -lcomctl32 -luuid
+ endif
+diff --git a/modules/gui/qt/qt.cpp b/modules/gui/qt/qt.cpp
+index 6015b2a..0229f6e 100644
+--- a/modules/gui/qt/qt.cpp
++++ b/modules/gui/qt/qt.cpp
+@@ -48,6 +48,10 @@
+ #include "util/qvlcapp.hpp" /* QVLCApplication definition */
+ #include "components/playlist/playlist_model.hpp" /* for ~PLModel() */
+
++#if defined (QT5_HAS_X11) || defined (Q_WS_X11)
++ #include <vlc_xlib.h>
++#endif
++
+ #include <vlc_plugin.h>
+ #include <vlc_vout_window.h>
+
+@@ -75,6 +79,7 @@ static int Open ( vlc_object_t *, bool );
+ static void Close ( vlc_object_t * );
+ static int WindowOpen ( vout_window_t *, const vout_window_cfg_t * );
+ static void WindowClose ( vout_window_t * );
++static void *Thread ( void * );
+ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * );
+
+ /*****************************************************************************
+@@ -332,13 +337,6 @@ static bool active = false;
+ * Module callbacks
+ *****************************************************************************/
+
+-static void *ThreadPlatform( void *, char * );
+-
+-static void *Thread( void *data )
+-{
+- return ThreadPlatform( data, NULL );
+-}
+-
+ #ifdef Q_OS_MAC
+ /* Used to abort the app.exec() on OSX after libvlc_Quit is called */
+ #include "../../../lib/libvlc_internal.h" /* libvlc_SetExitHandler */
+@@ -348,67 +346,22 @@ static void Abort( void *obj )
+ }
+ #endif
+
+-#if defined (QT5_HAS_X11)
+-# include <vlc_xlib.h>
+-
+-static void *ThreadXCB( void *data )
+-{
+- char platform_name[] = "xcb";
+- return ThreadPlatform( data, platform_name );
+-}
+-
+-static bool HasX11( vlc_object_t *obj )
+-{
+- if( !vlc_xlib_init( obj ) )
+- return false;
+-
+- Display *dpy = XOpenDisplay( NULL );
+- if( dpy == NULL )
+- return false;
+-
+- XCloseDisplay( dpy );
+- return true;
+-}
+-#endif
+-
+-#ifdef QT5_HAS_WAYLAND
+-# include <wayland-client.h>
+-
+-static void *ThreadWayland( void *data )
+-{
+- char platform_name[] = "wayland";
+- return ThreadPlatform( data, platform_name );
+-}
+-
+-static bool HasWayland( void )
+-{
+- struct wl_display *dpy = wl_display_connect( NULL );
+- if( dpy == NULL )
+- return false;
+-
+- wl_display_disconnect( dpy );
+- return true;
+-}
+-#endif
+-
+ /* Open Interface */
+ static int Open( vlc_object_t *p_this, bool isDialogProvider )
+ {
+ intf_thread_t *p_intf = (intf_thread_t *)p_this;
+- void *(*thread)(void *) = Thread;
+
+-#ifdef QT5_HAS_WAYLAND
+- if( HasWayland() )
+- thread = ThreadWayland;
+- else
+-#endif
+-#ifdef QT5_HAS_X11
+- if( HasX11( p_this ) )
+- thread = ThreadXCB;
+- else
+-#endif
+-#if defined (QT5_HAS_X11) || defined (QT5_HAS_WAYLAND)
++#if defined (QT5_HAS_X11) || defined (Q_WS_X11)
++ if( !vlc_xlib_init( p_this ) )
++ return VLC_EGENERIC;
++
++ Display *p_display = XOpenDisplay( NULL );
++ if( !p_display )
++ {
++ msg_Err( p_intf, "Could not connect to X server" );
+ return VLC_EGENERIC;
++ }
++ XCloseDisplay( p_display );
+ #endif
+
+ QMutexLocker locker (&lock);
+@@ -435,9 +388,9 @@ static int Open( vlc_object_t *p_this, bool isDialogProvider )
+ #ifdef Q_OS_MAC
+ /* Run mainloop on the main thread as Cocoa requires */
+ libvlc_SetExitHandler( p_intf->obj.libvlc, Abort, p_intf );
+- thread( (void *)p_intf );
++ Thread( (void *)p_intf );
+ #else
+- if( vlc_clone( &p_sys->thread, thread, p_intf, VLC_THREAD_PRIORITY_LOW ) )
++ if( vlc_clone( &p_sys->thread, Thread, p_intf, VLC_THREAD_PRIORITY_LOW ) )
+ {
+ delete p_sys;
+ return VLC_ENOMEM;
+@@ -493,22 +446,23 @@ static void Close( vlc_object_t *p_this )
+ busy = false;
+ }
+
+-static void *ThreadPlatform( void *obj, char *platform_name )
++static void *Thread( void *obj )
+ {
+ intf_thread_t *p_intf = (intf_thread_t *)obj;
+ intf_sys_t *p_sys = p_intf->p_sys;
+ char vlc_name[] = "vlc"; /* for WM_CLASS */
++#ifdef QT5_HAS_X11
+ char platform_parm[] = "-platform";
+- char *argv[4];
+- int argc = 0;
+-
+- argv[argc++] = vlc_name;
+- if( platform_name != NULL )
+- {
+- argv[argc++] = platform_parm;
+- argv[argc++] = platform_name;
+- }
+- argv[argc] = NULL;
++ char platform_value[] = "xcb";
++#endif
++ char *argv[] = {
++ vlc_name,
++#ifdef QT5_HAS_X11
++ platform_parm, platform_value,
++#endif
++ NULL,
++ };
++ int argc = sizeof(argv) / sizeof(argv[0]) - 1;
+
+ Q_INIT_RESOURCE( vlc );
+
+--
+2.7.4
+
diff --git a/vlc.spec b/vlc.spec
index c785871..06ec402 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -23,6 +23,7 @@
%global _with_freerdp 1
%global _with_projectm 1
%global _with_schroedinger 1
+%global _with_wayland 1
%endif
%ifarch x86_64 i686
%global _with_crystalhd 1
@@ -32,7 +33,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 3.0.0
-Release: 0.14%{?dist}
+Release: 0.15%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -40,6 +41,8 @@ URL: http://www.videolan.org
# nightly for 3.0
Source0: http://nightlies.videolan.org/build/source/vlc-%{version}%{?vlc_rc}.tar.xz
Patch0: disable_hidpi_scaling.patch
+Patch1: 0001-Fix-lirc-activation-after-detection.patch
+Patch2: 0001-Revert-qt-add-Wayland-run-time-detection.patch
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
@@ -236,6 +239,8 @@ VLC media player extras modules.
%prep
%setup -q -n %{name}-%{version}%{?vlc_rc:-git}
%patch0 -p1
+%patch1 -p1
+%patch2 -p1
%{?_with_bootstrap:
rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
./bootstrap
@@ -513,6 +518,10 @@ fi || :
%changelog
+* Tue Jan 17 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.15
+- Fix lirc activation - rhbz#4420
+- Revert upstream commit 785b0f18d7 for wayland detection - rfbz#4380
+
* Mon Jan 09 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.14
- Update to 20170109
- Disable wayland for now - rhbz#4380
7 years, 10 months
[nvidia-304xx-kmod] patch to fix loading module on 4.9 kernel
by Leigh Scott
commit 798a475680b4e7f717ffa0cacdfc7f6d44bfc6f1
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Jan 16 20:19:45 2017 +0000
patch to fix loading module on 4.9 kernel
4.9.0_kernel.patch | 14 ++++++++++++++
nvidia-304xx-kmod.spec | 7 ++++++-
2 files changed, 20 insertions(+), 1 deletion(-)
---
diff --git a/4.9.0_kernel.patch b/4.9.0_kernel.patch
new file mode 100644
index 0000000..fd8081f
--- /dev/null
+++ b/4.9.0_kernel.patch
@@ -0,0 +1,14 @@
+--- a/kernel/nv-drm.c 2016-12-15 12:41:26.000000000 +0100
++++ b/kernel/nv-drm.c 2016-12-15 12:58:48.000000000 +0100
+@@ -71,7 +71,11 @@ static const struct file_operations nv_d
+ };
+
+ static struct drm_driver nv_drm_driver = {
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0)
++ .driver_features = DRIVER_LEGACY,
++#else
+ .driver_features = 0,
++#endif
+ .load = nv_drm_load,
+ .unload = nv_drm_unload,
+ .fops = &nv_drm_fops,
diff --git a/nvidia-304xx-kmod.spec b/nvidia-304xx-kmod.spec
index 3696b57..30325d4 100644
--- a/nvidia-304xx-kmod.spec
+++ b/nvidia-304xx-kmod.spec
@@ -9,7 +9,7 @@
Name: nvidia-304xx-kmod
Version: 304.134
# 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
@@ -22,6 +22,7 @@ Source0: nvidia-kmod-data-%{version}.tar.xz
Source11: nvidia-304xx-kmodtool-excludekernel-filterfile
# https://anonscm.debian.org/viewvc/pkg-nvidia/packages/nvidia-graphics-dri...
Patch0: disable-mtrr.patch
+Patch1: 4.9.0_kernel.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -49,6 +50,7 @@ for arch in x86 x64
do
pushd nvidiapkg-${arch}
%patch0 -p0
+%patch1 -p1
popd
done
@@ -82,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Jan 16 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 304.134-2
+- patch to fix loading module on 4.9 kernel
+
* Wed Dec 14 2016 leigh scott <leigh123linux(a)googlemail.com> - 304.134-1
- Update to 304.134
7 years, 10 months
[gstreamer1-plugins-bad-nonfree] Enable fdk-aac
by Leigh Scott
commit 0e96bf9e55de23c63cf613bb4bc49d063a2572e3
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Jan 16 12:01:24 2017 +0000
Enable fdk-aac
gstreamer1-plugins-bad-nonfree.spec | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index 7471fc7..0fa3d48 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -1,10 +1,10 @@
# which plugins to actually build and install
-%global extdirs ext/faac
+%global extdirs ext/faac ext/fdkaac
Summary: GStreamer 1.0 streaming media framework "bad" non-free plug-ins
Name: gstreamer1-plugins-bad-nonfree
Version: 1.11.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
@@ -18,6 +18,7 @@ BuildRequires: gtk-doc
BuildRequires: orc-devel
BuildRequires: libdca-devel
BuildRequires: faac-devel
+BuildRequires: fdk-aac-devel
%description
GStreamer is a streaming media framework, based on graphs of elements which
@@ -63,9 +64,12 @@ rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/*.la
%license COPYING.LIB
# Plugins with external dependencies
%{_libdir}/gstreamer-1.0/libgstfaac.so
-
+%{_libdir}/gstreamer-1.0/libgstfdkaac.so
%changelog
+* Mon Jan 16 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.11.1-2
+- Enable fdk-aac
+
* Mon Jan 16 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.11.1-1
- Update to 1.11.1
7 years, 10 months
[gstreamer1-plugins-bad-freeworld] enable libde265
by Leigh Scott
commit 9e027cc0f99c16264894a28b2d56136d0996e6ef
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Jan 16 11:49:52 2017 +0000
enable libde265
gstreamer1-plugins-bad-freeworld.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-freeworld.spec b/gstreamer1-plugins-bad-freeworld.spec
index 69f5541..ab21a2b 100644
--- a/gstreamer1-plugins-bad-freeworld.spec
+++ b/gstreamer1-plugins-bad-freeworld.spec
@@ -1,11 +1,11 @@
# which plugins to actually build and install
%global gstdirs gst/dvbsuboverlay gst/dvdspu gst/siren
-%global extdirs ext/dts ext/faad ext/libmms ext/mpeg2enc ext/mplex ext/rtmp ext/voamrwbenc ext/x265
+%global extdirs ext/dts ext/faad ext/libde265 ext/libmms ext/mpeg2enc ext/mplex ext/rtmp ext/voamrwbenc ext/x265
Summary: GStreamer 1.0 streaming media framework "bad" plug-ins
Name: gstreamer1-plugins-bad-freeworld
Version: 1.11.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
@@ -27,6 +27,7 @@ BuildRequires: vo-amrwbenc-devel
#BuildRequires: vo-aacenc-devel
BuildRequires: libusbx-devel
BuildRequires: x265-devel
+BuildRequires: libde265-devel
%description
GStreamer is a streaming media framework, based on graphs of elements which
@@ -79,6 +80,7 @@ rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/*.la
%{_libdir}/gstreamer-1.0/libgstsiren.so
# Plugins with external dependencies
+%{_libdir}/gstreamer-1.0/libgstlibde265.so
%{_libdir}/gstreamer-1.0/libgstdtsdec.so
%{_libdir}/gstreamer-1.0/libgstfaad.so
%{_libdir}/gstreamer-1.0/libgstmms.so
@@ -91,6 +93,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/*.la
%changelog
+* Mon Jan 16 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.11.1-2
+- enable libde265
+
* Mon Jan 16 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.11.1-1
- Update to 1.11.1
- Remove libmimic bits as mimic is no longer included in the source
7 years, 10 months
[gstreamer1-plugins-bad-nonfree] Update to 1.11.1
by Leigh Scott
commit 5df7d728713268d43005136f28e950d8f8001bef
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Jan 16 11:27:59 2017 +0000
Update to 1.11.1
gstreamer1-plugins-bad-nonfree.spec | 9 ++++++---
sources | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index 6aadb56..7471fc7 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -3,14 +3,14 @@
Summary: GStreamer 1.0 streaming media framework "bad" non-free plug-ins
Name: gstreamer1-plugins-bad-nonfree
-Version: 1.10.2
+Version: 1.11.1
Release: 1%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{ve...
-BuildRequires: gstreamer1-devel >= 1.10.0
-BuildRequires: gstreamer1-plugins-base-devel >= 1.10.0
+BuildRequires: gstreamer1-devel >= 1.11.1
+BuildRequires: gstreamer1-plugins-base-devel >= 1.11.1
BuildRequires: check
BuildRequires: gettext-devel
BuildRequires: libXt-devel
@@ -66,6 +66,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/*.la
%changelog
+* Mon Jan 16 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.11.1-1
+- Update to 1.11.1
+
* Wed Nov 30 2016 leigh scott <leigh123linux(a)googlemail.com> - 1.10.2-1
- Update to 1.10.2
diff --git a/sources b/sources
index 37b8eeb..9fde333 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-823f4c33fe27c61332c0122273217988 gst-plugins-bad-1.10.2.tar.xz
+3a995f3a765f938242cfc1c687ed4de1 gst-plugins-bad-1.11.1.tar.xz
7 years, 10 months