diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-09-08 17:42:53 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 15:34:28 +0200 |
| commit | 39c01a1a0ac949642c5deb4136806985ff1726cc (patch) | |
| tree | 6bb8fa54d09af7bfb05ec9cfc1db7a6aa17a21e1 | |
| parent | 7a60e39963c6390c710abca7968f7c6341505f79 (diff) | |
| download | meta-openembedded-39c01a1a0ac949642c5deb4136806985ff1726cc.tar.gz | |
parole: initial add 0.8.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-xfce/recipes-multimedia/parole/files/parole-0.8.0-appdata.patch | 30 | ||||
| -rw-r--r-- | meta-xfce/recipes-multimedia/parole/parole_0.8.0.bb | 37 |
2 files changed, 67 insertions, 0 deletions
diff --git a/meta-xfce/recipes-multimedia/parole/files/parole-0.8.0-appdata.patch b/meta-xfce/recipes-multimedia/parole/files/parole-0.8.0-appdata.patch new file mode 100644 index 0000000000..e0769241e6 --- /dev/null +++ b/meta-xfce/recipes-multimedia/parole/files/parole-0.8.0-appdata.patch | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | Upstream-Status: submitted [1] | ||
| 2 | Taken-From: [2] | ||
| 3 | |||
| 4 | [1] https://bugzilla.xfce.org/show_bug.cgi?id=11653 | ||
| 5 | [2] http://pkgs.fedoraproject.org/cgit/parole.git/tree/parole-0.8.0-appdata.patch | ||
| 6 | |||
| 7 | diff -Nur parole-0.8.0.orig/data/appdata/parole.appdata.xml.in parole-0.8.0/data/appdata/parole.appdata.xml.in | ||
| 8 | --- parole-0.8.0.orig/data/appdata/parole.appdata.xml.in 2015-02-28 07:23:54.000000000 -0700 | ||
| 9 | +++ parole-0.8.0/data/appdata/parole.appdata.xml.in 2015-03-07 08:25:01.940009844 -0700 | ||
| 10 | @@ -41,7 +41,7 @@ | ||
| 11 | </provides> | ||
| 12 | |||
| 13 | <releases> | ||
| 14 | - <release version="0.7.0" timestamp=""> | ||
| 15 | + <release version="0.7.0" timestamp="1396146123"> | ||
| 16 | <description> | ||
| 17 | <_p>This unstable development release adds the new clutter backend and cleans up | ||
| 18 | deprecated Gtk3 symbols. It also adds a "go to position" feature and several bugs | ||
| 19 | diff -Nur parole-0.8.0.orig/po/es.po parole-0.8.0/po/es.po | ||
| 20 | --- parole-0.8.0.orig/po/es.po 2015-02-28 07:23:54.000000000 -0700 | ||
| 21 | +++ parole-0.8.0/po/es.po 2015-03-07 08:25:17.447726837 -0700 | ||
| 22 | @@ -514,7 +514,7 @@ | ||
| 23 | "This unstable development release adds the new clutter backend and cleans up" | ||
| 24 | " deprecated Gtk3 symbols. It also adds a \"go to position\" feature and " | ||
| 25 | "several bugs have been addressed." | ||
| 26 | -msgstr "Esta versión de desarrollo añade un nuevo motor de <i>clutter</i> y elimina símbolos GTK3 obsoletos. Además añade la funcionalidad «Ir a la posición» y corrige un sinnúmero de errores." | ||
| 27 | +msgstr "Esta versión de desarrollo añade un nuevo motor de clutter y elimina símbolos GTK3 obsoletos. Además añade la funcionalidad «Ir a la posición» y corrige un sinnúmero de errores." | ||
| 28 | |||
| 29 | #: ../data/appdata/parole.appdata.xml.in.h:4 | ||
| 30 | msgid "This release fixes a problem with detecting DVD drive locations." | ||
diff --git a/meta-xfce/recipes-multimedia/parole/parole_0.8.0.bb b/meta-xfce/recipes-multimedia/parole/parole_0.8.0.bb new file mode 100644 index 0000000000..28bedaf04a --- /dev/null +++ b/meta-xfce/recipes-multimedia/parole/parole_0.8.0.bb | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | DESCRIPTION = "Parole is a modern simple media player based on the GStreamer framework" | ||
| 2 | HOMEPAGE = "http://goodies.xfce.org/projects/applications/parole" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
| 5 | |||
| 6 | inherit xfce-app gtk-doc mime | ||
| 7 | |||
| 8 | DEPENDS = " \ | ||
| 9 | glib-2.0 \ | ||
| 10 | dbus-glib \ | ||
| 11 | gtk+3 \ | ||
| 12 | \ | ||
| 13 | xfce4-dev-tools-native \ | ||
| 14 | libxfce4util \ | ||
| 15 | libxfce4ui \ | ||
| 16 | xfconf \ | ||
| 17 | \ | ||
| 18 | gstreamer1.0-plugins-base \ | ||
| 19 | taglib \ | ||
| 20 | " | ||
| 21 | |||
| 22 | SRC_URI[md5sum] = "fffdc23d2aa22271f01410a9e27c3404" | ||
| 23 | SRC_URI[sha256sum] = "2d966aeb426de81d992829e33b3f66185b19fd031a1891968b3a40d6d50239cc" | ||
| 24 | SRC_URI += "file://parole-0.8.0-appdata.patch" | ||
| 25 | |||
| 26 | RDEPENDS_${PN} += "gstreamer1.0-plugins-good" | ||
| 27 | |||
| 28 | PACKAGECONFIG ??= "notify" | ||
| 29 | PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter" | ||
| 30 | PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify" | ||
| 31 | |||
| 32 | FILES_${PN} += " \ | ||
| 33 | ${datadir}/appdata \ | ||
| 34 | ${libdir}/parole-0/*.so \ | ||
| 35 | " | ||
| 36 | FILES_${PN}-dbg += "${libdir}/parole-0/.debug" | ||
| 37 | FILES_${PN}-dev += "${libdir}/parole-0/*.la" | ||
