summaryrefslogtreecommitdiffstats
path: root/meta/packages/tremor
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-09-01 18:01:05 +0000
committerChris Lord <chris@openedhand.com>2006-09-01 18:01:05 +0000
commitf1f8c5a6a7234a7b618f98efbb3d28e414890fa9 (patch)
treec102f2cf6c35a43ba5591eb4f53e01f97408653b /meta/packages/tremor
parentb89a8f8820c5322ed060e74bfae6181fb1602251 (diff)
downloadpoky-f1f8c5a6a7234a7b618f98efbb3d28e414890fa9.tar.gz
Add gstreamer 0.10 - Mostly packages from OE + updates and gstreamer
binary registry patch git-svn-id: https://svn.o-hand.com/repos/poky/trunk@694 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tremor')
-rw-r--r--meta/packages/tremor/tremor_20041119.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/packages/tremor/tremor_20041119.bb b/meta/packages/tremor/tremor_20041119.bb
new file mode 100644
index 0000000000..63de7a4239
--- /dev/null
+++ b/meta/packages/tremor/tremor_20041119.bb
@@ -0,0 +1,28 @@
1SECTION = "libs"
2PRIORITY = "optional"
3MAINTAINER = "Greg Gilbert <greg@treke.net>"
4DEPENDS = "libogg"
5DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
6LICENSE = "BSD"
7SRCDATE = "${PV}"
8PR = "r1"
9
10SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573;proto=http"
11
12S = "${WORKDIR}/Tremor"
13
14inherit autotools
15
16EXTRA_OECONF=" --enable-shared --disable-rpath "
17
18#do_configure_prepend() {
19# ./autogen.sh
20#}
21
22do_stage() {
23 oe_runmake install prefix=${STAGING_DIR} \
24 bindir=${STAGING_BINDIR} \
25 includedir=${STAGING_INCDIR}/tremor \
26 libdir=${STAGING_LIBDIR} \
27 datadir=${STAGING_DATADIR}
28}