summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2013-02-27 10:42:10 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2013-02-27 10:42:10 +0000
commiteadc5c27d58ccd77fc93305318cb6c13d26dc5d1 (patch)
tree7cb316b4092719dff8d4e09459a634c11ad9e804 /media-libs/libdvdcss
parentInitial commit. Ebuild & patches by Fabio Rossi in bug #356577. (diff)
downloadgentoo-2-eadc5c27d58ccd77fc93305318cb6c13d26dc5d1.tar.gz
gentoo-2-eadc5c27d58ccd77fc93305318cb6c13d26dc5d1.tar.bz2
gentoo-2-eadc5c27d58ccd77fc93305318cb6c13d26dc5d1.zip
Version bump; simplified ebuild, even though USE=-doc is not working properly (fixed in .14 to be released soon, and the proper fix takes more time to apply than the buggy behaviour). Remove old.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'media-libs/libdvdcss')
-rw-r--r--media-libs/libdvdcss/ChangeLog12
-rw-r--r--media-libs/libdvdcss/libdvdcss-1.2.11.ebuild51
-rw-r--r--media-libs/libdvdcss/libdvdcss-1.2.13.ebuild31
3 files changed, 41 insertions, 53 deletions
diff --git a/media-libs/libdvdcss/ChangeLog b/media-libs/libdvdcss/ChangeLog
index 76f4d88bc603..6bcf03d9c669 100644
--- a/media-libs/libdvdcss/ChangeLog
+++ b/media-libs/libdvdcss/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for media-libs/libdvdcss
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/ChangeLog,v 1.107 2012/08/05 18:07:21 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/ChangeLog,v 1.108 2013/02/27 10:42:10 flameeyes Exp $
+
+*libdvdcss-1.2.13 (27 Feb 2013)
+
+ 27 Feb 2013; Diego E. Pettenò <flameeyes@gentoo.org> +libdvdcss-1.2.13.ebuild,
+ -libdvdcss-1.2.11.ebuild:
+ Version bump; simplified ebuild, even though USE=-doc is not working properly
+ (fixed in .14 to be released soon, and the proper fix takes more time to apply
+ than the buggy behaviour). Remove old.
05 Aug 2012; Raúl Porcel <armin76@gentoo.org> libdvdcss-1.2.12.ebuild:
alpha/ia64/sh/sparc stable wrt #419085
diff --git a/media-libs/libdvdcss/libdvdcss-1.2.11.ebuild b/media-libs/libdvdcss/libdvdcss-1.2.11.ebuild
deleted file mode 100644
index ff936576b963..000000000000
--- a/media-libs/libdvdcss/libdvdcss-1.2.11.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.11.ebuild,v 1.10 2012/01/28 04:14:59 ssuominen Exp $
-
-EAPI=4
-inherit autotools
-
-DESCRIPTION="A portable abstraction library for DVD decryption"
-HOMEPAGE="http://www.videolan.org/developers/libdvdcss.html"
-SRC_URI="http://www.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="1.2"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="doc static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- doc? (
- app-doc/doxygen
- virtual/latex-base
- dev-tex/xcolor
- dev-texlive/texlive-latexextra
- )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
- sed -i -e 's:noinst_PROGRAMS:check_PROGRAMS:' test/Makefile.am || die
- eautoreconf
-}
-
-src_configure() {
- # See bug #98854, requires access to fonts cache for TeX
- # No need to use addwrite, just set TeX font cache in the sandbox
- use doc && export VARTEXFONTS="${T}/fonts"
-
- econf \
- --enable-shared \
- $(use_enable static-libs static) \
- $(use_enable doc)
-}
-
-src_install() {
- default
-
- find "${ED}" -name '*.la' -exec rm -f {} +
-
- use doc && dohtml doc/html/*
- use doc && dodoc doc/latex/refman.ps
-}
diff --git a/media-libs/libdvdcss/libdvdcss-1.2.13.ebuild b/media-libs/libdvdcss/libdvdcss-1.2.13.ebuild
new file mode 100644
index 000000000000..2afe923ead75
--- /dev/null
+++ b/media-libs/libdvdcss/libdvdcss-1.2.13.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.13.ebuild,v 1.1 2013/02/27 10:42:10 flameeyes Exp $
+
+EAPI=5
+
+inherit autotools-utils
+
+DESCRIPTION="A portable abstraction library for DVD decryption"
+HOMEPAGE="http://www.videolan.org/developers/libdvdcss.html"
+SRC_URI="http://www.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="1.2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="doc static-libs"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ doc? ( app-doc/doxygen )"
+
+#DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable doc)
+ --htmldir=/usr/share/doc/${PF}/html
+ )
+
+ autotools-utils_src_configure
+}