blob: a43313fb69fb7256eb8cb74e235a2aeb12115185 (
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.4.ebuild,v 1.1 2003/10/23 22:19:34 foser Exp $
inherit gst-plugins
DESCRIPTION="plug-in to encode png images"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
IUSE=""
DEPEND=">=media-libs/libpng-1.2"
|