surpport seeking the recorded video
[vuplus_openembedded] / recipes / albumshaper / albumshaper_2.1.bb
1 DESCRIPTION = "Album Shaper strives to be the most friendly, easy to use, open source application for \
2 organizing, annotating, framing, enhancing, stylizing, and sharing your digital photos. \
3 Album Shaper embraces open formats like XML, JPEG, and XSLT, while supporting Windows, Mac OS X, and Unix \
4 users who speak a multitude of languages around the world."
5 HOMEPAGE = "http://albumshaper.sourceforge.net"
6 AUTHOR = "Will Stokes"
7 LICENSE = "GPL"
8 DEPENDS = "libxml2 libxslt jpeg"
9
10 SRC_URI = "${SOURCEFORGE_MIRROR}/albumshaper/albumshaper_${PV}.tar.bz2 \
11            file://fixpaths.patch;patch=1"
12 S = "${WORKDIR}/albumshaper_2.1_src"
13
14 inherit qmake qt3x11
15
16 do_install() {
17         oe_runmake install INSTALL_ROOT="${D}"
18 }