[kodi-pvr-dvblink] - Update to 4.6.2 - Enable aarch64 build
by Mohamed ElMorabity
commit d8bd6613a6d64fd5d3566a0b8f97d9779f3979db
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Sat Sep 1 15:21:47 2018 +0200
- Update to 4.6.2
- Enable aarch64 build
.gitignore | 5 +++++
kodi-pvr-dvblink.spec | 18 +++++++++++-------
sources | 2 +-
3 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe78eaa..8866f88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,9 @@
/kodi-pvr-dvblink-309f62e.tar.gz
/kodi-pvr-dvblink-339c3ea.tar.gz
+<<<<<<< HEAD
/pvr.dvblink-594e062.tar.gz
/pvr.dvblink-acbe9e4.tar.gz
+=======
+/kodi-pvr-dvblink-72ef8a0.tar.gz
+>>>>>>> 94680f1... - Update to 4.6.2
+/pvr.dvblink-72ef8a0.tar.gz
diff --git a/kodi-pvr-dvblink.spec b/kodi-pvr-dvblink.spec
index 36ebcba..f073113 100644
--- a/kodi-pvr-dvblink.spec
+++ b/kodi-pvr-dvblink.spec
@@ -1,6 +1,6 @@
-%global commit acbe9e4ce61818e81956d40a84ef6965693d5665
+%global commit 72ef8a0e9a939ec770552300c39b791c0093f385
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global commitdate 20180403
+%global commitdate 20180825
%global kodi_addon pvr.dvblink
%global kodi_version 18.0
@@ -9,14 +9,14 @@ Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 4.5.2
-Release: 2%{?dist}
-Summary: DVBLink PVR for Kodi
+Version: 4.6.2
+Release: 1%{?dist}
+Summary: Kodi's DVBLink client addon
# Addon is GPLv2+. lib/dvblinkremote is MIT
License: GPLv2+ and MIT
URL: https://github.com/kodi-pvr/%{kodi_addon}/
-Source0: %{url}/archive/%{shortcommit}/%{kodi_addon}-%{shortcommit}.tar.gz
+Source0: https://github.com/kodi-pvr/%{kodi_addon}/archive/%{shortcommit}/%{kodi_a...
BuildRequires: cmake
BuildRequires: gcc-c++
@@ -25,7 +25,7 @@ BuildRequires: kodi-platform-devel >= %{kodi_version}
BuildRequires: pkgconfig(tinyxml2)
BuildRequires: platform-devel
Requires: kodi >= %{kodi_version}
-ExclusiveArch: i686 x86_64
+ExclusiveArch: i686 x86_64 aarch64
%description
%{summary}.
@@ -54,6 +54,10 @@ rm -r depends/common/tinyxml2/
%changelog
+* Sat Sep 01 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:4.6.2-1
+- Update to 4.6.2
+- Enable aarch64 build
+
* Thu Jul 26 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1:4.5.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
diff --git a/sources b/sources
index 997bb35..cae71e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5056a1e28c9264a67667db10ff2689ce pvr.dvblink-acbe9e4.tar.gz
+d7726eec9e4bcd4f55c3f93f2b3c68f2 pvr.dvblink-72ef8a0.tar.gz
6 years, 2 months
[kodi-pvr-dvblink/f28] - Update to 4.6.2 - Enable aarch64 build
by Mohamed ElMorabity
commit 94680f13c88f20609b1e0011399768d606a8ed8b
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Sat Sep 1 15:21:47 2018 +0200
- Update to 4.6.2
- Enable aarch64 build
.gitignore | 1 +
kodi-pvr-dvblink.spec | 23 +++++++++++++----------
sources | 2 +-
3 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b84822..ba84cad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/kodi-pvr-dvblink-309f62e.tar.gz
/kodi-pvr-dvblink-339c3ea.tar.gz
+/kodi-pvr-dvblink-72ef8a0.tar.gz
diff --git a/kodi-pvr-dvblink.spec b/kodi-pvr-dvblink.spec
index 3e96505..57a8337 100644
--- a/kodi-pvr-dvblink.spec
+++ b/kodi-pvr-dvblink.spec
@@ -1,23 +1,22 @@
-%global commit 339c3ea77f8b1c052ad106419a8f857ac8f53e60
-%global short_commit %(c=%{commit}; echo ${c:0:7})
-%global commit_date 20170827
+%global commit 72ef8a0e9a939ec770552300c39b791c0093f385
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global commitdate 20180825
%global kodi_addon pvr.dvblink
-%global kodi_version 17.0
+%global kodi_version 18.0
Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 3.4.8
-Release: 3%{?dist}
+Version: 4.6.2
+Release: 1%{?dist}
Summary: Kodi's DVBLink client addon
-Group: Applications/Multimedia
# Addon is GPLv2+. lib/dvblinkremote is MIT
License: GPLv2+ and MIT
URL: https://github.com/kodi-pvr/%{kodi_addon}/
-Source0: https://github.com/kodi-pvr/%{kodi_addon}/archive/%{short_commit}/%{name}...
+Source0: https://github.com/kodi-pvr/%{kodi_addon}/archive/%{shortcommit}/%{name}-...
# GPLv2 license file
Source1: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
@@ -28,7 +27,7 @@ BuildRequires: kodi-platform-devel >= %{kodi_version}
BuildRequires: pkgconfig(tinyxml2)
BuildRequires: platform-devel
Requires: kodi >= %{kodi_version}
-ExclusiveArch: i686 x86_64
+ExclusiveArch: i686 x86_64 aarch64
%description
PVR plugin for DVBLink. Supports streaming of Live TV & recordings, EPG, timers.
@@ -44,7 +43,7 @@ cp -p %{SOURCE1} .
%build
-%cmake -DCMAKE_INSTALL_LIBDIR=%{_libdir}/kodi/ .
+%cmake .
%make_build
@@ -60,6 +59,10 @@ cp -p %{SOURCE1} .
%changelog
+* Sat Sep 01 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:4.6.2-1
+- Update to 4.6.2
+- Enable aarch64 build
+
* Tue Apr 10 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:3.4.8-3
- Rebuild for tinyxml2 update
diff --git a/sources b/sources
index 92fc3fe..405185d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef6cf763d72ff8735aaf165f63d2a9d9 kodi-pvr-dvblink-339c3ea.tar.gz
+d7726eec9e4bcd4f55c3f93f2b3c68f2 kodi-pvr-dvblink-72ef8a0.tar.gz
6 years, 2 months
[bino/f29] New version
by Leigh Scott
Summary of changes:
616eac2... New version (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 2 months
[bino] New version
by Leigh Scott
commit 616eac2d94fd8c276970c8e52997e530e0d301d4
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Sep 1 14:18:59 2018 +0100
New version
bino.spec | 24 ++++++++++--------------
ffmpeg35_buildfix.patch | 23 -----------------------
sources | 2 +-
3 files changed, 11 insertions(+), 38 deletions(-)
---
diff --git a/bino.spec b/bino.spec
index 56d0184..65074ad 100644
--- a/bino.spec
+++ b/bino.spec
@@ -1,12 +1,11 @@
Name: bino
-Version: 1.6.6
-Release: 6%{?dist}
+Version: 1.6.7
+Release: 1%{?dist}
Summary: 3D video player
Group: System Environment/Base
License: GPLv3+
-URL: http://bino3d.org
-Source0: http://download.savannah.nongnu.org/releases/bino/%{name}-%{version}.tar.xz
-Patch0: ffmpeg35_buildfix.patch
+URL: https://bino3d.org
+Source0: %url/releases/%{name}-%{version}.tar.xz
# No libquadmath-devel on any other arch apart from x86
ExclusiveArch: i686 x86_64
@@ -17,6 +16,7 @@ Requires: hicolor-icon-theme
BuildRequires: automake
BuildRequires: ffmpeg-devel
+BuildRequires: gcc-c++
BuildRequires: glew-devel
BuildRequires: libass-devel
BuildRequires: openal-devel
@@ -24,7 +24,6 @@ BuildRequires: qt5-qtbase-devel
BuildRequires: libquadmath-devel
BuildRequires: gettext-devel
BuildRequires: texinfo
-BuildRequires: oxygen-icon-theme
BuildRequires: desktop-file-utils
%description
@@ -35,9 +34,6 @@ multi-projector setups.
%prep
%autosetup -p1
-# Needed for revert_glewmx.patch
-mkdir m4
-autoreconf -fiv
# Removal of unneeded stuff
rm -rf pkg/macosx/*
@@ -45,14 +41,11 @@ touch pkg/macosx/Info.plist.in
%build
%configure --with-qt-version=5
-%{make_build}
+%{make_build} V=1
%install
%{make_install}
rm -f %{buildroot}%{_infodir}/dir
-
-mkdir _tmpdoc
-mv %{buildroot}%{_datadir}/doc/%{name}/* _tmpdoc/
rm -rf %{buildroot}%{_datadir}/doc
desktop-file-validate %{buildroot}%{_datadir}/applications/bino.desktop
@@ -72,7 +65,7 @@ if [ $1 -eq 0 ]; then
fi
%files -f %{name}.lang
-%doc AUTHORS ChangeLog NEWS README _tmpdoc/*
+%doc AUTHORS ChangeLog NEWS README doc/*
%license COPYING
%{_bindir}/bino
%{_infodir}/*
@@ -81,6 +74,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/*
%changelog
+* Sat Sep 01 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.6.7-1
+- New version
+
* Thu Jul 26 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.6.6-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
diff --git a/sources b/sources
index 2bd4bb3..c51bca2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-214dcc4ab223b8f6a7536d9b35433092 bino-1.6.6.tar.xz
+54dcaea515838db50d6e2c5b1a9d32d9 bino-1.6.7.tar.xz
6 years, 2 months
[vlc] fix without bootstrap
by Nicolas Chauvet
commit 923ecd23c8d2e4ca2c404579cedc94b98add92ad
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Sep 1 11:54:47 2018 +0200
fix without bootstrap
vlc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 1c8382e..67aea6f 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -55,8 +55,8 @@ BuildRequires: bison
BuildRequires: flex
BuildRequires: gettext-devel
BuildRequires: libtool
-BuildRequires: gcc-c++
}
+BuildRequires: gcc-c++
%{?_with_a52dec:BuildRequires: a52dec-devel}
BuildRequires: aalib-devel
6 years, 2 months
[vlc] Add missing libidn
by Nicolas Chauvet
commit 7360bf18bffb119b406b5073708900624821092e
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Sep 1 11:53:11 2018 +0200
Add missing libidn
vlc.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/vlc.spec b/vlc.spec
index 1c03ae5..1c8382e 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -119,6 +119,7 @@ BuildRequires: libtar-devel
BuildRequires: libtheora-devel
BuildRequires: libtiger-devel
BuildRequires: libtiff-devel
+BuildRequires: pkgconfig(libidn)
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(libplacebo)
BuildRequires: pkgconfig(libudev)
6 years, 2 months