summaryrefslogtreecommitdiff
path: root/packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader.exlib
blob: 257a86903d1f43624775429e416887e025cbf729 (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 cmake [ api=2 ]

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]
"