Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 524812

Summary: media-libs/libwebp-0.4.1 version bump
Product: Gentoo Linux Reporter: Michalis Adamidis <gsnerf>
Component: [OLD] LibraryAssignee: Gentoo Graphics Project <graphics+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: chromium, paolo.pedroni
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 531678    
Attachments: libwebp-0.4.1.ebuild

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!