blob: 4bb8c607afe7f915d3dd663c050c69838d13ac84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
DESCRIPTION = "Swfdec plugin for browsers using NPAPI. Swfdec is a decoder/renderer for Macromedia Flash animations."
LICENSE = "LGPL"
PR = "r1"
DEPENDS = "swfdec glib-2.0"
RDEPENDS = "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"
|