diff options
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb b/meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb index b755dfa46f..2eded511af 100644 --- a/meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb +++ b/meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb | |||
| @@ -5,6 +5,8 @@ SECTION = "multimedia" | |||
| 5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
| 7 | 7 | ||
| 8 | PR = "r1" | ||
| 9 | |||
| 8 | DEPENDS = "gmtk gtk+ alsa-lib libnotify glib-2.0 dbus-glib virtual/libx11 libxscrnsaver" | 10 | DEPENDS = "gmtk gtk+ alsa-lib libnotify glib-2.0 dbus-glib virtual/libx11 libxscrnsaver" |
| 9 | 11 | ||
| 10 | SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.gz" | 12 | SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.gz" |
| @@ -14,6 +16,11 @@ SRC_URI[sha256sum] = "ac3c179345baecb4ca5237782aa33e83253a87bf8b42ce6eb3a9207a34 | |||
| 14 | EXTRA_OECONF = "--with-gio --with-alsa --with-dbus --with-libnotify" | 16 | EXTRA_OECONF = "--with-gio --with-alsa --with-dbus --with-libnotify" |
| 15 | 17 | ||
| 16 | FILES_${PN} += "${datadir}/gnome-control-center/default-apps/${PN}.xml" | 18 | FILES_${PN} += "${datadir}/gnome-control-center/default-apps/${PN}.xml" |
| 19 | PACKAGES =+ "${PN}-nautilus-extension" | ||
| 20 | FILES_${PN}-nautilus-extension += "${libdir}/nautilus/extensions-2.0/*.so" | ||
| 21 | FILES_${PN}-dev += "${libdir}/nautilus/extensions-2.0/*.la" | ||
| 22 | FILES_${PN}-staticdev += "${libdir}/nautilus/extensions-2.0/*.a" | ||
| 23 | FILES_${PN}-dbg += "${libdir}/nautilus/extensions-2.0/.debug" | ||
| 17 | 24 | ||
| 18 | inherit gettext pkgconfig mime gtk-icon-cache autotools | 25 | inherit gettext pkgconfig mime gtk-icon-cache autotools |
| 19 | 26 | ||
