owl-video-widget: Split into owl-video and libowl-av

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4847 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-07-16 09:31:01 +00:00
parent 134c555877
commit cd42b9bc08
3 changed files with 26 additions and 9 deletions

View File

@ -0,0 +1,19 @@
DESCRIPTION = "OpenedHand Widget Library Audio/Video"
LICENSE = "LGPL"
SECTION = "x11"
DEPENDS = "gtk+ gstreamer gst-plugins-base"
RDEPENDS = "gst-meta-base"
RRECOMMENDS = "gst-meta-audio gst-meta-video"
PV = "0.0+svnr${SRCREV}"
PR = "r2"
S = "${WORKDIR}/${PN}"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http"
inherit autotools pkgconfig
do_stage () {
autotools_stage_all
}

View File

@ -1,16 +1,14 @@
DESCRIPTION = "OpenedHand Widget Library video widget"
LICENSE = "LGPL"
SECTION = "x11"
DEPENDS = "gtk+ gstreamer gst-plugins-base"
RDEPENDS = "gst-meta-base"
RRECOMMENDS = "gst-meta-audio gst-meta-video"
DEPENDS = "libowl-av"
PV = "0.1+svnr${SRCREV}"
PR = "r1"
PV = "0.0+svnr${SRCREV}"
PR = "r0"
S = "${WORKDIR}/${PN}"
S = "${WORKDIR}/video"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http \
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=video;proto=http \
file://owl-video-widget.png \
file://stock_media-play.png \
file://stock_volume-0.png \

View File

@ -3,7 +3,7 @@
#
DESCRIPTION = "Tools tasks for Poky"
PR = "r0"
PR = "r1"
PACKAGES = "\
task-poky-tools-debug \
@ -48,7 +48,7 @@ RDEPENDS_task-poky-tools-testapps = "\
kexec-tools \
alsa-utils-amixer \
alsa-utils-aplay \
owl-video-widget \
owl-video \
gst-meta-video \
gst-meta-audio \
xrestop \