[kodi/f29] Kodi 18.0 RC4
by Leigh Scott
Summary of changes:
b90ed18... Kodi 18.0 RC4 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 10 months
[kodi] Kodi 18.0 RC4
by Leigh Scott
commit b90ed181727284c56a926c8b32e4d789d62198c7
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sun Dec 30 12:23:37 2018 +0000
Kodi 18.0 RC4
kodi-18-rc3-cxx-assertions.patch | 66 ----------------------------------------
kodi-18-rc3-cxx-debug.patch | 42 -------------------------
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 14 +++------
sources | 2 +-
5 files changed, 7 insertions(+), 119 deletions(-)
---
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index d950307..b48adf5 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=18
-MINORVERSION=0rc3
+MINORVERSION=0rc4
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Leia
diff --git a/kodi.spec b/kodi.spec
index 371e0a4..291e281 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -1,4 +1,4 @@
-%global PRERELEASE rc3
+%global PRERELEASE rc4
#global DIRVERSION %{version}
#global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
@@ -30,7 +30,7 @@
Name: kodi
Version: 18.0
-Release: 0.22.rc3%{?dist}
+Release: 0.23.rc4%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -67,11 +67,6 @@ Patch1: kodi-18.0-versioning.patch
# Prevent trousers from being linked, which breaks Samba
Patch2: kodi-18-trousers.patch
-# Fix a few crashers due to Fedora c++ compiler flags. Will be included in rc4 / final.
-# https://github.com/xbmc/xbmc/pull/15104
-Patch100: kodi-18-rc3-cxx-assertions.patch
-Patch101: kodi-18-rc3-cxx-debug.patch
-
%ifarch x86_64 i686
%global _with_crystalhd 1
%endif
@@ -339,8 +334,6 @@ This package contains the Kodi binary for X11 servers.
%setup -q -n %{name}-%{DIRVERSION}
%patch1 -p1 -b.versioning
%patch2 -p1 -b.trousers
-%patch100 -p1 -b.cxx-assertions
-%patch101 -p1 -b.cxx-debug
# Fix up Python shebangs
pathfix.py -pni "%{__python2} %{py2_shbang_opts}" \
tools/EventClients/lib/python/zeroconf.py \
@@ -488,6 +481,9 @@ mv docs/manpages ${RPM_BUILD_ROOT}%{_mandir}/man1/
%changelog
+* Sun Dec 30 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 18.0-0.23.rc4
+- Kodi 18.0 RC4
+
* Tue Dec 25 2018 Michael Cronenworth <mike(a)cchtml.com> - 18.0-0.22.rc3
- Add upstream patches to fix a few crashers
diff --git a/sources b/sources
index 63a85a2..364bafb 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-411d971b6dc410e65fd67a33a4afe932 kodi-18.0rc3-patched.tar.xz
+f23e96fde06c7cb1d7dd38c86396aec2 kodi-18.0rc4-patched.tar.xz
2aec5f8c790449126118abc6bb3cb5cd kodi-libdvdnav-6.0.0-Leia-Alpha-3.tar.gz
f3244e7b002d37f91cc6a77461c4f619 kodi-libdvdread-6.0.0-Leia-Alpha-3.tar.gz
5 years, 10 months
[vlc] Enable dav1d support
by Leigh Scott
commit c6c572d31e711a86065e2b447362b495bf28740a
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sun Dec 30 10:38:03 2018 +0000
Enable dav1d support
vlc.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index e0396a4..8bc3520 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -30,6 +30,7 @@
%global _with_fluidsynth 1
%if 0%{?fedora}
%global _with_aom 1
+%global _with_dav1d 1
%global _with_freerdp 1
%global _with_projectm 1
%global _with_schroedinger 1
@@ -44,7 +45,7 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.5
-Release: 10%{?dist}
+Release: 11%{?dist}
License: GPLv2+
URL: https://www.videolan.org
Source0: %{vlc_url}/%{?!vlc_tag:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
@@ -68,6 +69,7 @@ BuildRequires: aalib-devel
BuildRequires: alsa-lib-devel
BuildRequires: avahi-devel
BuildRequires: cdparanoia-devel
+%{?_with_dav1d:BuildRequires: libdav1d-devel}
BuildRequires: pkgconfig(dbus-1)
%{?_with_faad2:BuildRequires: faad2-devel}
%{?_with_ffmpeg:BuildRequires: ffmpeg-devel >= 0.4.9-0}
@@ -324,6 +326,7 @@ rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
} \
%{?_with_aom:--enable-aom} \
%{!?_with_a52dec:--disable-a52} \
+%{?_with_dav1d:--enable-dav1d} \
%{!?_with_ffmpeg:--disable-avcodec --disable-avformat \
--disable-swscale --disable-postproc} \
%{?_with_faad2:--enable-faad} \
@@ -576,6 +579,9 @@ fi || :
%changelog
+* Sun Dec 30 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1:3.0.5-11
+- Enable dav1d support
+
* Thu Dec 27 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1:3.0.5-10
- Update to 3.0.5
- Bump n-v-r to make koji happy
5 years, 10 months
[get_iplayer] Update to version 3.18.
by mavit
commit c08063c3a778fcc1201446690426927f71099ff8
Author: Peter Oliver <git(a)mavit.org.uk>
Date: Sat Dec 29 12:22:34 2018 +0000
Update to version 3.18.
.gitignore | 1 +
get_iplayer.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce80f61..c841e36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ get_iplayer-2.94.tar.gz
/get_iplayer-3.14.tar.gz
/get_iplayer-3.16.tar.gz
/get_iplayer-3.17.tar.gz
+/get_iplayer-3.18.tar.gz
diff --git a/get_iplayer.spec b/get_iplayer.spec
index bbec6c9..c8402e4 100644
--- a/get_iplayer.spec
+++ b/get_iplayer.spec
@@ -1,5 +1,5 @@
Name: get_iplayer
-Version: 3.17
+Version: 3.18
Release: 1%{?dist}
Summary: Lists, records and streams BBC iPlayer TV and radio programmes
@@ -102,6 +102,9 @@ fi
%changelog
+* Sat Dec 29 2018 Peter Oliver <rpm(a)mavit.org.uk> - 3.18-1
+- Update to version 3.18.
+
* Sun Aug 19 2018 Peter Oliver <rpm(a)mavit.org.uk> - 3.17-1
- Update to version 3.17.
diff --git a/sources b/sources
index e8a1c0e..be0d2ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1438ba91daf8d9da5074a437c13cfbf9 get_iplayer-3.17.tar.gz
+7fb3cd758c9bbb5f5ca634df3f664891 get_iplayer-3.18.tar.gz
5 years, 10 months
[vlc/f28: 26/26] fix merge
by Leigh Scott
commit 5ad87c204c164008abee59e4ce2015932ef810ea
Merge: 69a0f7a 2fad852
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu Dec 27 20:41:01 2018 +0000
fix merge
.gitignore | 1 -
mmal_1.patch | 6570 +++++++++++++++++++++
sources | 2 +-
vlc.spec | 57 +-
x264-Fix-build-with-a-newer-version-of-x264.patch | 13 -
5 files changed, 6607 insertions(+), 36 deletions(-)
---
5 years, 11 months
[vlc/f28] (26 commits) ...fix merge
by Leigh Scott
Summary of changes:
9b30f22... expunge qt-devel from buildroot (*)
36e9b18... Add BR: libXinerama-devel, needed for skins (*)
346c9b7... Update snapshot (*)
1348a40... Add patch (*)
1a4511c... Rework vlc_tag/rc (*)
583d02a... Revert "Add patch" (*)
262a9ed... Remove uneeded patch (*)
3a82244... Update snapshot (*)
7a6d996... Mass rebuild for x264 and/or x265 (*)
83fac7a... Fix build with x264 >= 0.153 (*)
b225904... Update snapshot (*)
4316568... Move vdpau to core (*)
bdc25f6... Update to 20181111 (*)
d7c172f... Rebuild for new x265 (*)
496fe95... Update to 20181129 (*)
08cdcfe... Bump epoch (*)
43877d8... Updates (*)
b9db1fb... Add armv7hnl to _with_rpi (*)
1b1b934... fixup (*)
aae0432... Add mmal support (*)
8eb5419... Update changelog (*)
1bc04ee... Rework _with_rpi case with neon (*)
785d33b... Update to 3.0.5 (*)
7a70473... Bump n-v-r to make koji happy (*)
2fad852... Bump tag (*)
5ad87c2... fix merge
(*) This commit already existed in another branch; no separate mail sent
5 years, 11 months
[moc] SVN checkout svn2992
by Antonio
commit efe8c67432362755dcf738c5ac1e99fa86cdab30
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Thu Dec 27 21:38:42 2018 +0100
SVN checkout svn2992
.gitignore | 1 +
moc-ffmpeg35_buildfix.patch | 32 --------------------------------
moc-r2961+timidity_sint8-1.patch | 13 -------------
moc.spec | 35 +++++++++++++++++++++--------------
sources | 2 +-
5 files changed, 23 insertions(+), 60 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b3a386a..59c4eb4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
moc-2.6-0.5.alpha1.tar.xz
/moc-git2880.tar.gz
/moc-2.6-alpha3.tar.xz
+/moc-git2992.tar.gz
diff --git a/moc.spec b/moc.spec
index 316e7b0..c93b7f5 100644
--- a/moc.spec
+++ b/moc.spec
@@ -1,8 +1,12 @@
+## Debug builds?
+%bcond_with debug
+#
+
# Filtering of private libraries
%global __provides_exclude_from ^%{_libdir}/%{name}/.*\\.so$
#
-#%%global checkout 2880
+%global checkout 2992
# Set up a new macro to define MOC's 'mocp' executable
%global exec mocp
@@ -10,7 +14,7 @@
Name: moc
Summary: Music on Console - Console audio player for Linux/UNIX
Version: 2.6
-Release: 0.28.alpha3%{?dist}
+Release: 0.29.svn%{checkout}%{?dist}
License: GPLv3+
URL: http://moc.daper.net
@@ -18,11 +22,8 @@ URL: http://moc.daper.net
## svn co svn://svn.daper.net/moc/trunk
## rm -rf trunk/.svn
## tar -cvzf moc-git%%{checkout}.tar.gz trunk
-#Source0: moc-git%%{checkout}.tar.gz
-Source0: http://ftp.daper.net/pub/soft/moc/unstable/moc-%{version}-alpha3.tar.xz
-Patch0: %{name}-ffmpeg35_buildfix.patch
-Patch1: %{name}-r2961+timidity_sint8-1.patch
-Patch2: %{name}-r2961+lt_init-1.patch
+Source0: moc-git%{checkout}.tar.gz
+Patch0: %{name}-r2961+lt_init-1.patch
BuildRequires: pkgconfig(ncurses)
BuildRequires: pkgconfig(alsa)
@@ -59,23 +60,26 @@ using the menu similar to Midnight Commander, and MOC will start playing all
files in this directory beginning from the chosen file.
%prep
-%setup -q -n moc-%{version}-alpha3
-%if 0%{?fedora} > 27
-%patch0 -p1
-%endif
-%patch1 -p1
-%patch2 -p1
+%autosetup -p 1 -n trunk
%build
mv configure.in configure.ac
libtoolize -ivfc
autoreconf -ivf
+%if %{with debug}
+export CFLAGS="-O0 -g"
+%endif
%configure --disable-static --disable-silent-rules --disable-rpath --with-rcc \
--with-oss --with-alsa --with-jack --with-aac --with-mp3 \
--with-musepack --with-vorbis --with-flac --with-wavpack \
--with-sndfile --with-modplug --with-ffmpeg --with-speex \
- --with-samplerate --with-curl --disable-debug --without-magic \
+ --with-samplerate --with-curl --without-magic \
+%if %{with debug}
+ --enable-debug \
+%else
+ --disable-debug \
+%endif
CPPFLAGS="-I%{_includedir}/libdb -fPIC"
%make_build
@@ -95,6 +99,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/moc/decoder_plugins/*.la
%{_libdir}/%{name}/
%changelog
+* Thu Dec 27 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.29.svn2992
+- SVN checkout svn2992
+
* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.6-0.28.alpha3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
diff --git a/sources b/sources
index 4265605..8b1119c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1d828fda8e9cd0e2ba625457926aa6e4 moc-2.6-alpha3.tar.xz
+f65cf51f9a16bdad3ca3ec0fff15b5a8 moc-git2992.tar.gz
5 years, 11 months
[vlc/f29] (14 commits) ...Bump tag
by Leigh Scott
Summary of changes:
4316568... Move vdpau to core (*)
bdc25f6... Update to 20181111 (*)
d7c172f... Rebuild for new x265 (*)
496fe95... Update to 20181129 (*)
08cdcfe... Bump epoch (*)
43877d8... Updates (*)
b9db1fb... Add armv7hnl to _with_rpi (*)
1b1b934... fixup (*)
aae0432... Add mmal support (*)
8eb5419... Update changelog (*)
1bc04ee... Rework _with_rpi case with neon (*)
785d33b... Update to 3.0.5 (*)
7a70473... Bump n-v-r to make koji happy (*)
2fad852... Bump tag (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 11 months