[smplayer] Update smplayer to 18.10.0
by Sérgio M. Basto
commit cde871d347e7384eacc50c96743430dc759339b4
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Oct 21 23:02:57 2018 +0100
Update smplayer to 18.10.0
.gitignore | 1 +
smplayer.spec | 5 ++++-
sources | 2 +-
update_smplayer.sh | 2 +-
4 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 585736c..122dd4f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,4 @@ smtube-16.3.0.tar.bz2
/smplayer-themes-18.6.0.tar.bz2
/smplayer-18.9.0.tar.bz2
/smtube-18.9.0.tar.bz2
+/smplayer-18.10.0.tar.bz2
diff --git a/smplayer.spec b/smplayer.spec
index 4fb9234..27ae9f2 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -1,5 +1,5 @@
Name: smplayer
-Version: 18.9.0
+Version: 18.10.0
%global smtube_ver 18.9.0
%global smplayer_themes_ver 18.6.0
%global smplayer_skins_ver 15.2.0
@@ -211,6 +211,9 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Sun Oct 21 2018 Sérgio Basto <sergio(a)serjux.com> - 18.10.0-1
+- Update smplayer to 18.10.0
+
* Tue Sep 18 2018 Sérgio Basto <sergio(a)serjux.com> - 18.9.0-1
- Update smplayer and smtube to 18.9.0
diff --git a/sources b/sources
index bd86edd..d495c71 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-e9e63ed49234d797491b78d30cae7e2c smplayer-18.9.0.tar.bz2
+2785988247e3ee9aa94ee2010473c08a smplayer-18.10.0.tar.bz2
d22aad59dde6c00403ef9e357f6e00b3 smtube-18.9.0.tar.bz2
8fe83cd59189291ca0d3beea1991e50b smplayer-themes-18.6.0.tar.bz2
57e165cf9a95808fafd179e5322b7f15 smplayer-skins-15.2.0.tar.bz2
diff --git a/update_smplayer.sh b/update_smplayer.sh
index ef3ebe5..65e9343 100755
--- a/update_smplayer.sh
+++ b/update_smplayer.sh
@@ -1,4 +1,4 @@
-version=18.9.0
+version=18.10.0
stube_ver=18.9.0
themes_ver=18.6.0
skins_ver=15.2.0
6 years, 1 month
[rpmfusion-nonfree-appstream-data/f28] Regenerate
by Ankur Sinha
commit a1fe1a604d9020cf79c7be00f80b844aecb79f9b
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur(a)gmail.com>
Date: Sun Oct 21 18:35:24 2018 +0100
Regenerate
rpmfusion-nonfree-appstream-data.spec | 5 ++++-
sources | 4 ++--
update-appdata-rpmfusion-nonfree.sh | 8 +++++---
3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/rpmfusion-nonfree-appstream-data.spec b/rpmfusion-nonfree-appstream-data.spec
index 38a0c3f..adde7be 100644
--- a/rpmfusion-nonfree-appstream-data.spec
+++ b/rpmfusion-nonfree-appstream-data.spec
@@ -3,7 +3,7 @@
Name: %{reponame}-%{repoversion}-appstream-data
Version: 28
-Release: 3%{?dist}
+Release: 4.20181021%{?dist}
Summary: Appstream metadata for the RPM Fusion nonfree repository
BuildArch: noarch
@@ -39,6 +39,9 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
%dir %{_datadir}/app-info/xmls
%changelog
+* Sun Oct 21 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 28-4.20181021
+- Regenerate.
+
* Sun Jul 08 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 28-3
- Regenerate
diff --git a/sources b/sources
index 58f64fc..135946f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-19ba7d1f8a1825d4774b646169303175 rpmfusion-nonfree-28-icons.tar.gz
-5640dce495878b9753b3bd9bb2c11375 rpmfusion-nonfree-28.xml.gz
+8fb3daa867a400c49c0a94917f8d6dc2 rpmfusion-nonfree-28-icons.tar.gz
+a8aa1aabec283004ca264d3b7a84f8ad rpmfusion-nonfree-28.xml.gz
diff --git a/update-appdata-rpmfusion-nonfree.sh b/update-appdata-rpmfusion-nonfree.sh
index 515bfbe..45d85a5 100755
--- a/update-appdata-rpmfusion-nonfree.sh
+++ b/update-appdata-rpmfusion-nonfree.sh
@@ -7,10 +7,12 @@ main ()
mkdir rpmfusion-nonfree/ -pv
cd rpmfusion-nonfree || exit -1
#
- if [ "$RELEASE" = "29" ]; then
+ if [ "$RELEASE" = "30" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/de..."
+ elif [ "$RELEASE" = "29" ]; then
+ URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/de..."
elif [ "$RELEASE" = "28" ]; then
- URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/de..."
+ URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/re..."
elif [ "$RELEASE" = "27" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/re..."
@@ -32,7 +34,7 @@ usage ()
echo "$0 -r <release>"
echo "- update appdata for rpmfusion nonfree repository"
echo "options:"
- echo "-r <release> one of 27, 28, and 29"
+ echo "-r <release> one of 27, 28, 29, and 30"
}
6 years, 1 month
[rpmfusion-nonfree-appstream-data/f29] Regenerate
by Ankur Sinha
commit 206c6fd1c3c28371215dbb8cc7492ad286679c24
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur(a)gmail.com>
Date: Sun Oct 21 18:03:31 2018 +0100
Regenerate
rpmfusion-nonfree-appstream-data.spec | 6 +++++-
sources | 2 +-
update-appdata-rpmfusion-nonfree.sh | 8 +++++---
3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/rpmfusion-nonfree-appstream-data.spec b/rpmfusion-nonfree-appstream-data.spec
index c580425..b6b71ca 100644
--- a/rpmfusion-nonfree-appstream-data.spec
+++ b/rpmfusion-nonfree-appstream-data.spec
@@ -3,7 +3,7 @@
Name: %{reponame}-%{repoversion}-appstream-data
Version: 29
-Release: 2%{?dist}
+Release: 3.20181021%{?dist}
Summary: Appstream metadata for the RPM Fusion nonfree repository
BuildArch: noarch
@@ -39,6 +39,10 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
%dir %{_datadir}/app-info/xmls
%changelog
+* Sun Oct 21 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 29-3.20181021
+- Regenerate
+- Use timestamp in release to indicate regeneration date.
+
* Sun Jul 08 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 29-2
- Regenerate
diff --git a/sources b/sources
index f107d66..f602429 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
8d7640ef64ddcae2b61f248e6f714ddd rpmfusion-nonfree-29-icons.tar.gz
-43dbfd971ef47bd9469141ff93f60fbc rpmfusion-nonfree-29.xml.gz
+260ef737c4c210d53265f0beb3b6b707 rpmfusion-nonfree-29.xml.gz
diff --git a/update-appdata-rpmfusion-nonfree.sh b/update-appdata-rpmfusion-nonfree.sh
index 515bfbe..45d85a5 100755
--- a/update-appdata-rpmfusion-nonfree.sh
+++ b/update-appdata-rpmfusion-nonfree.sh
@@ -7,10 +7,12 @@ main ()
mkdir rpmfusion-nonfree/ -pv
cd rpmfusion-nonfree || exit -1
#
- if [ "$RELEASE" = "29" ]; then
+ if [ "$RELEASE" = "30" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/de..."
+ elif [ "$RELEASE" = "29" ]; then
+ URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/de..."
elif [ "$RELEASE" = "28" ]; then
- URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/de..."
+ URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/re..."
elif [ "$RELEASE" = "27" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/re..."
@@ -32,7 +34,7 @@ usage ()
echo "$0 -r <release>"
echo "- update appdata for rpmfusion nonfree repository"
echo "options:"
- echo "-r <release> one of 27, 28, and 29"
+ echo "-r <release> one of 27, 28, 29, and 30"
}
6 years, 1 month
[rpmfusion-nonfree-appstream-data] Regenerate
by Ankur Sinha
commit d31a121ad719188d66b8f680ed4c5f2199b29d2b
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur(a)gmail.com>
Date: Sun Oct 21 17:28:57 2018 +0100
Regenerate
.gitignore | 2 ++
rpmfusion-nonfree-appstream-data.spec | 8 ++++++--
sources | 4 ++--
update-appdata-rpmfusion-nonfree.sh | 8 +++++---
4 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 967bd1e..899b2eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@
tags
/rpmfusion-nonfree-29-icons.tar.gz
/rpmfusion-nonfree-29.xml.gz
+/rpmfusion-nonfree-30-icons.tar.gz
+/rpmfusion-nonfree-30.xml.gz
diff --git a/rpmfusion-nonfree-appstream-data.spec b/rpmfusion-nonfree-appstream-data.spec
index c580425..47891e8 100644
--- a/rpmfusion-nonfree-appstream-data.spec
+++ b/rpmfusion-nonfree-appstream-data.spec
@@ -2,8 +2,8 @@
%global repoversion nonfree
Name: %{reponame}-%{repoversion}-appstream-data
-Version: 29
-Release: 2%{?dist}
+Version: 30
+Release: 1.20181021%{?dist}
Summary: Appstream metadata for the RPM Fusion nonfree repository
BuildArch: noarch
@@ -39,6 +39,10 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
%dir %{_datadir}/app-info/xmls
%changelog
+* Sun Oct 21 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 30-1.20181021
+- Regenerate
+- Use datestamp to indicate regeneration date.
+
* Sun Jul 08 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 29-2
- Regenerate
diff --git a/sources b/sources
index f107d66..061485b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-8d7640ef64ddcae2b61f248e6f714ddd rpmfusion-nonfree-29-icons.tar.gz
-43dbfd971ef47bd9469141ff93f60fbc rpmfusion-nonfree-29.xml.gz
+8d7640ef64ddcae2b61f248e6f714ddd rpmfusion-nonfree-30-icons.tar.gz
+1567146664ff8ce0fcf13ed6bd9a78b4 rpmfusion-nonfree-30.xml.gz
diff --git a/update-appdata-rpmfusion-nonfree.sh b/update-appdata-rpmfusion-nonfree.sh
index 515bfbe..45d85a5 100755
--- a/update-appdata-rpmfusion-nonfree.sh
+++ b/update-appdata-rpmfusion-nonfree.sh
@@ -7,10 +7,12 @@ main ()
mkdir rpmfusion-nonfree/ -pv
cd rpmfusion-nonfree || exit -1
#
- if [ "$RELEASE" = "29" ]; then
+ if [ "$RELEASE" = "30" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/de..."
+ elif [ "$RELEASE" = "29" ]; then
+ URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/de..."
elif [ "$RELEASE" = "28" ]; then
- URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/de..."
+ URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/re..."
elif [ "$RELEASE" = "27" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/re..."
@@ -32,7 +34,7 @@ usage ()
echo "$0 -r <release>"
echo "- update appdata for rpmfusion nonfree repository"
echo "options:"
- echo "-r <release> one of 27, 28, and 29"
+ echo "-r <release> one of 27, 28, 29, and 30"
}
6 years, 1 month
[chromium-vaapi] Reduce jumbo_file_merge_limit to a much lower number since rpmfusion koji can't keep up.
by hellbanger
commit ba7299aa170bea7945f3de000f07ea700a8c98ca
Author: Akarshan Biswas <hellbanger(a)ga-lmt-s2.biswasab.org>
Date: Sun Oct 21 20:13:15 2018 +0530
Reduce jumbo_file_merge_limit to a much lower number since rpmfusion koji can't keep up.
chromium-vaapi.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index 9ecd1ef..4460bcb 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -69,7 +69,7 @@
##############################Package Definitions######################################
Name: chromium-vaapi
Version: 70.0.3538.67
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A Chromium web browser with video decoding acceleration
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
URL: https://www.chromium.org/Home
@@ -523,7 +523,7 @@ gn_args+=(
gn_args+=(
%if %{jumbo}
use_jumbo_build=true
- jumbo_file_merge_limit=12
+ jumbo_file_merge_limit=7
concurrent_links=1
%endif
)
@@ -622,6 +622,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/locales/*.pak
#########################################changelogs#################################################
%changelog
+* Sun Oct 21 2018 Akarshan Biswas <akarshan.biswas(a)hotmail.com> 70.0.3538.67-2
+- Reduce jumbo_file_merge_limit to a much lower number since rpmfusion koji can't keep up.
+
* Wed Oct 17 2018 Akarshan Biswas <akarshan.biswas(a)hotmail.com> 70.0.3538.67-1
- Update to 70.0.3538.67
- brand new vaapi patch
6 years, 1 month
[vlc/f27] squashed merge of master into f27
by Nicolas Chauvet
commit 1f5e71b0c75c5737a0bb4cb595bcc607d153e256
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Oct 21 13:14:20 2018 +0200
squashed merge of master into f27
sources | 2 +-
vlc.spec | 55 ++++++++++++++++++-----
x264-Fix-build-with-a-newer-version-of-x264.patch | 13 ++++++
3 files changed, 59 insertions(+), 11 deletions(-)
---
diff --git a/sources b/sources
index bf8b694..6e7a117 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f5e49a0fb9594ab8debf934a710e92f1 vlc-3.0.4.tar.xz
+1cb3b2a64ca6413de954c0eb38697ebe vlc-3.0.5-20181020-0221.tar.xz
diff --git a/vlc.spec b/vlc.spec
index 73d74e3..536f74a 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,7 +1,7 @@
-#global vlc_date 20180202
-#global vlc_rc rc9
-#global vlc_tag -%%{?vlc_date}-0233-%%{?vlc_rc}
-%if 0%{?vlc_rc:1}
+%global vlc_date 20181020
+#global vlc_rc -rc9
+%global vlc_tag -%{?vlc_date}-0221
+%if 0%{?vlc_tag:1}
%global vlc_url https://nightlies.videolan.org/build/source/
%else
%global vlc_url https://download.videolan.org/pub/videolan/vlc/
@@ -29,6 +29,7 @@
%endif
%global _with_fluidsynth 1
%if 0%{?fedora}
+%global _with_aom 1
%global _with_freerdp 1
%global _with_projectm 1
%global _with_schroedinger 1
@@ -41,11 +42,13 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 3.0.4
-Release: 2%{?dist}
+Version: 3.0.5
+Release: 4%{?dist}
License: GPLv2+
URL: https://www.videolan.org
-Source0: %{vlc_url}/%{?!vlc_rc:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
+Source0: %{vlc_url}/%{?!vlc_tag:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
+Patch1: x264-Fix-build-with-a-newer-version-of-x264.patch
+
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: fontpackages-devel
@@ -59,6 +62,7 @@ BuildRequires: libtool
BuildRequires: gcc-c++
%{?_with_a52dec:BuildRequires: a52dec-devel}
+%{?_with_aom:BuildRequires: libaom-devel}
BuildRequires: aalib-devel
BuildRequires: alsa-lib-devel
BuildRequires: avahi-devel
@@ -108,7 +112,7 @@ BuildRequires: libmp4v2-devel
BuildRequires: libmpcdec-devel
BuildRequires: libmpg123-devel
BuildRequires: libmtp-devel >= 1.0.0
-%{?_with_projectm:BuildRequires: libprojectM-qt-devel}
+%{?_with_projectm:BuildRequires: libprojectM-devel}
BuildRequires: libproxy-devel
BuildRequires: librsvg2-devel >= 2.9.0
BuildRequires: libssh2-devel
@@ -119,6 +123,11 @@ BuildRequires: libtar-devel
BuildRequires: libtheora-devel
BuildRequires: libtiger-devel
BuildRequires: libtiff-devel
+%if 0%{?fedora}
+BuildRequires: phonon-qt5-devel
+%else
+BuildRequires: phonon-devel
+%endif
BuildRequires: pkgconfig(libidn)
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(libplacebo)
@@ -181,6 +190,7 @@ BuildRequires: libXv-devel
BuildRequires: libXxf86vm-devel
BuildRequires: libX11-devel
BuildRequires: libXext-devel
+BuildRequires: libXinerama-devel
BuildRequires: libXpm-devel
%{!?_without_xcb:
BuildRequires: libxcb-devel
@@ -200,7 +210,13 @@ BuildRequires: devtoolset-7-toolchain, devtoolset-7-libatomic-devel
%endif
-%{?_with_workaround_circle_deps:BuildRequires: phonon-backend-gstreamer}
+%{?_with_workaround_circle_deps:
+%if 0%{?fedora}
+BuildRequires: phonon-qt5-backend-gstreamer
+%else
+BuildRequires: phonon-backend-gstreamer
+%endif
+}
%{?_with_wayland:
# Fedora 25 Workstation default to wayland but not all
@@ -270,7 +286,7 @@ VLC media player extras modules.
%prep
-%autosetup -p1 -n %{name}-%{version}%{?vlc_rc:-%{vlc_rc}}
+%autosetup -p1 -n %{name}-%{version}%{?vlc_rc}
%if 0%{?rhel} == 7
. /opt/rh/devtoolset-7/enable
@@ -310,6 +326,7 @@ rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
--enable-rpi-omxil \
--enable-mmal \
} \
+%{?_with_aom:--enable-aom} \
%{!?_with_a52dec:--disable-a52} \
%{!?_with_ffmpeg:--disable-avcodec --disable-avformat \
--disable-swscale --disable-postproc} \
@@ -564,6 +581,24 @@ fi || :
%changelog
+* Sat Oct 20 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.5-4
+- Update to 20181020
+
+* Thu Oct 04 2018 Sérgio Basto <sergio(a)serjux.com> - 3.0.5-3
+- Mass rebuild for x264 and/or x265
+- Fix build with x264 >= 0.153
+
+* Wed Oct 03 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.5-2
+- Update to 20181003 snapshot
+
+* Fri Sep 21 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.5-1
+- Update to 3.0.5 snapshot from today
+- Enable aom support
+- Workaound a bug with vlc-cache-gen on armhfp
+
+* Tue Sep 18 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.4-3
+- Expunge qt-devel from buildroot
+
* Wed Sep 12 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.4-2
- Fix unexpanded ldconfig macro (rfbz#5018)
diff --git a/x264-Fix-build-with-a-newer-version-of-x264.patch b/x264-Fix-build-with-a-newer-version-of-x264.patch
new file mode 100644
index 0000000..aa774a9
--- /dev/null
+++ b/x264-Fix-build-with-a-newer-version-of-x264.patch
@@ -0,0 +1,13 @@
+diff --git a/modules/codec/x264.c b/modules/codec/x264.c
+index e02048f075..dec95a9c78 100644
+--- a/modules/codec/x264.c
++++ b/modules/codec/x264.c
+@@ -842,7 +842,7 @@ static int Open ( vlc_object_t *p_this )
+ fullrange |= p_enc->fmt_in.video.b_color_range_full;
+ p_enc->fmt_in.i_codec = fullrange ? VLC_CODEC_J420 : VLC_CODEC_I420;
+ p_sys->i_colorspace = X264_CSP_I420;
+-#if X264_BUILD >= 118
++#if X264_BUILD >= 118 && X264_BUILD < 153
+ char *psz_profile = var_GetString( p_enc, SOUT_CFG_PREFIX "profile" );
+ if( psz_profile )
+ {
6 years, 1 month
[vlc/f28] squashed merge of master into f28
by Nicolas Chauvet
commit 69a0f7ad9837f95bd8bb454da79e60a716ce5cfb
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Oct 21 13:13:03 2018 +0200
squashed merge of master into f28
sources | 2 +-
vlc.spec | 55 ++++++++++++++++++-----
x264-Fix-build-with-a-newer-version-of-x264.patch | 13 ++++++
3 files changed, 59 insertions(+), 11 deletions(-)
---
diff --git a/sources b/sources
index bf8b694..6e7a117 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f5e49a0fb9594ab8debf934a710e92f1 vlc-3.0.4.tar.xz
+1cb3b2a64ca6413de954c0eb38697ebe vlc-3.0.5-20181020-0221.tar.xz
diff --git a/vlc.spec b/vlc.spec
index 73d74e3..536f74a 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,7 +1,7 @@
-#global vlc_date 20180202
-#global vlc_rc rc9
-#global vlc_tag -%%{?vlc_date}-0233-%%{?vlc_rc}
-%if 0%{?vlc_rc:1}
+%global vlc_date 20181020
+#global vlc_rc -rc9
+%global vlc_tag -%{?vlc_date}-0221
+%if 0%{?vlc_tag:1}
%global vlc_url https://nightlies.videolan.org/build/source/
%else
%global vlc_url https://download.videolan.org/pub/videolan/vlc/
@@ -29,6 +29,7 @@
%endif
%global _with_fluidsynth 1
%if 0%{?fedora}
+%global _with_aom 1
%global _with_freerdp 1
%global _with_projectm 1
%global _with_schroedinger 1
@@ -41,11 +42,13 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 3.0.4
-Release: 2%{?dist}
+Version: 3.0.5
+Release: 4%{?dist}
License: GPLv2+
URL: https://www.videolan.org
-Source0: %{vlc_url}/%{?!vlc_rc:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
+Source0: %{vlc_url}/%{?!vlc_tag:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
+Patch1: x264-Fix-build-with-a-newer-version-of-x264.patch
+
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: fontpackages-devel
@@ -59,6 +62,7 @@ BuildRequires: libtool
BuildRequires: gcc-c++
%{?_with_a52dec:BuildRequires: a52dec-devel}
+%{?_with_aom:BuildRequires: libaom-devel}
BuildRequires: aalib-devel
BuildRequires: alsa-lib-devel
BuildRequires: avahi-devel
@@ -108,7 +112,7 @@ BuildRequires: libmp4v2-devel
BuildRequires: libmpcdec-devel
BuildRequires: libmpg123-devel
BuildRequires: libmtp-devel >= 1.0.0
-%{?_with_projectm:BuildRequires: libprojectM-qt-devel}
+%{?_with_projectm:BuildRequires: libprojectM-devel}
BuildRequires: libproxy-devel
BuildRequires: librsvg2-devel >= 2.9.0
BuildRequires: libssh2-devel
@@ -119,6 +123,11 @@ BuildRequires: libtar-devel
BuildRequires: libtheora-devel
BuildRequires: libtiger-devel
BuildRequires: libtiff-devel
+%if 0%{?fedora}
+BuildRequires: phonon-qt5-devel
+%else
+BuildRequires: phonon-devel
+%endif
BuildRequires: pkgconfig(libidn)
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(libplacebo)
@@ -181,6 +190,7 @@ BuildRequires: libXv-devel
BuildRequires: libXxf86vm-devel
BuildRequires: libX11-devel
BuildRequires: libXext-devel
+BuildRequires: libXinerama-devel
BuildRequires: libXpm-devel
%{!?_without_xcb:
BuildRequires: libxcb-devel
@@ -200,7 +210,13 @@ BuildRequires: devtoolset-7-toolchain, devtoolset-7-libatomic-devel
%endif
-%{?_with_workaround_circle_deps:BuildRequires: phonon-backend-gstreamer}
+%{?_with_workaround_circle_deps:
+%if 0%{?fedora}
+BuildRequires: phonon-qt5-backend-gstreamer
+%else
+BuildRequires: phonon-backend-gstreamer
+%endif
+}
%{?_with_wayland:
# Fedora 25 Workstation default to wayland but not all
@@ -270,7 +286,7 @@ VLC media player extras modules.
%prep
-%autosetup -p1 -n %{name}-%{version}%{?vlc_rc:-%{vlc_rc}}
+%autosetup -p1 -n %{name}-%{version}%{?vlc_rc}
%if 0%{?rhel} == 7
. /opt/rh/devtoolset-7/enable
@@ -310,6 +326,7 @@ rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
--enable-rpi-omxil \
--enable-mmal \
} \
+%{?_with_aom:--enable-aom} \
%{!?_with_a52dec:--disable-a52} \
%{!?_with_ffmpeg:--disable-avcodec --disable-avformat \
--disable-swscale --disable-postproc} \
@@ -564,6 +581,24 @@ fi || :
%changelog
+* Sat Oct 20 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.5-4
+- Update to 20181020
+
+* Thu Oct 04 2018 Sérgio Basto <sergio(a)serjux.com> - 3.0.5-3
+- Mass rebuild for x264 and/or x265
+- Fix build with x264 >= 0.153
+
+* Wed Oct 03 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.5-2
+- Update to 20181003 snapshot
+
+* Fri Sep 21 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.5-1
+- Update to 3.0.5 snapshot from today
+- Enable aom support
+- Workaound a bug with vlc-cache-gen on armhfp
+
+* Tue Sep 18 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.4-3
+- Expunge qt-devel from buildroot
+
* Wed Sep 12 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.4-2
- Fix unexpanded ldconfig macro (rfbz#5018)
diff --git a/x264-Fix-build-with-a-newer-version-of-x264.patch b/x264-Fix-build-with-a-newer-version-of-x264.patch
new file mode 100644
index 0000000..aa774a9
--- /dev/null
+++ b/x264-Fix-build-with-a-newer-version-of-x264.patch
@@ -0,0 +1,13 @@
+diff --git a/modules/codec/x264.c b/modules/codec/x264.c
+index e02048f075..dec95a9c78 100644
+--- a/modules/codec/x264.c
++++ b/modules/codec/x264.c
+@@ -842,7 +842,7 @@ static int Open ( vlc_object_t *p_this )
+ fullrange |= p_enc->fmt_in.video.b_color_range_full;
+ p_enc->fmt_in.i_codec = fullrange ? VLC_CODEC_J420 : VLC_CODEC_I420;
+ p_sys->i_colorspace = X264_CSP_I420;
+-#if X264_BUILD >= 118
++#if X264_BUILD >= 118 && X264_BUILD < 153
+ char *psz_profile = var_GetString( p_enc, SOUT_CFG_PREFIX "profile" );
+ if( psz_profile )
+ {
6 years, 1 month
[rpmfusion-free-appstream-data/f28] Regenerate
by Ankur Sinha
commit 92c0963c2ae69e1e306155603ed0b99018165b72
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur(a)gmail.com>
Date: Sun Oct 21 12:02:06 2018 +0100
Regenerate
rpmfusion-free-appstream-data.spec | 6 +++++-
sources | 2 +-
update-appdata-rpmfusion-free.sh | 8 +++++---
3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/rpmfusion-free-appstream-data.spec b/rpmfusion-free-appstream-data.spec
index a446db2..156f110 100644
--- a/rpmfusion-free-appstream-data.spec
+++ b/rpmfusion-free-appstream-data.spec
@@ -3,7 +3,7 @@
Name: %{reponame}-%{repoversion}-appstream-data
Version: 28
-Release: 3%{?dist}
+Release: 4.20181021%{?dist}
Summary: Appstream metadata for the RPM Fusion free repository
BuildArch: noarch
@@ -40,6 +40,10 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
%dir %{_datadir}/app-info/xmls
%changelog
+* Sun Oct 21 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 28-4.20181021
+- Regenerate
+- Use release to indicate generation date
+
* Sun Jul 08 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 28-3
- Regenerate
diff --git a/sources b/sources
index 326e5c4..29de3ee 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-54ce8991d91b324af93746f1ab11567e rpmfusion-free-28-icons.tar.gz
+4472564aab2016d80f74cbce7c9280c7 rpmfusion-free-28-icons.tar.gz
6847eb92eac926d0a7fedd4ce61b218e rpmfusion-free-28.xml.gz
diff --git a/update-appdata-rpmfusion-free.sh b/update-appdata-rpmfusion-free.sh
index a4e946d..e00b778 100755
--- a/update-appdata-rpmfusion-free.sh
+++ b/update-appdata-rpmfusion-free.sh
@@ -7,10 +7,12 @@ main ()
mkdir rpmfusion-free/ -pv
cd rpmfusion-free || exit -1
- if [ "$RELEASE" = "29" ]; then
+ if [ "$RELEASE" = "30" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/devel..."
+ elif [ "$RELEASE" = "29" ]; then
+ URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/devel..."
elif [ "$RELEASE" = "28" ]; then
- URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/devel..."
+ URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/relea..."
elif [ "$RELEASE" = "27" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/relea..."
@@ -32,7 +34,7 @@ usage ()
echo "$0 -r <release>"
echo "- update appdata for rpmfusion free repository"
echo "options:"
- echo "-r <release> one of 27, 28, and 29"
+ echo "-r <release> one of 27, 28, 29, and 30"
}
6 years, 1 month
[rpmfusion-free-appstream-data/f29] Regenerate
by Ankur Sinha
commit e45a870282dce0eda9423932f3a5fdafad8c4ae4
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur(a)gmail.com>
Date: Sun Oct 21 11:51:45 2018 +0100
Regenerate
rpmfusion-free-appstream-data.spec | 6 +++++-
sources | 4 ++--
update-appdata-rpmfusion-free.sh | 8 +++++---
3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/rpmfusion-free-appstream-data.spec b/rpmfusion-free-appstream-data.spec
index 0d9d2df..f271938 100644
--- a/rpmfusion-free-appstream-data.spec
+++ b/rpmfusion-free-appstream-data.spec
@@ -3,7 +3,7 @@
Name: %{reponame}-%{repoversion}-appstream-data
Version: 29
-Release: 3%{?dist}
+Release: 4.20181021%{?dist}
Summary: Appstream metadata for the RPM Fusion free repository
BuildArch: noarch
@@ -40,6 +40,10 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
%dir %{_datadir}/app-info/xmls
%changelog
+* Sun Oct 21 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 29-4.20181021
+- Regenerate
+- Add timestamp to release to give more information on regeneration date.
+
* Sun Jul 08 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 29-3
- Update
diff --git a/sources b/sources
index 891f72f..48e9416 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-c9392ab2cab64bf3ccd780e771825040 rpmfusion-free-29-icons.tar.gz
-95a0893fe4f986cd9bbd9c5299727f07 rpmfusion-free-29.xml.gz
+fc7167ff4f19a86d09793a34aa18ef13 rpmfusion-free-29-icons.tar.gz
+5273b8b29f59ed374bdee3392e58bd73 rpmfusion-free-29.xml.gz
diff --git a/update-appdata-rpmfusion-free.sh b/update-appdata-rpmfusion-free.sh
index a4e946d..e00b778 100755
--- a/update-appdata-rpmfusion-free.sh
+++ b/update-appdata-rpmfusion-free.sh
@@ -7,10 +7,12 @@ main ()
mkdir rpmfusion-free/ -pv
cd rpmfusion-free || exit -1
- if [ "$RELEASE" = "29" ]; then
+ if [ "$RELEASE" = "30" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/devel..."
+ elif [ "$RELEASE" = "29" ]; then
+ URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/devel..."
elif [ "$RELEASE" = "28" ]; then
- URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/devel..."
+ URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/relea..."
elif [ "$RELEASE" = "27" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/relea..."
@@ -32,7 +34,7 @@ usage ()
echo "$0 -r <release>"
echo "- update appdata for rpmfusion free repository"
echo "options:"
- echo "-r <release> one of 27, 28, and 29"
+ echo "-r <release> one of 27, 28, 29, and 30"
}
6 years, 1 month