blob: 3854de09e9b1fde07bbdd80ef67822feafd8725a (
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.6 2003/10/17 12:33:55 agriffis Exp $
inherit gst-plugins
DESCRIPTION="plug-in to encode png images"
KEYWORDS="x86 ~ppc ~sparc alpha"
IUSE=""
DEPEND=">=media-libs/libpng-1.2"
|