* Fixing the helix-player.pc to include a -lstdc++

* Adding clutter-helix recipe
This commit is contained in:
Rusty Lynch 2008-10-22 09:57:13 -07:00
parent d4f444a667
commit be2ad3b90c
4 changed files with 27 additions and 1 deletions

View File

@ -27,6 +27,7 @@ SRCREV_pn-clutter-cairo ?= "3313"
SRCREV_pn-clutter-gst-0.6 ?= "2961"
SRCREV_pn-clutter-gst-0.8 ?= "3351"
SRCREV_pn-clutter-gst ?= "3349"
SRCREV_pn-clutter-helix ?= "3390"
SRCREV_pn-clutter-gtk-0.6 ?= "2961"
SRCREV_pn-clutter-gtk-0.8 ?= "3350"
SRCREV_pn-clutter-gtk ?= "3349"

View File

@ -0,0 +1,17 @@
DESCRIPTION = "Clutter Helix"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPL"
DEPENDS = "helix-libs"
FILESPATH = "${FILE_DIRNAME}/clutter-helix"
PACKAGES =+ "${PN}-examples"
FILES_${PN}-examples = "${bindir}/video-player ${bindir}/audio-player"
inherit autotools pkgconfig gtk-doc
do_stage () {
autotools_stage_all
}

View File

@ -0,0 +1,8 @@
require clutter-helix.inc
PV = "0.8.0+svnr${SRCREV}"
PR = "r0"
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http"
S = "${WORKDIR}/${PN}"

View File

@ -6,6 +6,6 @@ includedir=${prefix}/include
Name: helix-player
Description: Helix Player Interface
Version: 4.1.0
Libs: -L${libdir} -lhelix-player
Libs: -L${libdir} -lhelix-player -lstdc++
Cflags: -I/opt/helix/include -D_UNIX
Requires: