summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-22 12:44:09 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-22 12:44:09 +0200
commit7de0f93909f1c0d8201e89e461a8e8503fadff13 (patch)
treede1a71c7b91ed8b9a0b1835d8026bb22a54403b8 /media-libs
parentprofiles: arm: Extend media-video/ffmpeg[frei0r] stable-mask (diff)
downloadgentoo-7de0f93909f1c0d8201e89e461a8e8503fadff13.tar.gz
gentoo-7de0f93909f1c0d8201e89e461a8e8503fadff13.tar.bz2
gentoo-7de0f93909f1c0d8201e89e461a8e8503fadff13.zip
media-libs/gavl: Drop old 1.2.0 and 1.4.0
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/gavl/Manifest1
-rw-r--r--media-libs/gavl/gavl-1.2.0.ebuild44
-rw-r--r--media-libs/gavl/gavl-1.4.0.ebuild48
3 files changed, 0 insertions, 93 deletions
diff --git a/media-libs/gavl/Manifest b/media-libs/gavl/Manifest
index a18023765498..8665e096c4ae 100644
--- a/media-libs/gavl/Manifest
+++ b/media-libs/gavl/Manifest
@@ -1,2 +1 @@
-DIST gavl-1.2.0.tar.gz 4589139 BLAKE2B 9e99aa41128690f580ed023de07a449a101a15549e39f77e89dbf08c0eddd6db691d2bd5b50ad64b2be293d6c4cbf6a1d9157a9cc8d4749c7a5118c15cb9fdd4 SHA512 fe3b7ed91b8564e7f61b738f29ea439af462c1e28038ee04f5b8fc82d7fd6270acd7d1dd54c717f289bba181bafe9c3ec6156449d95153d9fd43e18a92a60c41
DIST gavl-1.4.0.tar.gz 4592701 BLAKE2B 2ed47cf63d8ce3424d0714e202a11ecef89c5a9c160a6045e238bae4179c02398600fc9c6d914784bb24a86c501f93971631461bdecaa8a70743a674748a2ec3 SHA512 beda0073cab865fdb3a55de5d5c800fabcd40b21c5bb5b5f9d43046db3602d8967fb8b893325fcdaca3fa66d978aa3cae79a4a797d43d40ad50ea5af752a650a
diff --git a/media-libs/gavl/gavl-1.2.0.ebuild b/media-libs/gavl/gavl-1.2.0.ebuild
deleted file mode 100644
index 2715afa75886..000000000000
--- a/media-libs/gavl/gavl-1.2.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools-utils
-
-DESCRIPTION="library for handling uncompressed audio and video data"
-HOMEPAGE="http://gmerlin.sourceforge.net"
-SRC_URI="mirror://sourceforge/gmerlin/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ~ppc64 x86"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )
- virtual/pkgconfig"
-# pkg-config is only here to satisfy autotools-utils.eclass wrt #432796
-
-DOCS=( AUTHORS README TODO )
-
-src_prepare() {
- sed -i \
- -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
- -e 's:-mfpmath=387::g' \
- -e 's:-O3 -funroll-all-loops -fomit-frame-pointer -ffast-math::g' \
- -e '/LDFLAGS=/d' \
- configure.ac || die
-
- AT_M4DIR="m4" eautoreconf
-}
-
-src_configure() {
- # --disable-libpng because it's only used for tests
- local myeconfargs=(
- --docdir=/usr/share/doc/${PF}/html
- --disable-libpng
- $(use_with doc doxygen)
- --without-cpuflags
- )
-
- autotools-utils_src_configure
-}
diff --git a/media-libs/gavl/gavl-1.4.0.ebuild b/media-libs/gavl/gavl-1.4.0.ebuild
deleted file mode 100644
index b839782daa1c..000000000000
--- a/media-libs/gavl/gavl-1.4.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils
-
-DESCRIPTION="library for handling uncompressed audio and video data"
-HOMEPAGE="http://gmerlin.sourceforge.net"
-SRC_URI="mirror://sourceforge/gmerlin/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE="doc static-libs"
-
-DEPEND="doc? ( app-doc/doxygen )
- virtual/pkgconfig"
-
-DOCS=( AUTHORS README TODO )
-
-src_prepare() {
- # AC_CONFIG_HEADERS, bug #467736
- sed -i \
- -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
- -e 's:-mfpmath=387::g' \
- -e 's:-O3 -funroll-all-loops -fomit-frame-pointer -ffast-math::g' \
- -e '/LDFLAGS=/d' \
- configure.ac || die
-
- export AT_M4DIR="m4"
-
- autotools-utils_src_prepare
-}
-
-src_configure() {
- # --disable-libpng because it's only used for tests
- local myeconfargs=(
- --docdir=/usr/share/doc/${PF}/html
- --disable-libpng
- $(use_with doc doxygen)
- --without-cpuflags
- )
-
- autotools-utils_src_configure
-}