summaryrefslogtreecommitdiffstats
path: root/external/meta-openembedded/meta-xfce/recipes-multimedia/parole
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/meta-openembedded/meta-xfce/recipes-multimedia/parole
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/meta-openembedded/meta-xfce/recipes-multimedia/parole')
-rw-r--r--external/meta-openembedded/meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb (renamed from external/meta-openembedded/meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb)15
1 files changed, 5 insertions, 10 deletions
diff --git a/external/meta-openembedded/meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb b/external/meta-openembedded/meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb
index 2b4e9749..f55b1945 100644
--- a/external/meta-openembedded/meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb
+++ b/external/meta-openembedded/meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb
@@ -1,15 +1,12 @@
DESCRIPTION = "Parole is a modern simple media player based on the GStreamer framework"
-HOMEPAGE = "http://goodies.xfce.org/projects/applications/parole"
+HOMEPAGE = "https://docs.xfce.org/apps/parole/start"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-inherit xfce-app gtk-doc mime
+inherit xfce-app gtk-doc mime mime-xdg
DEPENDS += " \
- glib-2.0 \
dbus-glib \
- gtk+3 \
- \
xfce4-dev-tools-native \
libxfce4util \
libxfce4ui \
@@ -19,8 +16,8 @@ DEPENDS += " \
taglib \
"
-SRC_URI[md5sum] = "46fe86bbe0c4aa02c53244d66e62e90c"
-SRC_URI[sha256sum] = "8ad2931fdb35415cc3d7551b5f2207bfaa1aba15545accbacbb4984cdabd7099"
+SRC_URI[md5sum] = "74fcde5da018c011e5febd9649817c05"
+SRC_URI[sha256sum] = "1adb4bd96c4cc4b4a79eeafe1316e170f506426e3737e8ba8898f7ea6bec572a"
RDEPENDS_${PN} += "gstreamer1.0-plugins-good"
@@ -31,8 +28,6 @@ PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter"
PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify"
FILES_${PN} += " \
- ${datadir}/appdata \
+ ${datadir}/metainfo \
${libdir}/parole-0/*.so \
"
-
-FILES_${PN}-dev += "${libdir}/parole-0/*.la"