diff options
author | Chris Lord <chris@openedhand.com> | 2006-09-01 18:01:05 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-09-01 18:01:05 +0000 |
commit | f1f8c5a6a7234a7b618f98efbb3d28e414890fa9 (patch) | |
tree | c102f2cf6c35a43ba5591eb4f53e01f97408653b /meta/packages/tremor | |
parent | b89a8f8820c5322ed060e74bfae6181fb1602251 (diff) | |
download | poky-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.bb | 28 |
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 @@ | |||
1 | SECTION = "libs" | ||
2 | PRIORITY = "optional" | ||
3 | MAINTAINER = "Greg Gilbert <greg@treke.net>" | ||
4 | DEPENDS = "libogg" | ||
5 | DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." | ||
6 | LICENSE = "BSD" | ||
7 | SRCDATE = "${PV}" | ||
8 | PR = "r1" | ||
9 | |||
10 | SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573;proto=http" | ||
11 | |||
12 | S = "${WORKDIR}/Tremor" | ||
13 | |||
14 | inherit autotools | ||
15 | |||
16 | EXTRA_OECONF=" --enable-shared --disable-rpath " | ||
17 | |||
18 | #do_configure_prepend() { | ||
19 | # ./autogen.sh | ||
20 | #} | ||
21 | |||
22 | do_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 | } | ||