Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gst/videorate/service/service.info
blob: d69dd5c47e714071116b475a5a9d932cfdad9d83 (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
[DEFAULT]
uid = record-videorate
summary = record gst deps
license = LGPLv2+
homepage = http://gstreamer.sourceforge.net

[Service]
packaged = rpm gstreamer-plugins-base
           suse gstreamer-0_10-plugins-base
           debian gstreamer0.10-plugins-base
           mandriva gstreamer0.10-plugins-base
           gentoo media-libs/gst-plugins-base
binding  = GST_PLUGIN_PATH lib/gstreamer-0.10
include  = libgstvideorate.so
machine  = build

[Build]
exec = "$SRCDIR"/configure
            CFLAGS="%(cflags)s"
            --prefix="$DISTDIR"
            --disable-static
        && make
        && make install-strip

[Maintain]
exec = ./autogen.sh && ./configure && make dist-bzip2