blob: c2d8abcf6ad78e7708708b2aba327d146b9ee76a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libpng/gst-plugins-libpng-0.6.3.ebuild,v 1.1 2003/09/14 16:53:57 foser Exp $
inherit gst-plugins
DESCRIPTION="plug-in to encode png images"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=media-libs/libpng-1.2"
|