Page MenuHomeSolus

D6911.id16578.diff
No OneTemporary

D6911.id16578.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -6,6 +6,7 @@
libglib-2.0.so.0
libgobject-2.0.so.0
libgtk-3.so.0
+libm.so.6
libmpv.so.1
libpango-1.0.so.0
libpangocairo-1.0.so.0
diff --git a/files/0001-Enable-MPV-hwdec-by-default.patch b/files/0001-Enable-MPV-hwdec-by-default.patch
--- a/files/0001-Enable-MPV-hwdec-by-default.patch
+++ b/files/0001-Enable-MPV-hwdec-by-default.patch
@@ -1,26 +1,22 @@
-From 870c03e7cd1d5e53ebce28d63dd8152addb392db Mon Sep 17 00:00:00 2001
-From: Ikey Doherty <ikey@solus-project.com>
-Date: Thu, 3 May 2018 20:25:09 +0100
-Subject: [PATCH] Enable MPV hwdec by default
+From 48b7cbcca884a8bf110f31e893b321ba5715c138 Mon Sep 17 00:00:00 2001
+From: Jacob <Jacalz@users.noreply.github.com>
+Date: Thu, 8 Aug 2019 18:21:18 +0200
+Subject: [PATCH] 0001-Enable-MPV-hwdec-by-default
-Signed-off-by: Ikey Doherty <ikey@solus-project.com>
---
- data/org.gnome-mpv.gschema.xml | 2 +-
+ data/io.github.celluloid_player.Celluloid.gschema.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/data/org.gnome-mpv.gschema.xml b/data/org.gnome-mpv.gschema.xml
-index 5faf915..347f723 100644
---- a/data/org.gnome-mpv.gschema.xml
-+++ b/data/org.gnome-mpv.gschema.xml
-@@ -23,7 +23,7 @@
+diff --git a/data/io.github.celluloid_player.Celluloid.gschema.xml b/data/io.github.celluloid_player.Celluloid.gschema.xml
+index b0e8391..30487bb 100644
+--- a/data/io.github.celluloid_player.Celluloid.gschema.xml
++++ b/data/io.github.celluloid_player.Celluloid.gschema.xml
+@@ -61,7 +61,7 @@
</description>
</key>
- <key name='mpv-options' type='s'>
-- <default>''</default>
-+ <default>'--hwdec=auto'</default>
+ <key name="mpv-options" type="s">
+- <default>""</default>
++ <default>"--hwdec=auto"</default>
<summary>Options to pass to mpv</summary>
<description>
</description>
---
-2.16.3
-
diff --git a/files/series b/files/series
deleted file mode 100644
--- a/files/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Enable-MPV-hwdec-by-default.patch
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,13 +1,15 @@
-name : gnome-mpv
-version : '0.16'
-release : 29
+name : celluloid
+version : '0.17'
+release : 30
source :
- - https://github.com/gnome-mpv/gnome-mpv/releases/download/v0.16/gnome-mpv-0.16.tar.xz : 22cd8a9257ea57449f3120993e668d11e5e3be31444c6e63b8b25ccce0feed4b
+ - https://github.com/celluloid-player/celluloid/archive/v0.17.tar.gz : cbe8b843d47303a05a7fb2e1cefb6218d3bf45314fc37341b9295efc8114360b
license : GPL-3.0-or-later
component : multimedia.video
-summary : GNOME frontend for MPV
+summary : A simple GTK+ frontend for MPV
description: |
- GNOME frontend for MPV
+ Celluloid (formerly GNOME MPV) is a simple GTK+ frontend for mpv. Celluloid interacts with mpv via the client API exported by libmpv, allowing access to mpv's powerful playback capabilities.
+replaces :
+ - gnome-mpv
builddeps :
- pkgconfig(appstream-glib)
- pkgconfig(glib-2.0)
@@ -16,7 +18,7 @@
rundeps :
- youtube-dl
setup : |
- %apply_patches
+ %patch -p1 < $pkgfiles/0001-Enable-MPV-hwdec-by-default.patch
%meson_configure
build : |
%ninja_build
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,64 +1,69 @@
<PISI>
<Source>
- <Name>gnome-mpv</Name>
+ <Name>celluloid</Name>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>multimedia.video</PartOf>
- <Summary xml:lang="en">GNOME frontend for MPV</Summary>
- <Description xml:lang="en">GNOME frontend for MPV
+ <Summary xml:lang="en">A simple GTK+ frontend for MPV</Summary>
+ <Description xml:lang="en">Celluloid (formerly GNOME MPV) is a simple GTK+ frontend for mpv. Celluloid interacts with mpv via the client API exported by libmpv, allowing access to mpv&apos;s powerful playback capabilities.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
- <Name>gnome-mpv</Name>
- <Summary xml:lang="en">GNOME frontend for MPV</Summary>
- <Description xml:lang="en">GNOME frontend for MPV
+ <Name>celluloid</Name>
+ <Summary xml:lang="en">A simple GTK+ frontend for MPV</Summary>
+ <Description xml:lang="en">Celluloid (formerly GNOME MPV) is a simple GTK+ frontend for mpv. Celluloid interacts with mpv via the client API exported by libmpv, allowing access to mpv&apos;s powerful playback capabilities.
</Description>
<PartOf>multimedia.video</PartOf>
<Files>
- <Path fileType="executable">/usr/bin/gnome-mpv</Path>
- <Path fileType="data">/usr/share/applications/io.github.GnomeMpv.desktop</Path>
- <Path fileType="data">/usr/share/dbus-1/services/io.github.GnomeMpv.service</Path>
+ <Path fileType="executable">/usr/bin/celluloid</Path>
+ <Path fileType="data">/usr/share/applications/io.github.celluloid_player.Celluloid.desktop</Path>
+ <Path fileType="data">/usr/share/dbus-1/services/io.github.celluloid_player.Celluloid.service</Path>
<Path fileType="data">/usr/share/glib-2.0/schemas/io.github.GnomeMpv.gschema.xml</Path>
- <Path fileType="data">/usr/share/glib-2.0/schemas/org.gnome-mpv.gschema.xml</Path>
- <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/io.github.GnomeMpv.svg</Path>
- <Path fileType="data">/usr/share/icons/hicolor/symbolic/apps/io.github.GnomeMpv-symbolic.svg</Path>
- <Path fileType="localedata">/usr/share/locale/bg/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/ca/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/cs/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/da/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/de_DE/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/es/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/fr/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/hr/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/hu/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/it/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/ja/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/nl/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/pl/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/pt_BR/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/pt_PT/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/ro/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/ru/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/sr/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/sr@latin/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/sv/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/zh_CN/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="localedata">/usr/share/locale/zh_TW/LC_MESSAGES/gnome-mpv.mo</Path>
- <Path fileType="man">/usr/share/man/man1/gnome-mpv.1</Path>
- <Path fileType="data">/usr/share/metainfo/io.github.GnomeMpv.appdata.xml</Path>
+ <Path fileType="data">/usr/share/glib-2.0/schemas/io.github.celluloid_player.Celluloid.gschema.xml</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/io.github.celluloid_player.Celluloid.svg</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/symbolic/apps/io.github.celluloid_player.Celluloid-symbolic.svg</Path>
+ <Path fileType="localedata">/usr/share/locale/bg/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ca/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/cs/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/da/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/de_DE/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/eo/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/es/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/fr/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/hr/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/hu/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/it/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ja/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/nl/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pl/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pt_BR/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pt_PT/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ro/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ru/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sr/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sr@latin/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sv/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/tr/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/zh_CN/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/zh_TW/LC_MESSAGES/celluloid.mo</Path>
+ <Path fileType="man">/usr/share/man/man1/celluloid.1</Path>
+ <Path fileType="data">/usr/share/metainfo/io.github.celluloid_player.Celluloid.appdata.xml</Path>
</Files>
+ <Replaces>
+ <Package>gnome-mpv</Package>
+ </Replaces>
</Package>
<History>
- <Update release="29">
- <Date>2019-04-18</Date>
- <Version>0.16</Version>
+ <Update release="30">
+ <Date>2019-08-08</Date>
+ <Version>0.17</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 2:25 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5823256
Default Alt Text
D6911.id16578.diff (11 KB)

Event Timeline