diff options
author | Chris Lord <chris@openedhand.com> | 2006-09-07 13:09:52 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-09-07 13:09:52 +0000 |
commit | 2ca2649935540acd6e160f82ddd074b04dfea924 (patch) | |
tree | 0732e8cde30048f615ddb92c1cf4b2594b2bde2c /meta/packages/musicbrainz/libmusicbrainz_2.1.2.bb | |
parent | e9b762802b039e8c19e70b054ecc64e7ab07e4d8 (diff) | |
download | poky-2ca2649935540acd6e160f82ddd074b04dfea924.tar.gz |
- Add libmusicbrainz from OE
- Fix up gstreamer packages
- Add gstreamer base/audio/video meta-packages
- Add owl-video-widget
- Add owl-video-widget, gst-meta-audio and gst-meta-video to test-apps
in oh-image-pda (currently not working?)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@698 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/musicbrainz/libmusicbrainz_2.1.2.bb')
-rw-r--r-- | meta/packages/musicbrainz/libmusicbrainz_2.1.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/musicbrainz/libmusicbrainz_2.1.2.bb b/meta/packages/musicbrainz/libmusicbrainz_2.1.2.bb new file mode 100644 index 0000000000..14eac7adce --- /dev/null +++ b/meta/packages/musicbrainz/libmusicbrainz_2.1.2.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "The MusicBrainz client is a library which can be built into other programs. The library allows you to access the data held on the MusicBrainz server." | ||
2 | HOMEPAGE = "http://musicbrainz.org" | ||
3 | MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>" | ||
4 | LICENSE = "LGPL" | ||
5 | DEPENDS = "expat" | ||
6 | |||
7 | SRC_URI = "http://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-2.1.2.tar.gz" | ||
8 | |||
9 | inherit autotools pkgconfig | ||
10 | |||
11 | do_stage() { | ||
12 | autotools_stage_all | ||
13 | } | ||
14 | |||
15 | |||
16 | |||