summaryrefslogtreecommitdiff
path: root/packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader.exlib
blob: a3e62732c911a2052abc31a2a461f1487bb369c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Distributed under the terms of the GNU General Public License v2
# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru>

require github [ user=aruiz project=webp-pixbuf-loader ]
require meson

LICENCES="GPL-2"

SUMMARY="WebM GDK Pixbuf Loader library"

MYOPTIONS=""
SLOT="0"

DEPENDENCIES="
    build+run:
        media-libs/libwebp:=[>=0.4.3]
        x11-libs/gdk-pixbuf:=[>=2.22]
"