blob: 003705c10ba52b4cb4638c0871de62bc415a77eb (
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
27
28
29
30
31
|
DESCRIPTION = "Gstd: a Gstreamer-based streaming server"
HOMEPAGE = "http://sourceforge.net/projects/harrier/"
MAINTAINER = "harrier-devel@lists.sourceforge.net"
LICENSE = "BSD"
SECTION = "multimedia"
PRIORITY = "optional"
DEPENDS = "dbus dbus-glib gstreamer"
RDEPENDS = "gst-plugins-base"
SRCREV = "525cecebdb8f59157a69ec2f6cfaa46800b20b79"
PV = "1.0"
PR = "r6"
PR_append = "+gitr${SRCREV}"
SRC_URI = "git://gstd.git.sourceforge.net/gitroot/gstd/harrier;protocol=git \
"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
# We don't want to run autoconf or automake, unless you have
# automake > 1.11 with vala support
do_configure() {
oe_runconf
}
FILES_${PN} += "${datadir}/dbus-1/*/*.service"
FILES_${PN}-dev += "${datadir}/dbus-1/interfaces/*.xml"
|