media-libs/libwebp: Removed old.
authorLars Wendler <polynomial-c@gentoo.org>
Thu, 11 Jul 2019 07:56:12 +0000 (09:56 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Thu, 11 Jul 2019 07:56:25 +0000 (09:56 +0200)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
media-libs/libwebp/Manifest
media-libs/libwebp/libwebp-0.5.2.ebuild [deleted file]
media-libs/libwebp/libwebp-0.6.1.ebuild [deleted file]
media-libs/libwebp/libwebp-1.0.0.ebuild [deleted file]
media-libs/libwebp/libwebp-1.0.1.ebuild [deleted file]
media-libs/libwebp/metadata.xml

index d3ef0b041a8bad7781d7667b2d7af98f0d7745d8..72b038c527a62fa9b64d3503fbffbb396c377c90 100644 (file)
@@ -1,6 +1,2 @@
-DIST libwebp-0.5.2.tar.gz 1221153 BLAKE2B bf8f20c9dd45f70e68dda4eb1104b511be07b4e7bf13850e376c6fff32cf18048f46c718c900fedd6150b010b4a33d96dbcb602e1b0cd693c13dcec7954a2234 SHA512 f0d798e0ef8b58bc159c53214a62b29dff4309ced9efd7c5f0e6f837877906db8318c4c3453f92725ef6f2b069b931ce3e7961ca26db723a31eedc7b52988de2
-DIST libwebp-0.6.1.tar.gz 3990217 BLAKE2B 680dcc56bd10797e93d09dc64ed04fd2ffb0b8131aa0c0f1497054c50f5cff73b7ee2aa96df4f7ca760640b636f6f5265ae26e7874a77a86d39d2c74197c93b7 SHA512 fece551d8fabdd8d7ba6807baa54a69a345f8690be4415dd0c0dea54002d78fe893a5d5aacfc13800300edd462b969d596709ac3213f6bc90f8e3698b2490d5f
-DIST libwebp-1.0.0.tar.gz 4023549 BLAKE2B 10286182ddc1f3561d01edf095ba8921b932b950175c45bbc86400318f9a88237c7623b0bcdd0dfecea6efb085e84e029c82a61396cb784d778d59902353d2b4 SHA512 2af7036957722a3f1533fa2da0da15c76d7eb8ac98ec4ad5cf71dd4262f3d7c9897fb6b50befab83b7de22f0abceeb2c0ff52d60927513d40f8a41aa6a9abd99
-DIST libwebp-1.0.1.tar.gz 4030276 BLAKE2B 4ea3b31bac14c61fbedad14ed675adb4cc0deaed83f8c58f8d589ab2453a8cff33d7832acba39c673aa31cbb3d5c6b487151173d162f92a3698115833b03b694 SHA512 44e0c278b4569c03c39a1e047bccd7b4270bda12feae0dadc54f8a61fd6a66be011229f1e7e853f64749bcd9ea9e8146989e2b632459b67a4aaea4a8033a1361
 DIST libwebp-1.0.2.tar.gz 4036397 BLAKE2B 708c1083f62bdb3526f8319d9b6ce1e8aeba2bc785105ff7db07c9c7041311cedcfff000de5b8fd8e93550fc86ec149f6dd4a21f576709b80cb6a4b20ddd2863 SHA512 e095b8fdf0096395daf12892b3b74c472868e727f23640ba7aa5922a5a028b778a6a60d8a94f696f6c0ca49577dfc9a0b599ecb74ad831ade48c6db812b71d2e
 DIST libwebp-1.0.3-rc1.tar.gz 4042184 BLAKE2B a37e739c013149cbb4b27d8cf8c16053752eeb8218b5fcf8e47919b14bcb8bda43fae45291232696673d1cc93202f8e0c920f1c5516ceebe1f74c61acdcb6cee SHA512 adaee8d44f2a006c1fddee5dba932a8cd1279024c4b1e19d1ba94f337a7e7db3d6fef70cea9bef227248f2cd4ea9fbc5cd4e534ef2bb93d31dc53e7ef090cd4d
diff --git a/media-libs/libwebp/libwebp-0.5.2.ebuild b/media-libs/libwebp/libwebp-0.5.2.ebuild
deleted file mode 100644 (file)
index afda016..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils libtool multilib-minimal
-
-DESCRIPTION="A lossy image compression format"
-HOMEPAGE="https://developers.google.com/speed/webp/download"
-SRC_URI="http://downloads.webmproject.org/releases/webp/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/6" # subslot = libwebp soname version
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~m68k-mint"
-IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 experimental gif +jpeg neon opengl +png static-libs swap-16bit-csp tiff"
-
-# TODO: dev-lang/swig bindings in swig/ subdirectory
-RDEPEND="gif? ( media-libs/giflib:= )
-       jpeg? ( virtual/jpeg:0= )
-       opengl? (
-               media-libs/freeglut
-               virtual/opengl
-               )
-       png? ( media-libs/libpng:0= )
-       tiff? ( media-libs/tiff:0= )"
-DEPEND="${RDEPEND}"
-
-ECONF_SOURCE=${S}
-
-src_prepare() {
-       default
-
-       # Fix libtool relinking, bug 499270.
-       #elibtoolize
-       eautoreconf
-}
-
-multilib_src_configure() {
-       local args=(
-               --enable-libwebpmux
-               --enable-libwebpdemux
-               --enable-libwebpdecoder
-               $(use_enable static-libs static)
-               $(use_enable swap-16bit-csp)
-               $(use_enable experimental)
-               $(use_enable jpeg)
-               $(use_enable png)
-               $(use_enable opengl gl)
-               $(use_enable tiff)
-
-               $(use_enable cpu_flags_x86_avx2 avx2)
-               $(use_enable cpu_flags_x86_sse2 sse2)
-               $(use_enable cpu_flags_x86_sse4_1 sse4.1)
-               $(use_enable neon)
-
-               # Only used for gif2webp binary wrt #486646
-               $(multilib_native_use_enable gif)
-       )
-
-       econf "${args[@]}"
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-}
-
-multilib_src_install_all() {
-       prune_libtool_files
-       dodoc AUTHORS ChangeLog doc/*.txt NEWS README{,.mux}
-}
diff --git a/media-libs/libwebp/libwebp-0.6.1.ebuild b/media-libs/libwebp/libwebp-0.6.1.ebuild
deleted file mode 100644 (file)
index a6d1b40..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils libtool multilib-minimal
-
-DESCRIPTION="A lossy image compression format"
-HOMEPAGE="https://developers.google.com/speed/webp/download"
-SRC_URI="http://downloads.webmproject.org/releases/webp/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/7" # subslot = libwebp soname version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~m68k-mint"
-IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 experimental gif +jpeg neon opengl +png static-libs swap-16bit-csp tiff"
-
-# TODO: dev-lang/swig bindings in swig/ subdirectory
-RDEPEND="gif? ( media-libs/giflib:= )
-       jpeg? ( virtual/jpeg:0= )
-       opengl? (
-               media-libs/freeglut
-               virtual/opengl
-               )
-       png? ( media-libs/libpng:0= )
-       tiff? ( media-libs/tiff:0= )"
-DEPEND="${RDEPEND}"
-
-ECONF_SOURCE=${S}
-
-src_prepare() {
-       default
-
-       # Fix libtool relinking, bug 499270.
-       #elibtoolize
-       eautoreconf
-}
-
-multilib_src_configure() {
-       local args=(
-               --enable-libwebpmux
-               --enable-libwebpdemux
-               --enable-libwebpdecoder
-               $(use_enable static-libs static)
-               $(use_enable swap-16bit-csp)
-               $(use_enable experimental)
-               $(use_enable jpeg)
-               $(use_enable png)
-               $(use_enable opengl gl)
-               $(use_enable tiff)
-
-               $(use_enable cpu_flags_x86_avx2 avx2)
-               $(use_enable cpu_flags_x86_sse2 sse2)
-               $(use_enable cpu_flags_x86_sse4_1 sse4.1)
-               $(use_enable neon)
-
-               # Only used for gif2webp binary wrt #486646
-               $(multilib_native_use_enable gif)
-       )
-
-       econf "${args[@]}"
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-}
-
-multilib_src_install_all() {
-       prune_libtool_files
-       dodoc AUTHORS ChangeLog doc/*.txt NEWS README{,.mux}
-}
diff --git a/media-libs/libwebp/libwebp-1.0.0.ebuild b/media-libs/libwebp/libwebp-1.0.0.ebuild
deleted file mode 100644 (file)
index ea796fc..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools libtool multilib-minimal
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="A lossy image compression format"
-HOMEPAGE="https://developers.google.com/speed/webp/download"
-SRC_URI="http://downloads.webmproject.org/releases/webp/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/7" # subslot = libwebp soname version
-[[ "${PV}" = *_rc* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~m68k-mint"
-IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 gif +jpeg neon opengl +png static-libs swap-16bit-csp tiff"
-
-# TODO: dev-lang/swig bindings in swig/ subdirectory
-RDEPEND="gif? ( media-libs/giflib:= )
-       jpeg? ( virtual/jpeg:0= )
-       opengl? (
-               media-libs/freeglut
-               virtual/opengl
-               )
-       png? ( media-libs/libpng:0= )
-       tiff? ( media-libs/tiff:0= )"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-ECONF_SOURCE="${S}"
-
-src_prepare() {
-       default
-
-       # Fix libtool relinking, bug 499270.
-       #elibtoolize
-       eautoreconf
-}
-
-multilib_src_configure() {
-       local args=(
-               --enable-libwebpmux
-               --enable-libwebpdemux
-               --enable-libwebpdecoder
-               $(use_enable static-libs static)
-               $(use_enable swap-16bit-csp)
-               $(use_enable jpeg)
-               $(use_enable png)
-               $(use_enable opengl gl)
-               $(use_enable tiff)
-
-               $(use_enable cpu_flags_x86_avx2 avx2)
-               $(use_enable cpu_flags_x86_sse2 sse2)
-               $(use_enable cpu_flags_x86_sse4_1 sse4.1)
-               $(use_enable neon)
-
-               # Only used for gif2webp binary wrt #486646
-               $(multilib_native_use_enable gif)
-       )
-
-       econf "${args[@]}"
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-}
-
-multilib_src_install_all() {
-       find "${ED}" -name "*.la" -delete || die
-       dodoc AUTHORS ChangeLog doc/*.txt NEWS README{,.mux}
-}
diff --git a/media-libs/libwebp/libwebp-1.0.1.ebuild b/media-libs/libwebp/libwebp-1.0.1.ebuild
deleted file mode 100644 (file)
index e55b685..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools libtool multilib-minimal
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="A lossy image compression format"
-HOMEPAGE="https://developers.google.com/speed/webp/download"
-SRC_URI="http://downloads.webmproject.org/releases/webp/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/7" # subslot = libwebp soname version
-[[ "${PV}" = *_rc* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 gif +jpeg neon opengl +png static-libs swap-16bit-csp tiff"
-
-# TODO: dev-lang/swig bindings in swig/ subdirectory
-RDEPEND="gif? ( media-libs/giflib:= )
-       jpeg? ( virtual/jpeg:0= )
-       opengl? (
-               media-libs/freeglut
-               virtual/opengl
-               )
-       png? ( media-libs/libpng:0= )
-       tiff? ( media-libs/tiff:0= )"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       default
-
-       # Fix libtool relinking, bug 499270.
-       #elibtoolize
-       eautoreconf
-}
-
-multilib_src_configure() {
-       local args=(
-               --enable-libwebpmux
-               --enable-libwebpdemux
-               --enable-libwebpdecoder
-               $(use_enable static-libs static)
-               $(use_enable swap-16bit-csp)
-               $(use_enable jpeg)
-               $(use_enable png)
-               $(use_enable opengl gl)
-               $(use_enable tiff)
-
-               $(use_enable cpu_flags_x86_sse2 sse2)
-               $(use_enable cpu_flags_x86_sse4_1 sse4.1)
-               $(use_enable neon)
-
-               # Only used for gif2webp binary wrt #486646
-               $(multilib_native_use_enable gif)
-       )
-
-       ECONF_SOURCE="${S}" econf "${args[@]}"
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-}
-
-multilib_src_install_all() {
-       find "${ED}" -name "*.la" -delete || die
-       dodoc AUTHORS ChangeLog doc/*.txt NEWS README{,.mux}
-}
index f90c38f0311ee69d1e52b2aa72bd173e4309a50b..a4733f12cce1b34e7a9836829896d189c8bf4523 100644 (file)
@@ -10,7 +10,6 @@
                <name>Chromium in Gentoo Project</name>
        </maintainer>
        <use>
-               <flag name="experimental">Build with -DWEBP_EXPERIMENTAL_FEATURES</flag>
                <flag name="swap-16bit-csp">Enable byte swapping for 16 bit colorspace</flag>
        </use>
        <upstream>