blob: 515654363e7b26d6f068eb3494fd8a704c107feb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "Multimedia library using gstreamer"
HOMEPAGE = "http://bolgo.cent.uji.es/proyectos/eina"
LICENSE = "GPL"
MAINTAINER = "Koen Kooi <koen@linuxtogo.org>"
PR = "r2"
DEPENDS = "glib-2.0 gstreamer"
SRC_URI = "http://bolgo.cent.uji.es/files/libeina/${P}.tar.gz \
file://nomagic.diff;patch=1"
EXTRA_OECONF = "--disable-magic"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|