[ffmpegthumbs] fix f23 build
by Leigh Scott
commit a13ee5c0221bc60c753fbc3e863dd230b08177fd
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 8 09:02:50 2016 +0100
fix f23 build
ffmpegthumbs.spec | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec
index 3ef4828..1c5473a 100644
--- a/ffmpegthumbs.spec
+++ b/ffmpegthumbs.spec
@@ -1,7 +1,7 @@
Name: ffmpegthumbs
Version: 16.04.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: KDE ffmpegthumbnailer service
License: GPLv2+
@@ -16,7 +16,11 @@ Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%
Patch0: Port-to-libavfilter-for-deinterlacing.patch
BuildRequires: extra-cmake-modules
+%if 0%{?fedora} > 23
BuildRequires: pkgconfig(libjpeg)
+%else
+BuildRequires: libjpeg-devel
+%endif
BuildRequires: cmake(KF5KIO)
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavformat)
@@ -55,6 +59,9 @@ make install/fast -C %{_target_platform} DESTDIR=%{buildroot}
%{_kf5_datadir}/kservices5/ffmpegthumbs.desktop
%changelog
+* Fri Jul 08 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 16.04.2-2
+- fix f23 build
+
* Fri Jul 08 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 16.04.2-1
- Update to 16.04.2 release
- patch for ffmpeg-3.0
8 years, 4 months
[lpf-flash-plugin/f23] Update to latest 11.2.202.626
by Simone Caronni
commit 859cdb4b2a93c326ebd0040c0f28c668acf0169d
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Fri Jul 8 09:50:44 2016 +0200
Update to latest 11.2.202.626
flash-plugin.spec.in | 13 +++++++++++--
lpf-flash-plugin.spec | 5 ++++-
2 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/flash-plugin.spec.in b/flash-plugin.spec.in
index 8489644..535ea65 100644
--- a/flash-plugin.spec.in
+++ b/flash-plugin.spec.in
@@ -2,8 +2,8 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 11.2.202.577
-Release: 2%{?dist}
+Version: 11.2.202.626
+Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
License: Non-redistributable, no modification permitted
@@ -77,6 +77,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Tue Jun 21 2016 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.626-1
+- Update to latest 11.2.202.626.
+
+* Mon May 23 2016 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.621-1
+- Update to 11.2.202.621.
+
+* Wed Apr 13 2016 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.616-1
+- Update to 11.2.202.616.
+
* Thu Mar 24 2016 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.577-2
- Fix versioning.
diff --git a/lpf-flash-plugin.spec b/lpf-flash-plugin.spec
index 882e2ab..07ab556 100644
--- a/lpf-flash-plugin.spec
+++ b/lpf-flash-plugin.spec
@@ -5,7 +5,7 @@
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-flash-plugin
-Version: 11.2.202.577
+Version: 11.2.202.626
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@ fi
%changelog
+* Fri Jul 08 2016 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.626-1
+- Update to latest 11.2.202.626.
+
* Fri Apr 01 2016 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.577-1
- Update to 11.2.202.577.
8 years, 4 months
[kaffeine] use kinit requires macro
by Leigh Scott
commit 245ee55bc3b5934b17b570fe79cd84deafacbc39
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 8 08:48:50 2016 +0100
use kinit requires macro
kaffeine.spec | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/kaffeine.spec b/kaffeine.spec
index 1252cf4..ad7d1ff 100644
--- a/kaffeine.spec
+++ b/kaffeine.spec
@@ -1,12 +1,18 @@
Name: kaffeine
Version: 2.0.4
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
Summary: KDE media player
Group: Applications/Multimedia
URL: http://kaffeine.kde.org/
-Source0: http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}....
+Source0: http://download.kde.org/%{stable}/%{name}/%{version}/src/%{name}-%{versio...
+%global revision %(echo %{version} | cut -d. -f3)
+%if %{revision} >= 50
+%global stable unstable
+%else
+%global stable stable
+%endif
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
@@ -85,6 +91,9 @@ fi
%{_kf5_mandir}/man1/kaffeine.1.*
%changelog
+* Fri Jul 08 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.4-3
+- use kinit requires macro
+
* Thu Jul 07 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.4-2
- add some missing runtime deps
8 years, 4 months
[kdenlive/f23] Use marcos for files
by Leigh Scott
Summary of changes:
6ceca04... Use marcos for files (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months
[kdenlive] Use marcos for files
by Leigh Scott
commit 6ceca04cd6bb1b90c6ec9682356bcedb0be3e8b8
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 8 08:38:25 2016 +0100
Use marcos for files
kdenlive.spec | 110 ++++++++++++++++++++++++++++++----------------------------
1 file changed, 56 insertions(+), 54 deletions(-)
---
diff --git a/kdenlive.spec b/kdenlive.spec
index e4d8d6f..b36a6e5 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -2,7 +2,7 @@
Name: kdenlive
Summary: Non-linear video editor
Version: 16.04.2
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
URL: http://www.kdenlive.org
@@ -17,29 +17,28 @@ Source0: http://download.kde.org/%{stable}/applications/%{version}/src/kdenlive-
BuildRequires: desktop-file-utils
BuildRequires: extra-cmake-modules
BuildRequires: gettext
-BuildRequires: kf5-rpm-macros
-BuildRequires: kf5-karchive-devel
-BuildRequires: kf5-kbookmarks-devel
-BuildRequires: kf5-kconfig-devel
-BuildRequires: kf5-kconfigwidgets-devel
-BuildRequires: kf5-kcoreaddons-devel
-BuildRequires: kf5-kdoctools-devel
-BuildRequires: kf5-kdbusaddons-devel
-BuildRequires: kf5-kguiaddons-devel
-BuildRequires: kf5-ki18n-devel
-BuildRequires: kf5-kiconthemes-devel
-BuildRequires: kf5-kitemviews-devel
-BuildRequires: kf5-kio-devel
-BuildRequires: kf5-kjobwidgets-devel
-BuildRequires: kf5-knewstuff-devel
-BuildRequires: kf5-knotifications-devel
-BuildRequires: kf5-knotifyconfig-devel
-BuildRequires: kf5-kplotting-devel
-BuildRequires: kf5-ktextwidgets-devel
-BuildRequires: kf5-kxmlgui-devel
-BuildRequires: kf5-kinit-devel
-BuildRequires: kf5-kcrash-devel
-BuildRequires: kf5-kfilemetadata-devel
+BuildRequires: cmake(KF5Archive)
+BuildRequires: cmake(KF5Bookmarks)
+BuildRequires: cmake(KF5Config)
+BuildRequires: cmake(KF5ConfigWidgets)
+BuildRequires: cmake(KF5CoreAddons)
+BuildRequires: cmake(KF5DocTools)
+BuildRequires: cmake(KF5DBusAddons)
+BuildRequires: cmake(KF5GuiAddons)
+BuildRequires: cmake(KF5I18n)
+BuildRequires: cmake(KF5IconThemes)
+BuildRequires: cmake(KF5ItemViews)
+BuildRequires: cmake(KF5KIO)
+BuildRequires: cmake(KF5JobWidgets)
+BuildRequires: cmake(KF5NewStuff)
+BuildRequires: cmake(KF5Notifications)
+BuildRequires: cmake(KF5NotifyConfig)
+BuildRequires: cmake(KF5Plotting)
+BuildRequires: cmake(KF5TextWidgets)
+BuildRequires: cmake(KF5XmlGui)
+BuildRequires: cmake(KF5Init)
+BuildRequires: cmake(KF5Crash)
+BuildRequires: cmake(KF5FileMetaData)
BuildRequires: libappstream-glib
BuildRequires: pkgconfig(libv4l2)
@@ -87,36 +86,35 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
## unpackaged files
# legacy/deprecated/unused bits
-rm -rfv %{buildroot}%{_datadir}/menu/
-rm -rfv %{buildroot}%{_datadir}/pixmaps/
+rm -rfv %{buildroot}%{_kf5_datadir}/menu/
+rm -rfv %{buildroot}%{_kf5_datadir}/pixmaps/
# fix/rename appdata
-mv %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml \
- %{buildroot}%{_datadir}/appdata/org.kde.%{name}.appdata.xml
+mv %{buildroot}%{_kf5_datadir}/appdata/%{name}.appdata.xml \
+ %{buildroot}%{_kf5_datadir}/appdata/org.kde.%{name}.appdata.xml
%check
-appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/org.kde.%{name}.appdata.xml ||:
-desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.%{name}.desktop
+appstream-util validate-relax --nonet %{buildroot}%{_kf5_datadir}/appdata/org.kde.%{name}.appdata.xml ||:
+desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop
%post
-touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-touch --no-create %{_datadir}/mime/packages &> /dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
+/bin/touch --no-create %{_kf5_datadir}/icons/hicolor &> /dev/null || :
+/bin/touch --no-create %{_kf5_datadir}/mime/packages &> /dev/null || :
%postun
if [ $1 -eq 0 ] ; then
- touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
- touch --no-create %{_datadir}/mime/packages &> /dev/null || :
- update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
- update-desktop-database &> /dev/null || :
+ /bin/touch --no-create %{_kf5_datadir}/icons/hicolor &>/dev/null
+ /usr/bin/gtk-update-icon-cache %{_kf5_datadir}/icons/hicolor &>/dev/null || :
+ /usr/bin/update-mime-database %{_kf5_datadir}/mime &> /dev/null || :
+ /usr/bin/update-desktop-database &> /dev/null || :
fi
%posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-update-desktop-database &> /dev/null || :
-update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
+/usr/bin/gtk-update-icon-cache %{_kf5_datadir}/icons/hicolor &> /dev/null || :
+/usr/bin/update-mime-database %{?fedora:-n} %{_kf5_datadir}/mime &> /dev/null || :
%files
%doc AUTHORS README
@@ -124,27 +122,31 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%{_kf5_docdir}/HTML/en/kdenlive/
%{_kf5_bindir}/kdenlive_render
%{_kf5_bindir}/%{name}
-%{_datadir}/applications/org.kde.%{name}.desktop
-%{_datadir}/appdata/org.kde.%{name}.appdata.xml
+%{_kf5_datadir}/applications/org.kde.%{name}.desktop
+%{_kf5_datadir}/appdata/org.kde.%{name}.appdata.xml
%{_kf5_datadir}/kdenlive/
%{_kf5_datadir}/mime/packages/kdenlive.xml
-%{_datadir}/mime/packages/westley.xml
-%{_datadir}/icons/hicolor/*/*/*
-%{_sysconfdir}/xdg/kdenlive_projectprofiles.knsrc
-%{_sysconfdir}/xdg/kdenlive_renderprofiles.knsrc
-%{_sysconfdir}/xdg/kdenlive_titles.knsrc
-%{_sysconfdir}/xdg/kdenlive_wipes.knsrc
+%{_kf5_datadir}/mime/packages/westley.xml
+%{_kf5_datadir}/icons/hicolor/*/*/*
+%{_kf5_datadir}/config.kcfg/kdenlivesettings.kcfg
+%{_kf5_datadir}/knotifications5/kdenlive.notifyrc
+%{_kf5_datadir}/kservices5/mltpreview.desktop
+%{_kf5_datadir}/kxmlgui5/kdenlive/
+%{_kf5_sysconfdir}/xdg/kdenlive_projectprofiles.knsrc
+%{_kf5_sysconfdir}/xdg/kdenlive_renderprofiles.knsrc
+%{_kf5_sysconfdir}/xdg/kdenlive_titles.knsrc
+%{_kf5_sysconfdir}/xdg/kdenlive_wipes.knsrc
%{_kf5_qtplugindir}/mltpreview.so
-%{_datadir}/config.kcfg/kdenlivesettings.kcfg
-%{_datadir}/knotifications5/kdenlive.notifyrc
-%{_datadir}/kservices5/mltpreview.desktop
-%{_datadir}/kxmlgui5/kdenlive/
-%{_mandir}/man1/kdenlive.1*
-%{_mandir}/man1/kdenlive_render.1*
+%{_kf5_mandir}/man1/kdenlive.1*
+%{_kf5_mandir}/man1/kdenlive_render.1*
%changelog
+* Fri Jul 08 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 16.04.2-2
+- Use marcos for files
+- Fix scriptlets
+
* Wed Jun 15 2016 Sérgio Basto <sergio(a)serjux.com> - 16.04.2-1
- Update kdenlive to 16.04.2
8 years, 4 months
[kaffeine] use kinit requires macro
by Leigh Scott
commit 96ea6999f7215c82e0322024b7481f8a5b1c3f20
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 8 08:30:18 2016 +0100
use kinit requires macro
kaffeine.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kaffeine.spec b/kaffeine.spec
index 8313356..1252cf4 100644
--- a/kaffeine.spec
+++ b/kaffeine.spec
@@ -24,7 +24,7 @@ BuildRequires: pkgconfig(libvlc)
BuildRequires: pkgconfig(libdvbv5)
BuildRequires: pkgconfig(xscrnsaver)
-Requires: kf5-kinit
+%{?kf5_kinit_requires}
Requires: kio-extras
%description
8 years, 4 months