[vlc/f25] - Update to 20161212 snapshot
by Nicolas Chauvet
Summary of changes:
0987d12... - Update to 20161212 snapshot (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 11 months
[vlc] - Update to 20161212 snapshot
by Nicolas Chauvet
commit 0987d121d6373454d3624c9162684f402981a99b
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Dec 12 16:34:31 2016 +0100
- Update to 20161212 snapshot
sources | 2 +-
vlc.spec | 13 +++++++++----
2 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/sources b/sources
index b4f808c..78b5048 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5fe68fda2cf92e0c677737203ec91721 vlc-3.0.0-20161026-0238-git.tar.xz
+cc1111ea6d5e84bdd7ac54876b9b9977 vlc-3.0.0-20161212-0236-git.tar.xz
diff --git a/vlc.spec b/vlc.spec
index 3b2a7ff..36da1bc 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,4 +1,4 @@
-%global vlc_rc -20161026-0238-git
+%global vlc_rc -20161212-0236-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.11%{?dist}
+Release: 0.12%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -87,9 +87,11 @@ BuildRequires: libid3tag-devel
BuildRequires: libkate-devel
%{?_with_libmad:BuildRequires: libmad-devel}
BuildRequires: libmatroska-devel >= 0.7.6
+BuildRequires: libmfx-devel
BuildRequires: libmodplug-devel
BuildRequires: libmp4v2-devel
BuildRequires: libmpcdec-devel
+BuildRequires: libmpg123-devel
BuildRequires: libmtp-devel >= 1.0.0
%{?_with_projectm:BuildRequires: libprojectM-qt-devel}
BuildRequires: libproxy-devel
@@ -109,6 +111,7 @@ BuildRequires: libv4l-devel
%{?_with_vaapi:BuildRequires: libva-devel}
BuildRequires: pkgconfig(vdpau)
BuildRequires: pkgconfig(vorbis)
+BuildRequires: pkgconfig(vpx)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: lirc-devel
%{?_with_live555:BuildRequires: live555-devel >= 0-0.33}
@@ -401,7 +404,6 @@ fi || :
%{_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_glx_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_x11_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_window_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_xv_plugin.so
@@ -455,7 +457,6 @@ fi || :
%exclude %{_libdir}/vlc/plugins/video_output/libglx_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_glx_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
@@ -499,6 +500,10 @@ fi || :
%changelog
+* Mon Dec 12 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.12
+- Update to 20161212 snapshot
+- Add BR: vpx, mpg123 and mfx
+
* Tue Nov 22 2016 leigh scott <leigh123linux(a)googlemail.com> - 3.0.0-0.11
- add patch to disable HIDPI scaling - rfbz#4272
7 years, 11 months
[live555] Update to 2016.11.28
by Nicolas Chauvet
commit 75e6086df69126a764e53c349439ab09c007c491
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Dec 12 16:07:31 2016 +0100
Update to 2016.11.28
.gitignore | 1 +
live555.spec | 24 ++++++++++++------------
sources | 2 +-
3 files changed, 14 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 98ddea2..358bed1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
live.2014.10.21.tar.gz
/live.2016.07.19.tar.gz
/live.2016.10.21.tar.gz
+/live.2016.11.28.tar.gz
diff --git a/live555.spec b/live555.spec
index 5b2e833..ae91a7c 100644
--- a/live555.spec
+++ b/live555.spec
@@ -1,5 +1,5 @@
Name: live555
-Version: 2016.10.21
+Version: 2016.11.28
Release: 1%{?dist}
Summary: Live555.com streaming libraries
@@ -28,8 +28,6 @@ been used to add streaming support to existing media player applications.
Summary: Development files for live555.com streaming libraries
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
-Obsoletes: live-devel < 0-0.19.2008.04.03
-Provides: live-devel = %{version}-%{release}
%description devel
This code forms a set of C++ libraries for multimedia streaming,
@@ -47,8 +45,6 @@ been used to add streaming support to existing media player applications.
Summary: RTSP streaming tools using live555.com streaming libraries
Group: Applications/Multimedia
Requires: %{name}%{?_isa} = %{version}-%{release}
-Obsoletes: live-tools < 0-0.19.2008.04.03
-Provides: live-tools = %{version}-%{release}
%description tools
This code forms a set of C++ libraries for multimedia streaming,
@@ -69,28 +65,28 @@ vobStreamer) and a variety of test tools.
%prep
%setup -q -n live
-sed -i -e "s|-O2|$RPM_OPT_FLAGS|" \
+sed -i -e "s|-O2|%{optflags}|" \
config.linux-with-shared-libraries
%build
./genMakefiles %{_target_os}-with-shared-libraries
-make LDFLAGS="$RPM_LD_FLAGS" %{?_smp_mflags}
+%make_build LDFLAGS="%{?__global_ldflags}"
%install
-make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} LIBDIR=%{_libdir}
+%make_install PREFIX=%{_prefix} LIBDIR=%{_libdir}
#RPM Macros support
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rpm
-cat > $RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros.live555 << EOF
+mkdir -p %{buildroot}%{_sysconfdir}/rpm
+cat > %{buildroot}%{_sysconfdir}/rpm/macros.live555 << EOF
# live555 RPM Macros
%live555_version %{version}
EOF
-touch -r COPYING $RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros.live555
+touch -r COPYING %{buildroot}%{_sysconfdir}/rpm/macros.live555
#Fix library dependency detection
-chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so*
+chmod +x %{buildroot}%{_libdir}/*.so*
%post -p /sbin/ldconfig
@@ -121,6 +117,10 @@ chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so*
%changelog
+* Mon Dec 12 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 2016.11.28-1
+- Update to 2016.11.28
+- Switch to RPM based macros
+
* Fri Oct 28 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 2016.10.21-1
- Update to 2016.10.21
diff --git a/sources b/sources
index ad0e95c..cbbdd76 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b1f04f17ac5206d9d1930fcc998a94e live.2016.10.21.tar.gz
+60dcc25f77364f40d630dbd6ab354ea0 live.2016.11.28.tar.gz
7 years, 11 months
[kodi] Update to 17 beta 6
by Michael Cronenworth
commit 9dd9cbab99939fa6fc604d106607b29408571f42
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Sun Dec 11 17:23:46 2016 -0600
Update to 17 beta 6
.gitignore | 2 +-
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 16 +++++++---------
sources | 2 +-
4 files changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b6560c..13c4b27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kodi-17.0b5-patched.tar.xz
+/kodi-17.0b6-patched.tar.xz
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index 8815dfe..40f41f2 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=17
-MINORVERSION=0b5
+MINORVERSION=0b6
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Krypton
diff --git a/kodi.spec b/kodi.spec
index 066eefd..1094352 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -1,4 +1,4 @@
-%global PRERELEASE b5
+%global PRERELEASE b6
#global DIRVERSION %{version}
#global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
@@ -8,7 +8,7 @@
Name: kodi
Version: 17.0
-Release: 0.8%{?dist}
+Release: 0.9%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -38,10 +38,6 @@ Patch1: kodi-16.0-versioning.patch
# Drop DVD library support
Patch2: kodi-17a2-libdvd.patch
-# Libcec 4.0 support
-# https://github.com/popcornmix/xbmc/commit/e2e1ba73de53e0f64baa2edc6a45263...
-Patch3: kodi-17b5-libcec4.patch
-
# Optional deps (not in EPEL)
%if 0%{?fedora}
# (libbluray in EPEL 6 is too old.)
@@ -100,6 +96,7 @@ BuildRequires: gperf
BuildRequires: jasper-devel
BuildRequires: java-devel
BuildRequires: lame-devel
+BuildRequires: lcms2-devel
BuildRequires: libXinerama-devel
BuildRequires: libXmu-devel
BuildRequires: libXtst-devel
@@ -260,9 +257,6 @@ library.
%setup -q -n %{name}-%{DIRVERSION}
%patch1 -p1 -b.versioning
%patch2 -p1 -b.libdvd
-%if 0%{?fedora} > 25
-%patch3 -p1 -b.libcec4
-%endif
%if 0%{?_with_dvd}
cp -p %{SOURCE2} tools/depends/target/libdvdnav/libdvdnav-master.tar.gz
cp -p %{SOURCE3} tools/depends/target/libdvdread/libdvdread-master.tar.gz
@@ -416,6 +410,10 @@ fi
%changelog
+* Sun Dec 11 2016 Michael Cronenworth <mike(a)cchtml.com> - 17.0-0.9
+- Kodi 17 beta 6
+- Drop libcec patch, now upstream
+
* Mon Oct 31 2016 Michael Cronenworth <mike(a)cchtml.com> - 17.0-0.8
- Kodi 17 beta 5
- Include patch for libcec 4.0 support
diff --git a/sources b/sources
index 50b7c91..5faeaca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bac6c4beb9acd3a417ccb15fadbf0852 kodi-17.0b5-patched.tar.xz
+08c93b0627635fde158e7428fa14d268 kodi-17.0b6-patched.tar.xz
7 years, 11 months
[kaffeine] update to 2.0.5 release
by Leigh Scott
commit b821f3b1af28d4b78347c32bf53788f8d2fcbc7f
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Dec 11 17:15:02 2016 +0000
update to 2.0.5 release
.gitignore | 1 +
kaffeine.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c00dfaf..4c7c2f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
kaffeine-1.2.2.tar.gz
/kaffeine-2.0.4.tar.xz
+/kaffeine-2.0.5.tar.xz
diff --git a/kaffeine.spec b/kaffeine.spec
index 4bd12af..be2bf7a 100644
--- a/kaffeine.spec
+++ b/kaffeine.spec
@@ -1,6 +1,6 @@
Name: kaffeine
-Version: 2.0.4
-Release: 5%{?dist}
+Version: 2.0.5
+Release: 1%{?dist}
License: GPLv2+
Summary: KDE media player
@@ -90,6 +90,9 @@ fi
%{_kf5_mandir}/man1/kaffeine.1.*
%changelog
+* Sun Dec 11 2016 leigh scott <leigh123linux(a)googlemail.com> - 2.0.5-1
+- update to 2.0.5 release
+
* Fri Jul 08 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.4-5
- rebuilt
diff --git a/sources b/sources
index 7972a91..36685fd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0188f7480734e7798a63c017e8be74ac kaffeine-2.0.4.tar.xz
+4e034c0da0837f3fbdf3e831a1f3e6fb kaffeine-2.0.5.tar.xz
7 years, 11 months
[game-data-packager] new upstream release / rfpkg seams broken at the moment :-(
by Alexandre Detiste
commit 6a1a9d25eeb7dff3c36b0d26ace74b41311ca1b6
Author: Alexandre Detiste <alexandre.detiste(a)gmail.com>
Date: Sun Dec 11 13:34:41 2016 +0100
new upstream release / rfpkg seams broken at the moment :-(
'Could not execute commit: __init__() got an unexpected keyword argument 'realms''
game-data-packager.spec | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/game-data-packager.spec b/game-data-packager.spec
index de70cef..ff20452 100644
--- a/game-data-packager.spec
+++ b/game-data-packager.spec
@@ -1,3 +1,13 @@
+# How to refresh
+#
+# 1) bump "Version:"
+# 2) add changelog entry
+# 3) 'spectool -g game-data-packager.spec'
+# 4) rpmbuild -ba game-data-packager.spec
+# 5) rfpkg commit
+# 6) rfpkg push
+# 7) rfpkg build
+
#define gitdate 20160112
# git log --oneline -1
%define gitversion 50f64b6
@@ -7,7 +17,7 @@
%endif
Name: game-data-packager
-Version: 47
+Version: 48
Release: 1%{?gver}%{?dist}
Summary: Installer for game data files
License: GPLv2 and GPLv2+
@@ -117,6 +127,9 @@ rm -v $RPM_BUILD_ROOT/usr/share/man/man6/quake*.6
%license COPYING
%changelog
+* Sun Dec 11 2016 Alexandre Detiste <alexandre.detiste(a)gmail.com> - 48-1
+- new upstream release
+
* Sun Nov 06 2016 Alexandre Detiste <alexandre.detiste(a)gmail.com> - 47-1
- new upstream release
7 years, 11 months
[girl/f24: 3/3] Merge branch 'master' into f24
by Martin Gansser
commit 348b54a2eb2b265db068eb2568064f0c2e2e90c1
Merge: d91e5fb 57bc606
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sun Dec 11 11:55:28 2016 +0100
Merge branch 'master' into f24
girl.spec | 1 +
1 file changed, 1 insertion(+)
---
7 years, 11 months