summaryrefslogtreecommitdiff
path: root/homebrew/cluttergst/.beer
blob: 59f5c3c11d511e617f6ee351e4dfd6ec08982803 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
    "name": "ClutterGst",
    "description": "ClutterMedia interface using GStreamer for video and audio",
    "url": "https://download.gnome.org/sources/clutter-gst/3.0/clutter-gst-3.0.27.tar.xz",
    "mirror": null,
    "homepage": "https://developer.gnome.org/clutter-gst/",
    "depends": [
        {
            "depend": "gobject-introspection",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "clutter",
            "build-depend": false
        },
        {
            "depend": "gdk-pixbuf",
            "build-depend": false
        },
        {
            "depend": "gst-plugins-base",
            "build-depend": false
        },
        {
            "depend": "gstreamer",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--disable-dependency-tracking",
        "--disable-debug",
        "--prefix=#{prefix}",
        "--enable-introspection=yes",
        "--disable-silent-rules",
        "--disable-gtk-doc-html",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "3.0.27",
    "file": "clutter-gst.rb"
}