[qmmp-plugins-freeworld/el7] synchronised with EPEL7 dropped MAD plugin, now in EPEL (rhbz#1409566)
by Karel Volný
commit 54ea48f5cdeb91a41c47e368b6b344232c7b0d6b
Author: Karel Volny <kvolny(a)redhat.com>
Date: Tue Jan 10 11:34:23 2017 +0100
synchronised with EPEL7
dropped MAD plugin, now in EPEL (rhbz#1409566)
.gitignore | 1 +
qmmp-plugins-freeworld.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aaf8d8d..f54a3a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
qmmp-0.7.7.tar.bz2
+/qmmp-0.8.8.tar.bz2
diff --git a/qmmp-plugins-freeworld.spec b/qmmp-plugins-freeworld.spec
index 9b39109..97a3386 100755
--- a/qmmp-plugins-freeworld.spec
+++ b/qmmp-plugins-freeworld.spec
@@ -1,5 +1,5 @@
Name: qmmp-plugins-freeworld
-Version: 0.7.7
+Version: 0.8.8
Release: 1%{?dist}
Summary: Plugins for qmmp (Qt-based multimedia player)
@@ -17,7 +17,7 @@ BuildRequires: cmake
BuildRequires: ffmpeg-devel
BuildRequires: enca-devel
BuildRequires: faad2-devel
-BuildRequires: libmad-devel qt-devel >= 4.3
+BuildRequires: qt-devel >= 4.3
BuildRequires: libmms-devel
BuildRequires: taglib-devel libcurl-devel
#BuildRequires: qmmp%{?_isa} = %{version}
@@ -51,6 +51,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 \
@@ -98,7 +99,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
@@ -107,7 +107,6 @@ rm -rf %{buildroot}
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
@@ -131,6 +130,10 @@ rm -rf %{buildroot}
%changelog
+* Mon Jan 02 2017 Karel Volný <kvolny(a)redhat.com> 0.8.8-1
+- synchronised with EPEL7
+- dropped MAD plugin, now in EPEL (rhbz#1409566)
+
* Mon Aug 04 2014 Karel Volný <kvolny(a)redhat.com> 0.7.7-1
- version bump
diff --git a/sources b/sources
index c2ae674..a5b47a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9376b5d535ed540e97bdff79b42607ae qmmp-0.7.7.tar.bz2
+674549631403882e8ea561481567ca0c qmmp-0.8.8.tar.bz2
7 years, 10 months
[vlc/f24] (3 commits) ...Disable wayland - move plugins
by Nicolas Chauvet
Summary of changes:
7eac4be... rebuild for x265 (*)
e5e07d6... Update to 20170109 (*)
a0ee390... Disable wayland - move plugins (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 10 months
[vlc/f25] (3 commits) ...Disable wayland - move plugins
by Nicolas Chauvet
Summary of changes:
7eac4be... rebuild for x265 (*)
e5e07d6... Update to 20170109 (*)
a0ee390... Disable wayland - move plugins (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 10 months
[vlc] Disable wayland - move plugins
by Nicolas Chauvet
commit a0ee390bf176a4646687d0bfa0fac9e93bb96888
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Jan 9 17:12:16 2017 +0100
Disable wayland - move plugins
vlc.spec | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index 6e65921..c785871 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -141,8 +141,10 @@ BuildRequires: pkgconfig(Qt5Core) >= 5.2
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2
BuildRequires: pkgconfig(Qt5Gui) >= 5.5
BuildRequires: pkgconfig(speexdsp) >= 1.0.5
+%{?_with_wayland:
BuildRequires: pkgconfig(wayland-client) >= 1.5.91
BuildRequires: pkgconfig(wayland-egl)
+}
%{?_with_schroedinger:BuildRequires: schroedinger-devel >= 1.0.10}
BuildRequires: sqlite-devel
BuildRequires: SDL_image-devel
@@ -283,6 +285,7 @@ rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
--enable-theora \
--enable-libass \
--enable-shout \
+%{!?_with_wayland: --disable-wayland} \
%{!?_without_xcb:--enable-xcb --enable-xvideo} \
%{?_without_xcb:--disable-xcb --disable-xvideo} \
--enable-svg \
@@ -392,18 +395,21 @@ fi || :
%{_datadir}/vlc/skins2/
%{_bindir}/qvlc
%{_bindir}/svlc
+%{_libdir}/vlc/*.so*
%{_libdir}/vlc/plugins/gui/libqt_plugin.so
%{?_with_gnomevfs:
%{_libdir}/vlc/plugins/access/libaccess_gnomevfs_plugin.so
}
%{_libdir}/vlc/plugins/video_output/libaa_plugin.so
%{_libdir}/vlc/plugins/video_output/libcaca_plugin.so
+%{?_with_wayland:
%{_libdir}/vlc/plugins/video_output/libegl_wl_plugin.so
+%{_libdir}/vlc/plugins/video_output/libwl_shell_surface_plugin.so
+%{_libdir}/vlc/plugins/video_output/libwl_shm_plugin.so
+}
%{_libdir}/vlc/plugins/video_output/libegl_x11_plugin.so
%{_libdir}/vlc/plugins/video_output/libgl_plugin.so
%{_libdir}/vlc/plugins/video_output/libglx_plugin.so
-%{_libdir}/vlc/plugins/video_output/libwl_shell_surface_plugin.so
-%{_libdir}/vlc/plugins/video_output/libwl_shm_plugin.so
%{!?_without_xcb:
%{_libdir}/vlc/plugins/access/libxcb_screen_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_x11_plugin.so
@@ -453,12 +459,14 @@ fi || :
%endif
%exclude %{_libdir}/vlc/plugins/video_output/libaa_plugin.so
%exclude %{_libdir}/vlc/plugins/video_output/libcaca_plugin.so
-%exclude %{_libdir}/vlc/plugins/video_output/libegl_wl_plugin.so
%exclude %{_libdir}/vlc/plugins/video_output/libegl_x11_plugin.so
%exclude %{_libdir}/vlc/plugins/video_output/libgl_plugin.so
%exclude %{_libdir}/vlc/plugins/video_output/libglx_plugin.so
+%{?_with_wayland:
+%exclude %{_libdir}/vlc/plugins/video_output/libegl_wl_plugin.so
%exclude %{_libdir}/vlc/plugins/video_output/libwl_shell_surface_plugin.so
%exclude %{_libdir}/vlc/plugins/video_output/libwl_shm_plugin.so
+}
%exclude %{_libdir}/vlc/plugins/video_output/libxcb_x11_plugin.so
%exclude %{_libdir}/vlc/plugins/video_output/libxcb_window_plugin.so
%exclude %{_libdir}/vlc/plugins/video_output/libxcb_xv_plugin.so
@@ -474,7 +482,10 @@ fi || :
%exclude %{_libdir}/vlc/plugins/audio_output/libjack_plugin.so
%exclude %{_libdir}/vlc/plugins/audio_output/libpulse_plugin.so
%ghost %{_libdir}/vlc/plugins/plugins.dat
-%{_libdir}/vlc/
+%dir %{_libdir}/vlc/
+%{_libdir}/vlc/vlc-cache-gen
+%{_libdir}/vlc/plugins
+%{_libdir}/vlc/lua
%{_mandir}/man1/vlc*.1*
@@ -504,6 +515,8 @@ fi || :
%changelog
* Mon Jan 09 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.14
- Update to 20170109
+- Disable wayland for now - rhbz#4380
+- Move libvlc pulse,vdpau,xcb from -core to main
* Tue Jan 03 2017 Dominik Mierzejewski <rpm(a)greysector.net> - 3.0.0-0.13
- rebuild for x265
7 years, 10 months
[vlc] Update to 20170109
by Nicolas Chauvet
commit e5e07d62eff11578af0100e38ad1e5ab0d2c8214
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Jan 9 14:33:53 2017 +0100
Update to 20170109
sources | 2 +-
vlc.spec | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index 78b5048..d95895f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cc1111ea6d5e84bdd7ac54876b9b9977 vlc-3.0.0-20161212-0236-git.tar.xz
+b56db6077cdc228b11b4772335ad1b07 vlc-3.0.0-20170109-0241-git.tar.xz
diff --git a/vlc.spec b/vlc.spec
index c204ac2..6e65921 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,4 +1,4 @@
-%global vlc_rc -20161212-0236-git
+%global vlc_rc -20170109-0241-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.13%{?dist}
+Release: 0.14%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -502,6 +502,9 @@ fi || :
%changelog
+* Mon Jan 09 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.14
+- Update to 20170109
+
* Tue Jan 03 2017 Dominik Mierzejewski <rpm(a)greysector.net> - 3.0.0-0.13
- rebuild for x265
7 years, 10 months
[mock-rpmfusion-nonfree] Fix el-round.sh typo
by Sérgio M. Basto
commit 3534c57f797efc7a5c3d30e7978053761e052825
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Jan 9 15:51:45 2017 +0000
Fix el-round.sh typo
Not include rpmfusion-buildsys-epel-template
This template may will be need when we got back kmod building, we will need
a special repo with new kernels until have something like it, we dont need this
template, buildsys_override repos for each branch is in
rpmfusion-free-epel-template and rpmfusion-nonfree-epel-template, also add
configure: cost=2000 like in other cases of koji configurations.
Print and remove obsoleted .cfg files.
Enable gpgkeys
Switch to metalink over https
Organization: move all .cfg files to etc/mock directory
Organization: Move templates not in use to not_in_use directory
Update *.spec.in files according new locations of files.
Clean trailings whitespaces.
Clean up/modernize spec file, use %%{buildroot} macro
Also run ./round.sh and ./el-round.sh with make
.gitignore | 1 +
mock-rpmfusion-nonfree.spec | 34 +++++++++++++++++++++++-----------
sources | 2 +-
3 files changed, 25 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 25daf23..ca880da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ mock-rpmfusion-nonfree-23.0.tar.bz2
/mock-rpmfusion-nonfree-24.0.tar.bz2
/mock-rpmfusion-nonfree-25.0.tar.bz2
/mock-rpmfusion-nonfree-25.1.tar.bz2
+/mock-rpmfusion-nonfree-25.2.tar.bz2
diff --git a/mock-rpmfusion-nonfree.spec b/mock-rpmfusion-nonfree.spec
index 853ccd1..41c3133 100644
--- a/mock-rpmfusion-nonfree.spec
+++ b/mock-rpmfusion-nonfree.spec
@@ -1,13 +1,12 @@
Name: mock-rpmfusion-nonfree
-Version: 25.1
+Version: 25.2
Release: 1%{?dist}
Summary: Mock config files for the RPM Fusion NonFree Repository
Group: Development/Tools
License: BSD
-URL: http://rpmfusion.org/
-Source0: %{name}-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL: https://rpmfusion.org/
+Source0: https://github.com/rpmfusion-infra/mock-rpmfusion/releases/download/%{ver...
BuildArch: noarch
Requires: mock >= 1.2.19
@@ -25,13 +24,8 @@ Mock config files for the RPM Fusion NonFree Repository
%install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/mock
-install -pm 0644 *.cfg $RPM_BUILD_ROOT%{_sysconfdir}/mock
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{_sysconfdir}/mock
+install -pm 0644 etc/mock/*_nonfree.cfg %{buildroot}%{_sysconfdir}/mock
%files
@@ -40,6 +34,24 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Jan 05 2017 Sérgio Basto <sergio(a)serjux.com> - 25.2-1
+- Fix el-round.sh typo
+- Not include rpmfusion-buildsys-epel-template
+ This template may will be need when we got back kmod building, we will need
+ a special repo with new kernels until have something like it, we dont need this
+ template, buildsys_override repos for each branch is in
+ rpmfusion-free-epel-template and rpmfusion-nonfree-epel-template, also add
+ configure: cost=2000 like in other cases of koji configurations.
+- Print and remove obsoleted .cfg files.
+- Enable gpgkeys
+- Switch to metalink over https
+- Organization: move all .cfg files to etc/mock directory
+- Organization: Move templates not in use to not_in_use directory
+- Update *.spec.in files according new locations of files.
+- Clean trailings whitespaces.
+- Clean up/modernize spec file, use %{buildroot} macro
+- Also run ./round.sh and ./el-round.sh with make
+
* Thu Nov 10 2016 Sérgio Basto <sergio(a)serjux.com> - 25.1-1
- Update package requires to mock >= 1.2.19
- Bug fix.
diff --git a/sources b/sources
index e9bfa8b..6a0d851 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-816cc709cc973c0fe2034519fe932341 mock-rpmfusion-nonfree-25.1.tar.bz2
+c0691bb01c1342ff1bb4556582ad3406 mock-rpmfusion-nonfree-25.2.tar.bz2
7 years, 10 months