From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libtheora/
Date: Thu, 13 Dec 2018 09:57:12 +0000 (UTC) [thread overview]
Message-ID: <1544694976.a8bfe803587ba9d0b02cab05e4910ccc4989253d.asturm@gentoo> (raw)
commit: a8bfe803587ba9d0b02cab05e4910ccc4989253d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 09:56:16 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 09:56:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8bfe803
media-libs/libtheora: Drop 1.1.1-r1
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/libtheora/libtheora-1.1.1-r1.ebuild | 90 --------------------------
1 file changed, 90 deletions(-)
diff --git a/media-libs/libtheora/libtheora-1.1.1-r1.ebuild b/media-libs/libtheora/libtheora-1.1.1-r1.ebuild
deleted file mode 100644
index 58995ddb75e..00000000000
--- a/media-libs/libtheora/libtheora-1.1.1-r1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils flag-o-matic multilib-minimal
-
-DESCRIPTION="The Theora Video Compression Codec"
-HOMEPAGE="https://www.theora.org"
-SRC_URI="https://downloads.xiph.org/releases/theora/${P/_}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="doc +encode examples static-libs"
-
-RDEPEND=">=media-libs/libogg-1.3.0:=[${MULTILIB_USEDEP}]
- encode? ( >=media-libs/libvorbis-1.3.3-r1:=[${MULTILIB_USEDEP}] )
- examples? (
- media-libs/libpng:0=
- >=media-libs/libsdl-0.11.0
- media-libs/libvorbis:=
- )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )
- virtual/pkgconfig"
-REQUIRED_USE="examples? ( encode )" #285895
-
-S=${WORKDIR}/${P/_}
-
-VARTEXFONTS=${T}/fonts
-
-DOCS=( AUTHORS CHANGES README )
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-1.0_beta2-flags.patch \
- "${FILESDIR}"/${P}-underlinking.patch \
- "${FILESDIR}"/${P}-libpng16.patch #465450
-
- # bug 467006
- sed -i "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" configure.ac || die
-
- AT_M4DIR=m4 eautoreconf
-}
-
-multilib_src_configure() {
- use x86 && filter-flags -fforce-addr -frename-registers #200549
- use doc || export ac_cv_prog_HAVE_DOXYGEN=false
-
- local myconf
- if [ "${ABI}" = "${DEFAULT_ABI}" ] ; then
- myconf=" $(use_enable examples)"
- else
- # those will be overwritten anyway
- myconf=" --disable-examples"
- fi
-
- # --disable-spec because LaTeX documentation has been prebuilt
- ECONF_SOURCE="${S}" econf \
- $(use_enable static-libs static) \
- --disable-spec \
- $(use_enable encode) \
- ${myconf}
-}
-
-multilib_src_install() {
- emake \
- DESTDIR="${D}" \
- docdir="${EPREFIX}"/usr/share/doc/${PF} \
- install
-
- if use examples && [ "${ABI}" = "${DEFAULT_ABI}" ]; then
- dobin examples/.libs/png2theora
- for bin in dump_{psnr,video} {encoder,player}_example; do
- newbin examples/.libs/${bin} theora_${bin}
- done
- fi
-}
-
-multilib_src_install_all() {
- prune_libtool_files
- einstalldocs
-
- if use examples && use doc; then
- docinto examples
- dodoc examples/*.[ch]
- docompress -x /usr/share/doc/${PF}/examples
- docinto .
- fi
-}
next reply other threads:[~2018-12-13 9:57 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-13 9:57 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-19 10:38 [gentoo-commits] repo/gentoo:master commit in: media-libs/libtheora/ Sam James
2022-09-13 19:10 Sam James
2022-08-30 19:06 Sam James
2021-05-25 14:21 Yixun Lan
2021-01-06 14:27 Fabian Groffen
2020-12-27 17:47 Fabian Groffen
2018-11-26 7:12 Sergei Trofimovich
2018-11-18 11:58 Mikle Kolyada
2018-10-13 6:56 Tobias Klausmann
2018-10-08 15:30 Andreas Sturmlechner
2018-10-07 12:07 Mikle Kolyada
2018-10-06 22:08 Sergei Trofimovich
2018-10-06 16:48 Matt Turner
2018-10-05 4:10 Thomas Deutschmann
2018-10-04 22:36 Sergei Trofimovich
2017-08-31 12:37 Tim Harder
2017-08-31 12:37 Tim Harder
2017-06-16 9:36 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1544694976.a8bfe803587ba9d0b02cab05e4910ccc4989253d.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox