add gstreamer.xsession script
authorPhil Blundell <philb@gnu.org>
Tue, 3 Aug 2004 15:12:00 +0000 (15:12 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 3 Aug 2004 15:12:00 +0000 (15:12 +0000)
BKrev: 410fab40_XVz6JnnPPC-WrdTtLTtiw

gstreamer/gstreamer-0.8.3/gstreamer.xsession [new file with mode: 0644]
gstreamer/gstreamer_0.8.3.oe

diff --git a/gstreamer/gstreamer-0.8.3/gstreamer.xsession b/gstreamer/gstreamer-0.8.3/gstreamer.xsession
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..019dc38 100644 (file)
@@ -0,0 +1,33 @@
+PR = "r1"
+
+DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
+It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
+DEPENDS = "glib-2.0 gettext-native libxml2 popt"
+SECTION = "base"
+PRIORITY = "optional"
+
+FILES_${PN} += " ${libdir}/gstreamer-0.8/*.so"
+FILES_${PN}-dev += " ${libdir}/gstreamer-0.8/*.la ${libdir}/gstreamer-0.8/*.a"
+
+SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \
+       file://gstreamer.xsession \
+       file://configure-largefile.patch;patch=1;pnum=0"
+
+EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR} \
+              mandir=${STAGING_DIR}/share/man
+}
+
+do_install_append() {
+       install -d ${D}/etc/X11/Xsession.d
+       install ${WORKDIR}/gstreamer.xsession ${D}/etc/X11/Xsession.d/90gst-register
+}
+