* [gentoo-commits] proj/mozilla:master commit in: media-libs/libvpx/, media-libs/libvpx/files/
@ 2012-02-29 13:14 Jory Pratt
0 siblings, 0 replies; only message in thread
From: Jory Pratt @ 2012-02-29 13:14 UTC (permalink / raw
To: gentoo-commits
commit: 596bacc9ad2771e1cb9a3c520db8e0a843b6d01e
Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 29 13:14:30 2012 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Wed Feb 29 13:14:30 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=596bacc9
remove libvpx as it is in tree now
---
media-libs/libvpx/Manifest | 3 -
.../libvpx/files/libvpx-0.9.5-enable-shared.patch | 18 ----
media-libs/libvpx/libvpx-1.0.0.ebuild | 83 --------------------
3 files changed, 0 insertions(+), 104 deletions(-)
diff --git a/media-libs/libvpx/Manifest b/media-libs/libvpx/Manifest
deleted file mode 100644
index bc8791b..0000000
--- a/media-libs/libvpx/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-AUX libvpx-0.9.5-enable-shared.patch 655 RMD160 a72ba77666e088103a48fb31c445fc12f8163959 SHA1 4ee0feade82667b1e6d42cafcbe4113205482011 SHA256 44239d453714ca62523b299612d2ec279eceb2e74c296de1ef8eb5c8575ad86e
-DIST libvpx-v1.0.0.tar.bz2 1641411 RMD160 2ee5a2e7f4cb2f126c6d0d9a36e8636455f42915 SHA1 2919e11074fef72fc61ef1a75160050ffaad6074 SHA256 07cedb0a19a44e6d81d75f52eea864f59ef10c6c725cb860431bec6641eafe21
-EBUILD libvpx-1.0.0.ebuild 2138 RMD160 5b7cdc0f82e426a46653bef941274c7cd5b6e8b1 SHA1 35cc84f8da6ffa43d3f60da2ef58d31c79f3c4a2 SHA256 52dcf8a2a578c7e5a62b07443f075ffba259f76b4dc42332d0c02f5c872ba06c
diff --git a/media-libs/libvpx/files/libvpx-0.9.5-enable-shared.patch b/media-libs/libvpx/files/libvpx-0.9.5-enable-shared.patch
deleted file mode 100644
index 0b99f7e..0000000
--- a/media-libs/libvpx/files/libvpx-0.9.5-enable-shared.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-http://bugs.gentoo.org/351496
-http://patch-tracker.debian.org/patch/series/view/libvpx/0.9.5-1/01_enable-shared.patch
-
---- configure
-+++ configure
-@@ -415,12 +415,6 @@
- }
-
- process_detect() {
-- if enabled shared; then
-- # Can only build shared libs on a subset of platforms. Doing this check
-- # here rather than at option parse time because the target auto-detect
-- # magic happens after the command line has been parsed.
-- enabled linux || die "--enable-shared only supported on ELF for now"
-- fi
- if [ -z "$CC" ]; then
- echo "Bypassing toolchain for environment detection."
- enable external_build
diff --git a/media-libs/libvpx/libvpx-1.0.0.ebuild b/media-libs/libvpx/libvpx-1.0.0.ebuild
deleted file mode 100644
index 37b7672..0000000
--- a/media-libs/libvpx/libvpx-1.0.0.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.7-r1.ebuild,v 1.3 2011/12/26 11:07:28 armin76 Exp $
-
-EAPI=4
-inherit eutils multilib toolchain-funcs
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-2
- EGIT_REPO_URI="git://review.webmproject.org/${PN}.git"
- KEYWORDS=""
-elif [[ ${PV} == *pre* ]]; then
- SRC_URI="mirror://gentoo/${P}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-else
- MY_P="${PN}-v${PV}"
- SRC_URI="http://webm.googlecode.com/files/${MY_P}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
- S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="WebM VP8 Codec SDK"
-HOMEPAGE="http://www.webmproject.org"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="altivec debug doc mmx postproc sse sse2 sse3 ssse3 static-libs +threads"
-
-RDEPEND=""
-DEPEND="amd64? ( dev-lang/yasm )
- x86? ( dev-lang/yasm )
- x86-fbsd? ( dev-lang/yasm )
- doc? (
- app-doc/doxygen
- dev-lang/php
- )
-"
-
-REQUIRED_USE="
- sse2? ( mmx )
- "
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.9.5-enable-shared.patch
-}
-
-src_configure() {
- # http://bugs.gentoo.org/show_bug.cgi?id=384585
- addpredict /usr/share/snmp/mibs/.index
-
- tc-export CC
- local archparams=""
- [ "$ABI" = "x86" ] && archparams=" --target=x86-linux-gcc"
- [ "$ABI" = "amd64" ] && archparams=" --target=x86_64-linux-gcc"
- ( use x86 || use amd64 ) && archparams+=" --as=yasm"
- ./configure \
- --prefix="${EPREFIX}"/usr \
- --libdir="${EPREFIX}"/usr/$(get_libdir) \
- --enable-pic \
- --enable-vp8 \
- --enable-shared \
- $(use_enable altivec) \
- $(use_enable debug debug-libs) \
- $(use_enable debug) \
- $(use_enable doc install-docs) \
- $(use_enable mmx) \
- $(use_enable postproc) \
- $(use_enable sse) \
- $(use_enable sse2) \
- $(use_enable sse3) \
- $(use_enable ssse3) \
- $(use_enable static-libs static) \
- $(use_enable threads multithread) \
- $archparams \
- || die
-}
-
-src_install() {
- # http://bugs.gentoo.org/show_bug.cgi?id=323805
- emake -j1 DESTDIR="${D}" install
-
- dodoc AUTHORS CHANGELOG README
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-29 13:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 13:14 [gentoo-commits] proj/mozilla:master commit in: media-libs/libvpx/, media-libs/libvpx/files/ Jory Pratt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox