summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-02-21 09:54:11 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-02-21 09:54:11 +0000
commit93acffc85e5eb08244b8f4cb81cd9f8f8f53dd9f (patch)
tree0cb22135b464b6e440ebee75502135c7b5ae299d /media-gfx
parentamd64/x86 stable. switch to new license combination; both pnqnq and rwpng. (diff)
downloadgentoo-2-93acffc85e5eb08244b8f4cb81cd9f8f8f53dd9f.tar.gz
gentoo-2-93acffc85e5eb08244b8f4cb81cd9f8f8f53dd9f.tar.bz2
gentoo-2-93acffc85e5eb08244b8f4cb81cd9f8f8f53dd9f.zip
old
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/pngnq/ChangeLog6
-rw-r--r--media-gfx/pngnq/files/pngnq-1.0-as-needed.patch39
-rw-r--r--media-gfx/pngnq/pngnq-1.0.ebuild28
3 files changed, 5 insertions, 68 deletions
diff --git a/media-gfx/pngnq/ChangeLog b/media-gfx/pngnq/ChangeLog
index 3cb463f3bc07..06c98c922968 100644
--- a/media-gfx/pngnq/ChangeLog
+++ b/media-gfx/pngnq/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/pngnq
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngnq/ChangeLog,v 1.13 2013/02/21 09:53:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngnq/ChangeLog,v 1.14 2013/02/21 09:54:11 ssuominen Exp $
+
+ 21 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> -pngnq-1.0.ebuild,
+ -files/pngnq-1.0-as-needed.patch:
+ old
21 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> pngnq-1.1.ebuild:
amd64/x86 stable. switch to new license combination; both pnqnq and rwpng.
diff --git a/media-gfx/pngnq/files/pngnq-1.0-as-needed.patch b/media-gfx/pngnq/files/pngnq-1.0-as-needed.patch
deleted file mode 100644
index 912364f5fa10..000000000000
--- a/media-gfx/pngnq/files/pngnq-1.0-as-needed.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- pngnq-1.0.orig/configure.ac 2009-05-20 14:05:52.000000000 +0200
-+++ pngnq-1.0/configure.ac 2010-01-16 19:51:43.087613985 +0100
-@@ -24,6 +24,10 @@
- AC_FUNC_STAT
- AC_HEADER_STDBOOL
-
-+AC_SEARCH_LIBS([zlibVersion],[z])
-+AC_SEARCH_LIBS([sqrt],[m])
-+PKG_CHECK_MODULES([PNG], [libpng >= 1.2.0])
-+
- # checks for library functions
- AC_CHECK_FUNCS([getopt])
- AC_CHECK_FUNCS([floor])
-@@ -35,5 +39,5 @@
- AC_CHECK_FUNCS([strrchr])
-
- AC_CONFIG_HEADERS([src/config.h])
--AC_CONFIG_FILES([Makefile src/Makefile freegetopt/Makefile])
-+AC_CONFIG_FILES([Makefile src/Makefile])
- AC_OUTPUT
---- pngnq-1.0.orig/Makefile.am 2009-05-20 14:05:52.000000000 +0200
-+++ pngnq-1.0/Makefile.am 2010-01-16 19:50:25.127860135 +0100
-@@ -1,3 +1,3 @@
--SUBDIRS = freegetopt src
-+SUBDIRS = src
-
- dist_man_MANS = pngnq.1
---- pngnq-1.0.orig/src/Makefile.am 2009-05-20 14:04:15.000000000 +0200
-+++ pngnq-1.0/src/Makefile.am 2010-01-16 20:06:48.150861688 +0100
-@@ -1,6 +1,7 @@
--AM_LDFLAGS = ${shell libpng-config --ldflags} -lz
--AM_CFLAGS = ${shell libpng-config --I_opts} -Wall --pedantic -std=gnu99
-+AM_CFLAGS = -Wall --pedantic -std=gnu99 @PNG_CFLAGS@
-
- bin_PROGRAMS = pngnq pngcomp
- pngnq_SOURCES = pngnq.c neuquant32.c rwpng.c neuquant32.h rwpng.h errors.h
-+pngnq_LDADD = @PNG_LIBS@
- pngcomp_SOURCES = pngcomp.c rwpng.c colorspace.c colorspace.h
-+pngcomp_LDADD = @PNG_LIBS@
diff --git a/media-gfx/pngnq/pngnq-1.0.ebuild b/media-gfx/pngnq/pngnq-1.0.ebuild
deleted file mode 100644
index 669683ec7702..000000000000
--- a/media-gfx/pngnq/pngnq-1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngnq/pngnq-1.0.ebuild,v 1.7 2013/01/12 13:08:21 hanno Exp $
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="Pngnq is a tool for quantizing PNG images in RGBA format."
-HOMEPAGE="http://pngnq.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD pngnq"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-libs/libpng"
-DEPEND="${RDEPEND}"
-
-DOCS=( NEWS README )
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-as-needed.patch \
- "${FILESDIR}"/${P}-libpng1{4,5}.patch
-
- eautoreconf
-}