summaryrefslogtreecommitdiffstats
path: root/recipes/swfdec/swfdec-mozilla_0.9.2.bb
blob: 2009347b92ef344317d03e4db4d970a1f2c29252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DESCRIPTION = "Swfdec plugin for browsers using NPAPI. Swfdec is a decoder/renderer for Macromedia Flash animations."
LICENSE = "LGPL"
PR = "r2"
DEPENDS = "swfdec glib-2.0"
RDEPENDS_${PN} = "gst-ffmpeg"

SRC_URI = "http://swfdec.freedesktop.org/download/swfdec-mozilla/0.9/${P}.tar.gz \
"

inherit autotools pkgconfig gtk-icon-cache

EXTRA_OECONF = "--disable-static"

do_install_append() {
	rm ${D}${libdir}/mozilla/plugins/*.la
}

do_stage() {
	autotools_stage_all
}

FILES_${PN} += "${libdir}/mozilla/plugins/*.so"
FILES_${PN}-dbg += "${libdir}/mozilla/plugins/.debug"

SRC_URI[md5sum] = "5e19c365d02f1ece2e7caec13c2b23d4"
SRC_URI[sha256sum] = "8c8cfb52b47efabefab90577fb118ab2699c803cebbc82891700f8e2d712343b"