Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package haruna for openSUSE:Factory checked in at 2021-08-20 16:57:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/haruna (Old) and /work/SRC/openSUSE:Factory/.haruna.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "haruna" Fri Aug 20 16:57:58 2021 rev:6 rq:913303 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/haruna/haruna.changes 2021-04-29 01:40:01.146715999 +0200 +++ /work/SRC/openSUSE:Factory/.haruna.new.1899/haruna.changes 2021-08-20 16:58:26.666822124 +0200 @@ -1,0 +2,6 @@ +Fri Aug 20 10:39:33 UTC 2021 - Luigi Baldoni <aloi...@gmx.com> + +- Update to version 0.7.0 (see changelog at + https://invent.kde.org/multimedia/haruna/-/compare/0.6.3...v0.7.0 + +------------------------------------------------------------------- Old: ---- haruna-0.6.3.tar.gz New: ---- haruna-v0.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ haruna.spec ++++++ --- /var/tmp/diff_new_pack.aRDtgf/_old 2021-08-20 16:58:27.430821188 +0200 +++ /var/tmp/diff_new_pack.aRDtgf/_new 2021-08-20 16:58:27.434821183 +0200 @@ -17,19 +17,22 @@ Name: haruna -Version: 0.6.3 +Version: 0.7.0 Release: 0 Summary: Video player built with Qt/QML on top of libmpv License: CC-BY-4.0 AND GPL-3.0-or-later AND WTFPL -URL: https://github.com/g-fb/haruna -Source0: https://github.com/g-fb/haruna/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: breeze5-icons +URL: https://invent.kde.org/multimedia/haruna +Source0: https://invent.kde.org/multimedia/haruna/-/archive/v%{version}/%{name}-v%{version}.tar.gz BuildRequires: cmake >= 3.15 BuildRequires: extra-cmake-modules >= 1.0.0 BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig +BuildRequires: youtube-dl +BuildRequires: cmake(Breeze) BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5CoreAddons) +# not actually optional +BuildRequires: cmake(KF5DocTools) BuildRequires: cmake(KF5FileMetaData) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5IconThemes) @@ -39,15 +42,22 @@ BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5Quick) BuildRequires: cmake(Qt5QuickControls2) +BuildRequires: pkgconfig(libavcodec) +BuildRequires: pkgconfig(libavdevice) +BuildRequires: pkgconfig(libavfilter) +BuildRequires: pkgconfig(libavformat) +BuildRequires: pkgconfig(libavutil) +BuildRequires: pkgconfig(libpostproc) +BuildRequires: pkgconfig(libswscale) BuildRequires: pkgconfig(mpv) -# recheck this one Requires: breeze5-icons +Recommends: youtube-dl %description %{name} is a video player built with Qt/QML on top of libmpv. %prep -%autosetup -p1 +%setup -q -n %{name}-v%{version} %build %cmake @@ -56,12 +66,16 @@ %install %cmake_install +# let's remove the documentation for now +rm -rf %{buildroot}%{_datadir}/doc + %files %license LICENSES/CC-BY-4.0.txt LICENSES/GPL-3.0-or-later.txt LICENSES/WTFPL.txt %doc README.md %{_bindir}/%{name} -%{_datadir}/applications/com.georgefb.haruna.desktop -%{_datadir}/icons/hicolor/*/apps/com.georgefb.haruna.svg -%{_datadir}/metainfo/com.georgefb.haruna.appdata.xml +%{_datadir}/applications/org.kde.haruna.desktop +# (kde#441229) +%{_datadir}/icons/hicolor/*/apps/org.kde.haruna.svg +%{_datadir}/metainfo/org.kde.haruna.metainfo.xml %changelog