summaryrefslogtreecommitdiff
path: root/packages/gxine/gxine_0.4.1enhanced.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/gxine/gxine_0.4.1enhanced.bb
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (diff)
rename packages/ to recipes/ per earlier agreement
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/gxine/gxine_0.4.1enhanced.bb')
-rw-r--r--packages/gxine/gxine_0.4.1enhanced.bb51
1 files changed, 0 insertions, 51 deletions
diff --git a/packages/gxine/gxine_0.4.1enhanced.bb b/packages/gxine/gxine_0.4.1enhanced.bb
deleted file mode 100644
index 96776645ab..0000000000
--- a/packages/gxine/gxine_0.4.1enhanced.bb
+++ /dev/null
@@ -1,51 +0,0 @@
-DESCRIPTION = "gxine is a front-end for libxine."
-SECTION = "x11/multimedia"
-LICENSE = "GPL"
-DEPENDS = "gtk+ libxine-x11"
-PR = "r1"
-
-# Long list of RDEPENDS required to playback mp3/ogg audio and mpeg/mpeg4 video
-RDEPENDS = "libxine-plugin-vo-out-xshm \
- libxine-plugin-vo-out-none \
- libxine-plugin-ao-out-esd \
- libxine-plugin-ao-out-none \
- libxine-plugin-inp-file \
- libxine-plugin-inp-http \
- libxine-plugin-inp-net \
- libxine-plugin-inp-mms \
- libxine-plugin-decode-mad \
- libxine-plugin-decode-vorbis \
- libxine-plugin-decode-image \
- libxine-plugin-decode-ff \
- libxine-plugin-dmx-audio \
- libxine-plugin-dmx-mpeg \
- libxine-plugin-dmx-mpeg-block \
- libxine-plugin-dmx-mpeg-elem \
- libxine-plugin-dmx-mpeg-pes \
- libxine-plugin-dmx-mpeg-ts \
- libxine-plugin-dmx-ogg \
- libxine-plugin-dmx-image \
- libxine-plugin-dmx-avi"
-
-S = "${WORKDIR}/${PN}-0.4.1/"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/xine/${PN}-0.4.1.tar.gz \
- file://rhythmbox-volume-max.png \
- file://rhythmbox-volume-medium.png \
- file://rhythmbox-volume-min.png \
- file://rhythmbox-volume-zero.png \
- file://enhance.patch;patch=1"
-
-EXTRA_OECONF = " --includedir=${STAGING_INCDIR} \
- --libdir=${STAGING_LIBDIR} \
- --disable-xinetest \
- --with-xine-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}"
-
-LDFLAGS += "-lxine"
-
-inherit autotools pkgconfig
-
-do_configure_prepend () {
- mv ${WORKDIR}/*.png ${S}/pixmaps/
-}
-