[smtube/f31] (2 commits) ...smtube-19.6.0
by Sérgio M. Basto
Summary of changes:
b8fff18... smtube-19.6.0 (*)
e1950c2... smtube-19.6.0 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years
[smtube] smtube-19.6.0
by Sérgio M. Basto
commit e1950c260a03b835633602520c81090213c2a609
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Oct 30 16:06:57 2019 +0000
smtube-19.6.0
Add Requires: hicolor-icon-theme
smtube.spec | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 97 insertions(+)
---
diff --git a/smtube.spec b/smtube.spec
new file mode 100644
index 0000000..5e41190
--- /dev/null
+++ b/smtube.spec
@@ -0,0 +1,97 @@
+Name: smtube
+Version: 19.6.0
+Release: 1%{?dist}
+Summary: YouTube browser for SMPlayer
+
+License: GPLv2+
+URL: http://www.smtube.org
+Source0: http://downloads.sourceforge.net/smtube/smtube-%{version}.tar.bz2
+Patch3: smtube-18.11.0-system-qtsingleapplication.patch
+
+BuildRequires: qt5-qtbase-devel
+BuildRequires: qt5-qttools-devel
+BuildRequires: desktop-file-utils
+BuildRequires: gcc-c++
+BuildRequires: pkgconfig(Qt5Concurrent)
+BuildRequires: pkgconfig(Qt5Core)
+BuildRequires: pkgconfig(Qt5DBus)
+BuildRequires: pkgconfig(Qt5Gui)
+BuildRequires: pkgconfig(Qt5Network)
+BuildRequires: pkgconfig(Qt5PrintSupport)
+BuildRequires: pkgconfig(Qt5Script)
+BuildRequires: pkgconfig(Qt5Sql)
+BuildRequires: pkgconfig(Qt5WebKitWidgets)
+BuildRequires: pkgconfig(Qt5Widgets)
+BuildRequires: pkgconfig(Qt5Xml)
+# for unbundle sources
+BuildRequires: qtsingleapplication-qt5-devel
+
+Requires: hicolor-icon-theme
+%if 0%{?fedora} || 0%{?rhel} > 7
+Recommends: smplayer
+%else
+Requires: smplayer
+%endif
+
+%{?kf5_kinit_requires}
+#translating kf5_kinit_requires -> Requires: kf5-kinit(x86-64)
+
+%description
+This is a YouTube browser for SMPlayer. You can browse, search
+and play YouTube videos.
+
+%prep
+%setup -q
+rm -rf src/qtsingleapplication/
+%patch3 -p1 -b .qtsingleapplication
+# correction for wrong-file-end-of-line-encoding
+%{__sed} -i 's/\r//' *.txt
+# fix files which are not UTF-8
+iconv -f Latin1 -t UTF-8 -o Changelog.utf8 Changelog
+mv Changelog.utf8 Changelog
+
+%build
+pushd src
+ %{qmake_qt5}
+ %make_build TRANSLATION_PATH="\\\"%{_datadir}/smtube/translations\\\""
+ %{_bindir}/lrelease-qt5 smtube.pro
+popd
+
+
+%install
+%make_install PREFIX=%{_prefix} DOC_PATH=%{_docdir}/%{name}
+
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
+
+%if (0%{?rhel} && 0%{?rhel} <= 7)
+%post
+/usr/bin/update-desktop-database &> /dev/null || :
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+%postun
+/usr/bin/update-desktop-database &> /dev/null || :
+if [ $1 -eq 0 ] ; then
+ /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+%endif
+
+%files
+%license Copying.txt
+%{_bindir}/smtube
+%{_datadir}/applications/smtube.desktop
+%{_datadir}/icons/hicolor/*/apps/smtube.png
+%{_datadir}/smtube
+#{_mandir}/man1/smtube.1.gz
+%{_docdir}/%{name}/
+
+%changelog
+* Sun Oct 27 2019 Sérgio Basto <sergio(a)serjux.com> - 19.6.0-1
+- smtube-19.6.0
+
+* Thu Feb 25 2016 Ricardo Villalba <rvm(a)users.sourceforge.net> - 16.1.0
+- Initial Release
5 years
[smtube] smtube-19.6.0
by Sérgio M. Basto
commit b8fff18e30d9ea7c8b40e4819afbaf66df19acee
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Oct 30 16:03:02 2019 +0000
smtube-19.6.0
.gitignore | 1 +
smtube-18.11.0-system-qtsingleapplication.patch | 18 ++++++++++++++++++
sources | 1 +
3 files changed, 20 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9ce3e1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/smtube-19.6.0.tar.bz2
diff --git a/smtube-18.11.0-system-qtsingleapplication.patch b/smtube-18.11.0-system-qtsingleapplication.patch
new file mode 100644
index 0000000..1dda857
--- /dev/null
+++ b/smtube-18.11.0-system-qtsingleapplication.patch
@@ -0,0 +1,18 @@
+--- ./src/smtube.pro.orig 2018-10-21 21:26:43.000000000 +0100
++++ ./src/smtube.pro 2019-01-28 23:30:30.552083907 +0000
+@@ -1,6 +1,7 @@
+
+ TEMPLATE = app
+ QT += network
++INCLUDEPATH += qtsingleapplication
+
+ CONFIG += release
+ #CONFIG += debug
+@@ -9,6 +10,7 @@ DEFINES += USE_PLAYERS
+ DEFINES += YT_USE_SIG
+ #DEFINES += D_BUTTON
+ DEFINES += STYLE_SWITCHING
++DEFINES += USE_SINGLE_APPLICATION
+
+ # If Qt >= 5.4
+ greaterThan(QT_MAJOR_VERSION, 4):greaterThan(QT_MINOR_VERSION, 3) {
diff --git a/sources b/sources
index e69de29..f4bd5ad 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (smtube-19.6.0.tar.bz2) = f61e432b8f99e34ddbd9415064eecf30c9a3a6731d646073253d63690cf531321a7a5038117db981d036d1abfdbd3150df21bc22c9ae75e32c63ade3a859ecef
5 years
[intel-media-driver] Update to 19.3.1.
by Vasiliy Glazov
commit c080cb17385a516beaef4315e6fa9231eac09b7c
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Wed Oct 30 14:39:21 2019 +0300
Update to 19.3.1.
intel-media-driver.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/intel-media-driver.spec b/intel-media-driver.spec
index 7d3621b..ce6b052 100644
--- a/intel-media-driver.spec
+++ b/intel-media-driver.spec
@@ -1,7 +1,7 @@
#global pre .pre3
Name: intel-media-driver
-Version: 19.3.0
+Version: 19.3.1
Release: 1%{?dist}
Summary: The Intel Media Driver for VAAPI
License: MIT and BSD
@@ -99,6 +99,9 @@ rm -rf %{buildroot}%{_libdir}/pkgconfig
%changelog
+* Wed Oct 30 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 19.3.1-1
+- Update to 19.3.1
+
* Wed Oct 09 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 19.3.0-1
- Update to 19.3.0
diff --git a/sources b/sources
index af5f585..d0f020b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (intel-media-19.3.0.tar.gz) = 1db313130a36fc98567b548799f7e0448b99cad6ef5751b62ed7a1864eaca959f0238de586013135e47222bf09c1324ffadcd88bcb31a3745523cf679d3525f3
+SHA512 (intel-media-19.3.1.tar.gz) = 5eb8959c1a06d3b6505eae43d5e37c2a707b29480d942b6104fd3034ac97cfd2f2e1e9eab8fa99121f5569e65d5000c081ce0a16a796f596dd7ca2165b3be4c5
5 years
[smplayer/el8] (4 commits) ...Update sources file
by Leigh Scott
Summary of changes:
89ab03d... Remove smtube sub-package it is available in separated pack (*)
c02f195... Fix build with BR libXext-devel (*)
7f49d4c... Update smplayer to 19.10.0 (with fix for new mpv) (*)
bdeb87b... Update sources file (*)
(*) This commit already existed in another branch; no separate mail sent
5 years
[smplayer/f29] (4 commits) ...Update sources file
by Sérgio M. Basto
Summary of changes:
89ab03d... Remove smtube sub-package it is available in separated pack (*)
c02f195... Fix build with BR libXext-devel (*)
7f49d4c... Update smplayer to 19.10.0 (with fix for new mpv) (*)
bdeb87b... Update sources file (*)
(*) This commit already existed in another branch; no separate mail sent
5 years
[smplayer/el7] (5 commits) ...Update sources file
by Sérgio M. Basto
Summary of changes:
19bd521... Fix controls with mpv-0.30.0 (*)
89ab03d... Remove smtube sub-package it is available in separated pack (*)
c02f195... Fix build with BR libXext-devel (*)
7f49d4c... Update smplayer to 19.10.0 (with fix for new mpv) (*)
bdeb87b... Update sources file (*)
(*) This commit already existed in another branch; no separate mail sent
5 years
[smplayer/f30] (4 commits) ...Update sources file
by Sérgio M. Basto
Summary of changes:
89ab03d... Remove smtube sub-package it is available in separated pack (*)
c02f195... Fix build with BR libXext-devel (*)
7f49d4c... Update smplayer to 19.10.0 (with fix for new mpv) (*)
bdeb87b... Update sources file (*)
(*) This commit already existed in another branch; no separate mail sent
5 years
[smplayer/f31] (4 commits) ...Update sources file
by Sérgio M. Basto
Summary of changes:
89ab03d... Remove smtube sub-package it is available in separated pack (*)
c02f195... Fix build with BR libXext-devel (*)
7f49d4c... Update smplayer to 19.10.0 (with fix for new mpv) (*)
bdeb87b... Update sources file (*)
(*) This commit already existed in another branch; no separate mail sent
5 years