From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libwebp: libwebp-0.3.1.ebuild ChangeLog
Date: Fri, 28 Jun 2013 04:27:57 +0000 (UTC) [thread overview]
Message-ID: <20130628042757.746A82171C@flycatcher.gentoo.org> (raw)
ssuominen 13/06/28 04:27:57
Modified: ChangeLog
Added: libwebp-0.3.1.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.51 media-libs/libwebp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libwebp/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libwebp/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libwebp/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libwebp/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 9 Apr 2013 21:09:56 -0000 1.50
+++ ChangeLog 28 Jun 2013 04:27:57 -0000 1.51
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libwebp
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/ChangeLog,v 1.50 2013/04/09 21:09:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/ChangeLog,v 1.51 2013/06/28 04:27:57 ssuominen Exp $
+
+*libwebp-0.3.1 (28 Jun 2013)
+
+ 28 Jun 2013; Samuli Suominen <ssuominen@gentoo.org> +libwebp-0.3.1.ebuild:
+ Version bump.
09 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> -libwebp-0.2.0.ebuild,
-libwebp-0.2.1-r1.ebuild:
1.1 media-libs/libwebp/libwebp-0.3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libwebp/libwebp-0.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libwebp/libwebp-0.3.1.ebuild?rev=1.1&content-type=text/plain
Index: libwebp-0.3.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/libwebp-0.3.1.ebuild,v 1.1 2013/06/28 04:27:57 ssuominen Exp $
EAPI=5
inherit eutils multilib-minimal
DESCRIPTION="A lossy image compression format"
HOMEPAGE="http://code.google.com/p/webp/"
SRC_URI="http://webp.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
IUSE="experimental gif +jpeg opengl +png static-libs swap-16bit-csp tiff"
# TODO: dev-lang/swig bindings in swig/ subdirectory
RDEPEND="gif? ( media-libs/giflib:= )
jpeg? ( virtual/jpeg:= )
opengl? (
media-libs/freeglut
virtual/opengl
)
png? ( media-libs/libpng:0= )
tiff? ( media-libs/tiff:0= )"
DEPEND="${RDEPEND}"
ECONF_SOURCE=${S}
src_prepare() {
# This is conflicting with `usex` later on, upstream is using ac_cv_ wrong
# If modifying configure.ac, eautoreconf is required because of "Maintainer mode"
sed -i -e '/unset ac_cv_header_GL_glut_h/d' configure || die
}
multilib_src_configure() {
ac_cv_header_gif_lib_h=$(usex gif) \
ac_cv_header_jpeglib_h=$(usex jpeg) \
ac_cv_header_png_h=$(usex png) \
ac_cv_header_GL_glut_h=$(usex opengl) \
ac_cv_header_tiffio_h=$(usex tiff) \
econf \
$(use_enable static-libs static) \
$(use_enable swap-16bit-csp) \
$(use_enable experimental) \
--enable-libwebpmux \
--enable-libwebpdemux \
--enable-libwebpdecoder
}
multilib_src_install() {
emake DESTDIR="${D}" install
}
multilib_src_install_all() {
prune_libtool_files
dodoc AUTHORS ChangeLog doc/*.txt NEWS README{,.mux}
}
next reply other threads:[~2013-06-28 4:28 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-28 4:27 Samuli Suominen (ssuominen) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-08-05 9:45 [gentoo-commits] gentoo-x86 commit in media-libs/libwebp: libwebp-0.3.1.ebuild ChangeLog Samuli Suominen (ssuominen)
2013-09-14 7:41 Agostino Sarubbo (ago)
2013-09-14 8:14 Agostino Sarubbo (ago)
2013-09-14 10:05 Agostino Sarubbo (ago)
2013-09-23 17:22 Agostino Sarubbo (ago)
2013-09-23 17:41 Agostino Sarubbo (ago)
2013-09-23 19:20 Agostino Sarubbo (ago)
2013-09-25 17:27 Agostino Sarubbo (ago)
2013-09-26 17:31 Agostino Sarubbo (ago)
2013-10-03 15:58 Samuli Suominen (ssuominen)
2013-10-21 12:26 Fabian Groffen (grobian)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130628042757.746A82171C@flycatcher.gentoo.org \
--to=ssuominen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox