Hello community, here is the log from the commit of package cinema for openSUSE:Factory checked in at 2018-08-10 09:50:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cinema (Old) and /work/SRC/openSUSE:Factory/.cinema.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cinema" Fri Aug 10 09:50:40 2018 rev:2 rq:628283 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cinema/cinema.changes 2018-06-28 15:12:07.211735782 +0200 +++ /work/SRC/openSUSE:Factory/.cinema.new/cinema.changes 2018-08-10 09:50:41.266357953 +0200 @@ -1,0 +2,7 @@ +Wed Aug 1 21:21:48 UTC 2018 - [email protected] + +- Update to 1.1.0: + * Update appdata +- Switch to metainfo from appdata + +------------------------------------------------------------------- Old: ---- playmyvideos-1.0.0.tar.gz New: ---- playmyvideos-1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cinema.spec ++++++ --- /var/tmp/diff_new_pack.eCZ0OY/_old 2018-08-10 09:50:42.086359276 +0200 +++ /var/tmp/diff_new_pack.eCZ0OY/_new 2018-08-10 09:50:42.090359283 +0200 @@ -17,7 +17,7 @@ Name: cinema -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: A video player for local files License: GPL-3.0-or-later @@ -47,8 +47,6 @@ %prep %setup -q -n playmyvideos-%{version} -sed -i 's/\bmetainfo\b/appdata/' $(grep -rwl 'metainfo') - cp --no-preserve='mode' debian/copyright COPYING %build @@ -64,10 +62,10 @@ %license COPYING %doc README.md %{_bindir}/com.github.artemanufrij.playmyvideos -%{_datadir}/appdata/com.github.artemanufrij.playmyvideos.appdata.xml %{_datadir}/applications/com.github.artemanufrij.playmyvideos.desktop %{_datadir}/glib-2.0/schemas/com.github.artemanufrij.playmyvideos.gschema.xml %{_datadir}/icons/hicolor/*/apps/com.github.artemanufrij.playmyvideos.??g +%{_datadir}/metainfo/com.github.artemanufrij.playmyvideos.appdata.xml %files lang -f %{name}.lang ++++++ playmyvideos-1.0.0.tar.gz -> playmyvideos-1.1.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/playmyvideos-1.0.0/README.md new/playmyvideos-1.1.0/README.md --- old/playmyvideos-1.0.0/README.md 2018-04-08 15:17:45.000000000 +0200 +++ new/playmyvideos-1.1.0/README.md 2018-07-22 20:27:20.000000000 +0200 @@ -1,6 +1,6 @@ <div> <h1 align="center">Cinema</h1> - <h3 align="center"><img src="data/icons/com.github.artemanufrij.playmyvideos.svg"/><br>A video player for watching local video files</h3> + <h3 align="center"><img src="data/icons/64/com.github.artemanufrij.playmyvideos.svg"/><br>A video player for watching local video files</h3> <p align="center">Designed for <a href="https://elementary.io"> elementary OS</p> </div> @@ -19,40 +19,23 @@ </p> ## Install from Github. - As first you need elementary SDK ``` sudo apt install elementary-sdk ``` Install dependencies ``` -sudo apt install cmake -sudo apt install cmake-elementary -sudo apt install debhelper -sudo apt install libgranite-dev -sudo apt install libsqlite3-dev -sodo apt install libsoup2.4-dev -sudo apt install libgstreamer-plugins-base1.0-dev -sudo apt install libclutter-gtk-1.0-dev -sudo apt install libclutter-gst-3.0-dev -sudo apt install valac +sudo apt install libsqlite3-dev libsoup2.4-dev libgstreamer-plugins-base1.0-dev libclutter-gtk-1.0-dev libclutter-gst-3.0-dev ``` Clone repository and change directory ``` git clone https://github.com/artemanufrij/playmyvideos.git cd playmyvideos ``` - -Create **build** folder and compile application +Compile, install and start Cinema on your system ``` -mkdir build +meson build --prefix=/usr cd build -cmake -DCMAKE_INSTALL_PREFIX=/usr .. -make -``` - -Install and start Play My Videos on your system -``` -sudo make install +sudo make ninja com.github.artemanufrij.playmyvideos ``` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/playmyvideos-1.0.0/data/com.github.artemanufrij.playmyvideos.appdata.xml.in new/playmyvideos-1.1.0/data/com.github.artemanufrij.playmyvideos.appdata.xml.in --- old/playmyvideos-1.0.0/data/com.github.artemanufrij.playmyvideos.appdata.xml.in 2018-04-08 15:17:45.000000000 +0200 +++ new/playmyvideos-1.1.0/data/com.github.artemanufrij.playmyvideos.appdata.xml.in 2018-07-22 20:27:20.000000000 +0200 @@ -37,6 +37,11 @@ </screenshot> </screenshots> <releases> + <release version="1.1.0" date="2018-07-24"> + <description> + Prepare for JUNO + </description> + </release> <release version="1.0.0" date="2018-04-10"> <description> Switch to Meson diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/playmyvideos-1.0.0/po/CMakeLists.txt new/playmyvideos-1.1.0/po/CMakeLists.txt --- old/playmyvideos-1.0.0/po/CMakeLists.txt 2018-04-08 15:17:45.000000000 +0200 +++ new/playmyvideos-1.1.0/po/CMakeLists.txt 1970-01-01 01:00:00.000000000 +0100 @@ -1,6 +0,0 @@ -include (Translations) - add_translations_directory(${GETTEXT_PACKAGE}) - add_translations_catalog(${GETTEXT_PACKAGE} - ../src/ - ../data -)
