public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdvdcss/
Date: Sun, 25 Mar 2018 13:48:55 +0000 (UTC)	[thread overview]
Message-ID: <1521985727.331f960341383b995cbf0bed8caf00dd998825d6.aballier@gentoo> (raw)

commit:     331f960341383b995cbf0bed8caf00dd998825d6
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 25 13:44:02 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 13:48:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=331f9603

media-libs/libdvdcss: bump to 1.4.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/libdvdcss/Manifest               |  1 +
 media-libs/libdvdcss/libdvdcss-1.4.2.ebuild | 30 +++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/media-libs/libdvdcss/Manifest b/media-libs/libdvdcss/Manifest
index 0de73290846..afb198cb7a7 100644
--- a/media-libs/libdvdcss/Manifest
+++ b/media-libs/libdvdcss/Manifest
@@ -1,3 +1,4 @@
 DIST libdvdcss-1.3.0.tar.bz2 355417 BLAKE2B 33fa609f8131f7b53d579805fcfcd4aa821f9d9d434f4f34720a4b9a8421bf64206609801da1ca6e36aed63db6c97103cf2303e4b83fbd4a563bf8bbe13147bf SHA512 f3254cb882f03d24e9fbe70fa9aa32ac34c104b57b3ad43727e26a4ab930bddd75de8d9a0e4ba68cdac23e1828f38c2b276679f5386f296cf20db46828836a3d
 DIST libdvdcss-1.4.0.tar.bz2 364373 BLAKE2B bad4bfaa17df33ff665684000d54b91c37b5d924b4b707a47756a2ef9b468256eff966379ab30f0c4d7650c0cd5617f70413a8508fa2279485a14b6b44c38680 SHA512 ad4503a37f47a9563da0b9e387ca3e812f6cdfbf109b8d92f8eccdd879b4270e5b0ee79041d7fb4c86698d72748f7bbf0257db8da6bb1c889dd4f78645e3371b
 DIST libdvdcss-1.4.1.tar.bz2 366169 BLAKE2B 54d3f8ccd76286a5b7082abdc8d134fb47d192bb62ee8d58b04f5eb387b804bdde4ec5c7a48627b9afebbb8d3a783a23189886e50277cf855a819fdd08eefd5e SHA512 4456ebcf8b53a8aaee97643261a14a05c929e9e9120cbe5fc6839ddf62be3dcfe7313fca3ee57c00bea43ddf623dc3d61fff7c2f6316338495df95c9c422f39e
+DIST libdvdcss-1.4.2.tar.bz2 366824 BLAKE2B 106ec0f46eeb4969d0c878ef1e2ad05ac9c0b0ce0d2781c0d68d9d5e08f9c6154b43c4b2e0cd2db0d530eb0a94914161384e788b307af4c4fca3351d270cbe9a SHA512 e46ccded1951046ec481604c5b533c435be14cd0e734cd5315b61868836a20edf4cdc7c1466c2f4ed374de4382c5e758ace700e84aadcb29513001d696f1049c

diff --git a/media-libs/libdvdcss/libdvdcss-1.4.2.ebuild b/media-libs/libdvdcss/libdvdcss-1.4.2.ebuild
new file mode 100644
index 00000000000..bda143969df
--- /dev/null
+++ b/media-libs/libdvdcss/libdvdcss-1.4.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit autotools-multilib
+
+DESCRIPTION="A portable abstraction library for DVD decryption"
+HOMEPAGE="https://www.videolan.org/developers/libdvdcss.html"
+SRC_URI="https://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="1.2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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-multilib_src_configure
+}


             reply	other threads:[~2018-03-25 13:49 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-25 13:48 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-17 19:24 [gentoo-commits] repo/gentoo:master commit in: media-libs/libdvdcss/ Sam James
2021-08-26 14:55 Sam James
2021-08-26 14:52 Sam James
2021-08-25 11:16 Agostino Sarubbo
2021-08-25  4:18 Agostino Sarubbo
2021-08-24 23:26 Sam James
2021-08-24 23:26 Sam James
2021-08-24 23:26 Sam James
2021-02-05 22:30 Andreas Sturmlechner
2021-02-04 23:51 Sam James
2021-01-31  7:06 Joonas Niilola
2021-01-30 18:38 Sam James
2021-01-30 16:22 Sam James
2021-01-30 10:04 Sam James
2021-01-30 10:03 Sam James
2021-01-29 20:50 Sam James
2021-01-23 21:13 Andreas Sturmlechner
2019-07-24 20:56 Aaron Bauman
2018-10-05 20:59 Andreas Sturmlechner
2018-10-05  4:56 Markus Meier
2018-09-14  8:28 Tobias Klausmann
2018-09-09 12:03 Mikle Kolyada
2018-09-07 23:03 Sergei Trofimovich
2018-09-07 22:54 Sergei Trofimovich
2018-09-07 22:43 Sergei Trofimovich
2018-09-03  6:19 Sergei Trofimovich
2018-09-02 23:46 Thomas Deutschmann
2018-04-03 21:02 Matt Turner
2018-01-13 12:16 Alexis Ballier
2018-01-13 12:16 Alexis Ballier
2017-12-09 18:41 Craig Andrews
2017-11-28  7:05 Sergei Trofimovich
2017-09-30 23:44 Thomas Deutschmann
2017-09-26 22:34 Manuel Rüger
2017-09-08 19:24 Markus Meier
2017-09-04  7:30 Tobias Klausmann
2017-08-25  7:03 Sergei Trofimovich
2017-08-23 21:43 Sergei Trofimovich
2017-08-23 10:44 Tim Harder
2017-06-23  5:20 Alexis Ballier
2015-12-23  0:07 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=1521985727.331f960341383b995cbf0bed8caf00dd998825d6.aballier@gentoo \
    --to=aballier@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