Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 524812 - media-libs/libwebp-0.4.1 version bump
Summary: media-libs/libwebp-0.4.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 531678
  Show dependency tree
 
Reported: 2014-10-09 09:46 UTC by Michalis Adamidis
Modified: 2014-12-16 19:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
libwebp-0.4.1.ebuild (libwebp-0.4.1.ebuild,1.96 KB, text/plain)
2014-10-09 09:46 UTC, Michalis Adamidis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michalis Adamidis 2014-10-09 09:46:35 UTC
Created attachment 386286 [details]
libwebp-0.4.1.ebuild

The version seems to be out for quite some time. I've come around the first project requiring this specific version (mediabrowser-server) so I think it's time for a bump ;)

Apart from renaming the ebuild only the download location changed.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-09 09:53:12 UTC
Comment on attachment 386286 [details]
libwebp-0.4.1.ebuild

--- libwebp-0.4.0.ebuild
+++ libwebp-0.4.1.ebuild
@@ -7,11 +7,11 @@

 DESCRIPTION="A lossy image compression format"
 HOMEPAGE="http://code.google.com/p/webp/"
-SRC_URI="http://webp.googlecode.com/files/${P}.tar.gz"
+SRC_URI="http://downloads.webmproject.org/releases/webp/${P}.tar.gz"

 LICENSE="BSD"
 SLOT="0/5" # subslot = libwebp soname version
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~m68k-mint"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~m68k-mint"
 IUSE="experimental gif +jpeg opengl +png static-libs swap-16bit-csp tiff"

 # TODO: dev-lang/swig bindings in swig/ subdirectory
@@ -25,6 +25,8 @@
        tiff? ( media-libs/tiff:0= )"
 DEPEND="${RDEPEND}"

+RESTRICT="mirror"
+
 ECONF_SOURCE=${S}

 src_prepare() {
Comment 2 Paolo Pedroni 2014-12-04 14:56:03 UTC
This also fixes building with media-libs/giflib-5.1.0
Comment 3 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2014-12-16 19:37:01 UTC
Fixed, thanks!