[ffmpegthumbs] Fix build
by Sérgio M. Basto
commit 58d44533f82c0ea67f9801d5da750eca9e0646b2
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Jan 22 14:38:03 2020 +0000
Fix build
ffmpegthumbs.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec
index d817486..2a936e1 100644
--- a/ffmpegthumbs.spec
+++ b/ffmpegthumbs.spec
@@ -54,11 +54,13 @@ make install/fast -C %{_target_platform} DESTDIR=%{buildroot}
%{_kf5_qtplugindir}/ffmpegthumbs.so
%{_kf5_datadir}/kservices5/ffmpegthumbs.desktop
%{_kf5_datadir}/config.kcfg/ffmpegthumbnailersettings5.kcfg
+%{_kf5_metainfodir}/org.kde.%{name}.metainfo.xml
%changelog
* Wed Jan 22 2020 Sérgio Basto <sergio(a)serjux.com> - 19.12.1-1
- Update ffmpegthumbs to 19.12.1
+- Fix build
* Wed Sep 25 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 19.08.1-1
- 19.08.1
4 years, 10 months
[ffmpegthumbs] Update ffmpegthumbs to 19.12.1
by Sérgio M. Basto
commit 9b4121bcda6daaf65566ba2d36f3f326c249ff59
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Jan 22 02:01:23 2020 +0000
Update ffmpegthumbs to 19.12.1
.gitignore | 1 +
ffmpegthumbs.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index af5290c..5bb11ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ ffmpegthumbs-4.13.97.tar.xz
/ffmpegthumbs-18.12.2.tar.xz
/ffmpegthumbs-18.12.3.tar.xz
/ffmpegthumbs-19.08.1.tar.xz
+/ffmpegthumbs-19.12.1.tar.xz
diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec
index a14dc15..d817486 100644
--- a/ffmpegthumbs.spec
+++ b/ffmpegthumbs.spec
@@ -1,5 +1,5 @@
Name: ffmpegthumbs
-Version: 19.08.1
+Version: 19.12.1
Release: 1%{?dist}
Summary: KDE ffmpegthumbnailer service
@@ -11,7 +11,7 @@ URL: https://projects.kde.org/projects/kde/kdemultimedia/%{name}
%else
%global stable stable
%endif
-Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{v...
+Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-...
BuildRequires: extra-cmake-modules
BuildRequires: pkgconfig(libjpeg)
@@ -57,6 +57,9 @@ make install/fast -C %{_target_platform} DESTDIR=%{buildroot}
%changelog
+* Wed Jan 22 2020 Sérgio Basto <sergio(a)serjux.com> - 19.12.1-1
+- Update ffmpegthumbs to 19.12.1
+
* Wed Sep 25 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 19.08.1-1
- 19.08.1
diff --git a/sources b/sources
index 2022c4a..a8ceb8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpegthumbs-19.08.1.tar.xz) = 6467dd681938d72a008cf0baebebecf2ba95dcfe8dc6ed997576750749e9b9ae7b78816c1b25c36abbfe0450181322c86640c5dee244dbb23df5c383c0bd4738
+SHA512 (ffmpegthumbs-19.12.1.tar.xz) = 8a4e35e6f3ff0191b9777a83e82551ba2c315783629e73c1324567ca985da08e38e455c534cd02991926d4842601e86da78f4d899b9d825e15b6747abc3b24c6
4 years, 10 months
[kdenlive] Use released sources that have po files
by Sérgio M. Basto
commit fc7cfcd4831d44a57cdee2dd951f99270dcde44d
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Jan 22 00:04:08 2020 +0000
Use released sources that have po files
.gitignore | 1 +
kdenlive.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5cc9fbf..e555449 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
/rttr-0.9.6.tar.gz
/kdenlive-19.08.2.tar.xz
/kdenlive-19.12.1.tar.gz
+/kdenlive-19.12.1.tar.xz
diff --git a/kdenlive.spec b/kdenlive.spec
index eb87148..1e552e2 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -2,7 +2,7 @@
Name: kdenlive
Summary: Non-linear video editor
Version: 19.12.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
URL: http://www.kdenlive.org
@@ -12,7 +12,7 @@ URL: http://www.kdenlive.org
%else
%global stable stable
%endif
-Source0: https://github.com/KDE/kdenlive/archive/v%{version}/%{name}-%{version}.ta...
+Source0: https://download.kde.org/%{stable}/release-service/%{version}/src/kdenliv...
# With 19.04.3 it seems we can't build kdenlive without rttr [3] so it download and add rttr to kdenlive,
# by patching rttr.CMakeLists.txt with rttr.CMakeLists.patch more mv ../rttr-0.9.6/ rttr/
#[3] #https://invent.kde.org/kde/kdenlive/blob/master/rttr.CMakeLists.txt
@@ -171,6 +171,9 @@ fi
%changelog
+* Wed Jan 22 2020 Sérgio Basto <sergio(a)serjux.com> - 19.12.1-2
+- Use released sources that have po files
+
* Tue Jan 14 2020 Sérgio Basto <sergio(a)serjux.com> - 19.12.1-1
- Update kdenlive to 19.12.1
diff --git a/sources b/sources
index 9c367cf..72359f6 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (kdenlive-19.12.1.tar.gz) = 1e12d45e5d773dfec8e43858654a23fad2408245a4e84563a6f2bcfd21a511670662c597001edec58ada39f279a1a65923122ee9c63e1a954b2011d86b17f4cc
+SHA512 (kdenlive-19.12.1.tar.xz) = 2255dc5e75d75fcde800a9c25e3a3d30ed4022eaa749e9275b3a2ac8604861cb9b3e5f20eeb895e7b16fa3740538c008211e25c54357d40d1de0ed37d17001d3
SHA512 (rttr-0.9.6.tar.gz) = 5c94f037b319568d351ee6d25f1404adce00b40598dce4a331789d5357c059e50aae3894f90e60d37307b7e96f4672ae09d3798bbe47f796ef2044f1ac6f9e50
4 years, 10 months
[mpv-mpris/f30] Import srpm
by sentry
Summary of changes:
dcdeffb... Import srpm (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[mpv-mpris/f31] Import srpm
by sentry
Summary of changes:
dcdeffb... Import srpm (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[mpv-mpris] Import srpm
by sentry
commit dcdeffb949918dea1afb891d8fed65c758d5ad1a
Author: Jan200101 <sentrycraft123(a)gmail.com>
Date: Mon Jan 20 21:34:24 2020 +0100
Import srpm
.gitignore | 1 +
mpv-mpris.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 58 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..fecdf98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mpv-mpris-0.4.tar.gz
diff --git a/mpv-mpris.spec b/mpv-mpris.spec
new file mode 100644
index 0000000..6ccfb83
--- /dev/null
+++ b/mpv-mpris.spec
@@ -0,0 +1,56 @@
+Name: mpv-mpris
+Version: 0.4
+Release: 3%{?dist}
+Summary: MPRIS plugin for mpv
+
+License: MIT
+URL: https://github.com/hoyon/mpv-mpris
+Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
+
+BuildRequires: gcc
+BuildRequires: mpv-libs-devel
+BuildRequires: glib2-devel
+BuildRequires: pkg-config
+
+Requires: mpv
+
+%description
+mpv-mpris allows control of mpv using standard media keys
+
+This plugin implements the MPRIS D-Bus interface and can
+be controlled using tools such as playerctl or through
+many Linux DEs, such as Gnome and KDE.
+
+%prep
+%autosetup
+
+%build
+%{set_build_flags}
+%make_build
+
+%install
+mkdir -p %{buildroot}/%{_libdir}/mpv
+mkdir -p %{buildroot}/%{_sysconfdir}/mpv/scripts/
+
+install -p -m 0755 mpris.so %{buildroot}/%{_libdir}/mpv/mpris.so
+ln -sf %{_libdir}/mpv/mpris.so %{buildroot}/%{_sysconfdir}/mpv/scripts/
+
+%files
+%dir %{_libdir}/mpv/
+%{_libdir}/mpv/mpris.so
+%dir %{_sysconfdir}/mpv/scripts
+%{_sysconfdir}/mpv/scripts/mpris.so
+%license LICENSE
+%doc README.md
+
+%changelog
+* Sun Jan 19 2020 Jan Drögehoff <sentrycraft123(a)gmail.com> - 0.4-3
+- change source
+
+* Sat Jan 18 2020 Jan Drögehoff <sentrycraft123(a)gmail.com> - 0.4-2
+- improve spec
+
+* Fri Jan 17 2020 Jan Drögehoff <sentrycraft123(a)gmail.com> - 0.4-1
+- Initial spec using version 4.0
+
+
diff --git a/sources b/sources
index e69de29..0a5652c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (mpv-mpris-0.4.tar.gz) = 9845e6bf7c536e684a79b50d9f6f9eb0b23cfea7455afda6093831da29bf464e9778feb7ce4e9c4c46a24c5465ad2396010e7161d5e21a3d5b6dda46d2dc83d8
4 years, 10 months
[kodi-peripheral-joystick/f30] Update to 1.4.8
by Mohamed ElMorabity
commit fc8e6335366fc2813692c1d60b8e316a0ccd894b
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Jan 20 11:56:14 2020 +0100
Update to 1.4.8
.gitignore | 1 +
kodi-peripheral-joystick.spec | 23 +++++++++++------------
sources | 2 +-
3 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef1abcc..a1732e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/peripheral.joystick-1.3.2.tar.gz
/peripheral.joystick-1.4.6.tar.gz
+/peripheral.joystick-1.4.8.tar.gz
diff --git a/kodi-peripheral-joystick.spec b/kodi-peripheral-joystick.spec
index a672656..06a3ae1 100644
--- a/kodi-peripheral-joystick.spec
+++ b/kodi-peripheral-joystick.spec
@@ -1,38 +1,34 @@
%global kodi_addon peripheral.joystick
+%global kodi_codename Leia
%global kodi_version 18.0
-%global kodi_platform_version 18.0
Name: kodi-peripheral-joystick
-Version: 1.4.6
-Release: 3%{?dist}
+Version: 1.4.8
+Release: 1%{?dist}
Summary: Joystick Peripheral addon for Kodi
-Group: Applications/Multimedia
License: GPLv2+
URL: https://github.com/xbmc/%{kodi_addon}/
-Source0: %{url}/archive/v%{version}/%{kodi_addon}-%{version}.tar.gz
+Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
-BuildRequires: kodi-platform-devel >= %{kodi_platform_version}
-BuildRequires: pkgconfig(libpcrecpp)
BuildRequires: pkgconfig(libudev)
-BuildRequires: pkgconfig(sdl2)
-BuildRequires: platform-devel
+BuildRequires: tinyxml-devel
Requires: kodi >= %{kodi_version}
ExcludeArch: %{power64} ppc64le
%description
-Joystick Peripheral Addon for Kodi
+Joystick Peripheral Addon for Kodi.
%prep
-%autosetup -n %{kodi_addon}-%{version}
+%autosetup -n %{kodi_addon}-%{version}-%{kodi_codename}
%build
-%cmake -DSTEAMLINK=1
+%cmake
%make_build
@@ -47,6 +43,9 @@ Joystick Peripheral Addon for Kodi
%changelog
+* Mon Jan 20 2020 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1.4.8-1
+- Update to 1.4.8
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.4.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index 1bf2344..36c5cea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f5bf70165e2e28b6cbc133fe79aa58e peripheral.joystick-1.4.6.tar.gz
+SHA512 (peripheral.joystick-1.4.8.tar.gz) = 4ca692589050c225bb9ec45b79f3532a4c572c57b3c2400dd4afa398c3d77194136ffde7bc85b7d24700d7eafb0f813cc3fce5dc48d4de51869fad0f68679939
4 years, 10 months
[kodi-peripheral-joystick/f31] Update to 1.4.8
by Mohamed ElMorabity
commit be6e7c24bd548d54a49fe020e91d7e2d1faa6bc9
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Jan 20 11:56:14 2020 +0100
Update to 1.4.8
.gitignore | 1 +
kodi-peripheral-joystick.spec | 23 +++++++++++------------
sources | 2 +-
3 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef1abcc..a1732e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/peripheral.joystick-1.3.2.tar.gz
/peripheral.joystick-1.4.6.tar.gz
+/peripheral.joystick-1.4.8.tar.gz
diff --git a/kodi-peripheral-joystick.spec b/kodi-peripheral-joystick.spec
index 1365c68..a37eda3 100644
--- a/kodi-peripheral-joystick.spec
+++ b/kodi-peripheral-joystick.spec
@@ -1,38 +1,34 @@
%global kodi_addon peripheral.joystick
+%global kodi_codename Leia
%global kodi_version 18.0
-%global kodi_platform_version 18.0
Name: kodi-peripheral-joystick
-Version: 1.4.6
-Release: 4%{?dist}
+Version: 1.4.8
+Release: 1%{?dist}
Summary: Joystick Peripheral addon for Kodi
-Group: Applications/Multimedia
License: GPLv2+
URL: https://github.com/xbmc/%{kodi_addon}/
-Source0: %{url}/archive/v%{version}/%{kodi_addon}-%{version}.tar.gz
+Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
-BuildRequires: kodi-platform-devel >= %{kodi_platform_version}
-BuildRequires: pkgconfig(libpcrecpp)
BuildRequires: pkgconfig(libudev)
-BuildRequires: pkgconfig(sdl2)
-BuildRequires: platform-devel
+BuildRequires: tinyxml-devel
Requires: kodi >= %{kodi_version}
ExcludeArch: %{power64} ppc64le
%description
-Joystick Peripheral Addon for Kodi
+Joystick Peripheral Addon for Kodi.
%prep
-%autosetup -n %{kodi_addon}-%{version}
+%autosetup -n %{kodi_addon}-%{version}-%{kodi_codename}
%build
-%cmake -DSTEAMLINK=1
+%cmake
%make_build
@@ -47,6 +43,9 @@ Joystick Peripheral Addon for Kodi
%changelog
+* Mon Jan 20 2020 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1.4.8-1
+- Update to 1.4.8
+
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.4.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index 1bf2344..36c5cea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f5bf70165e2e28b6cbc133fe79aa58e peripheral.joystick-1.4.6.tar.gz
+SHA512 (peripheral.joystick-1.4.8.tar.gz) = 4ca692589050c225bb9ec45b79f3532a4c572c57b3c2400dd4afa398c3d77194136ffde7bc85b7d24700d7eafb0f813cc3fce5dc48d4de51869fad0f68679939
4 years, 10 months
[kodi-peripheral-joystick] Update to 1.4.8
by Mohamed ElMorabity
commit 0f063ba7c48b5477b99bff35304d2fe077045ec3
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Jan 20 11:56:14 2020 +0100
Update to 1.4.8
.gitignore | 1 +
kodi-peripheral-joystick.spec | 23 +++++++++++------------
sources | 2 +-
3 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef1abcc..a1732e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/peripheral.joystick-1.3.2.tar.gz
/peripheral.joystick-1.4.6.tar.gz
+/peripheral.joystick-1.4.8.tar.gz
diff --git a/kodi-peripheral-joystick.spec b/kodi-peripheral-joystick.spec
index 1365c68..a37eda3 100644
--- a/kodi-peripheral-joystick.spec
+++ b/kodi-peripheral-joystick.spec
@@ -1,38 +1,34 @@
%global kodi_addon peripheral.joystick
+%global kodi_codename Leia
%global kodi_version 18.0
-%global kodi_platform_version 18.0
Name: kodi-peripheral-joystick
-Version: 1.4.6
-Release: 4%{?dist}
+Version: 1.4.8
+Release: 1%{?dist}
Summary: Joystick Peripheral addon for Kodi
-Group: Applications/Multimedia
License: GPLv2+
URL: https://github.com/xbmc/%{kodi_addon}/
-Source0: %{url}/archive/v%{version}/%{kodi_addon}-%{version}.tar.gz
+Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
-BuildRequires: kodi-platform-devel >= %{kodi_platform_version}
-BuildRequires: pkgconfig(libpcrecpp)
BuildRequires: pkgconfig(libudev)
-BuildRequires: pkgconfig(sdl2)
-BuildRequires: platform-devel
+BuildRequires: tinyxml-devel
Requires: kodi >= %{kodi_version}
ExcludeArch: %{power64} ppc64le
%description
-Joystick Peripheral Addon for Kodi
+Joystick Peripheral Addon for Kodi.
%prep
-%autosetup -n %{kodi_addon}-%{version}
+%autosetup -n %{kodi_addon}-%{version}-%{kodi_codename}
%build
-%cmake -DSTEAMLINK=1
+%cmake
%make_build
@@ -47,6 +43,9 @@ Joystick Peripheral Addon for Kodi
%changelog
+* Mon Jan 20 2020 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1.4.8-1
+- Update to 1.4.8
+
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.4.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index 1bf2344..36c5cea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f5bf70165e2e28b6cbc133fe79aa58e peripheral.joystick-1.4.6.tar.gz
+SHA512 (peripheral.joystick-1.4.8.tar.gz) = 4ca692589050c225bb9ec45b79f3532a4c572c57b3c2400dd4afa398c3d77194136ffde7bc85b7d24700d7eafb0f813cc3fce5dc48d4de51869fad0f68679939
4 years, 10 months