Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libbdplus: libbdplus-0.1.1.ebuild metadata.xml ChangeLog libbdplus-9999.ebuild
Date: Mon, 22 Sep 2014 21:35:51
Message-Id: 20140922213545.7EEF15F42@oystercatcher.gentoo.org
1 beandog 14/09/22 21:35:45
2
3 Added: libbdplus-0.1.1.ebuild metadata.xml ChangeLog
4 libbdplus-9999.ebuild
5 Log:
6 Initial commit, bug 496812
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EF920538)
9
10 Revision Changes Path
11 1.1 media-libs/libbdplus/libbdplus-0.1.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbdplus/libbdplus-0.1.1.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbdplus/libbdplus-0.1.1.ebuild?rev=1.1&content-type=text/plain
15
16 Index: libbdplus-0.1.1.ebuild
17 ===================================================================
18 # Copyright 1999-2014 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/media-libs/libbdplus/libbdplus-0.1.1.ebuild,v 1.1 2014/09/22 21:35:45 beandog Exp $
21
22 EAPI=5
23
24 AUTOTOOLS_AUTORECONF=1
25 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
26 SCM=""
27
28 if [ "${PV#9999}" != "${PV}" ] ; then
29 SCM="git-r3"
30 EGIT_REPO_URI="git://git.videolan.org/${PN}.git"
31 SRC_URI=""
32 else
33 SRC_URI="http://ftp.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
34 fi
35
36 DESCRIPTION="Blu-ray library for BD+ decryption"
37 HOMEPAGE="http://www.videolan.org/developers/libbdplus.html"
38 IUSE="aacs"
39
40 inherit autotools-multilib ${SCM}
41
42 LICENSE="LGPL-2.1"
43 SLOT="0"
44 KEYWORDS="~amd64 ~x86"
45
46 RDEPEND="dev-libs/libgcrypt
47 aacs? ( >=media-libs/libaacs-0.7.0 )"
48 DEPEND="${RDEPEND}"
49
50 DOCS="ChangeLog README.txt"
51
52 multilib_src_configure() {
53 ECONF_SOURCE="${S}" econf \
54 --disable-optimizations \
55 $(use_with aacs libaacs)
56 }
57
58
59
60 1.1 media-libs/libbdplus/metadata.xml
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbdplus/metadata.xml?rev=1.1&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbdplus/metadata.xml?rev=1.1&content-type=text/plain
64
65 Index: metadata.xml
66 ===================================================================
67 <?xml version="1.0" encoding="UTF-8"?>
68 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 <pkgmetadata>
70 <herd>video</herd>
71 <use>
72 <flag name='aacs'>Add support for decryption of AACS</flag>
73 </use>
74 </pkgmetadata>
75
76
77
78 1.1 media-libs/libbdplus/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbdplus/ChangeLog?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbdplus/ChangeLog?rev=1.1&content-type=text/plain
82
83 Index: ChangeLog
84 ===================================================================
85 # ChangeLog for media-libs/libbdplus
86 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
87 # $Header: /var/cvsroot/gentoo-x86/media-libs/libbdplus/ChangeLog,v 1.1 2014/09/22 21:35:45 beandog Exp $
88
89 *libbdplus-9999 (22 Sep 2014)
90 *libbdplus-0.1.1 (22 Sep 2014)
91
92 22 Sep 2014; Steve Dibb <beandog@g.o> +libbdplus-0.1.1.ebuild,
93 +libbdplus-9999.ebuild, +metadata.xml:
94 Initial commit, bug 496812
95
96
97
98
99 1.1 media-libs/libbdplus/libbdplus-9999.ebuild
100
101 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbdplus/libbdplus-9999.ebuild?rev=1.1&view=markup
102 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbdplus/libbdplus-9999.ebuild?rev=1.1&content-type=text/plain
103
104 Index: libbdplus-9999.ebuild
105 ===================================================================
106 # Copyright 1999-2014 Gentoo Foundation
107 # Distributed under the terms of the GNU General Public License v2
108 # $Header: /var/cvsroot/gentoo-x86/media-libs/libbdplus/libbdplus-9999.ebuild,v 1.1 2014/09/22 21:35:45 beandog Exp $
109
110 EAPI=5
111
112 AUTOTOOLS_AUTORECONF=1
113 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
114 SCM=""
115
116 if [ "${PV#9999}" != "${PV}" ] ; then
117 SCM="git-r3"
118 EGIT_REPO_URI="git://git.videolan.org/${PN}.git"
119 SRC_URI=""
120 else
121 SRC_URI="http://ftp.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
122 fi
123
124 DESCRIPTION="Blu-ray library for BD+ decryption"
125 HOMEPAGE="http://www.videolan.org/developers/libbdplus.html"
126 IUSE="aacs"
127
128 inherit autotools-multilib ${SCM}
129
130 LICENSE="LGPL-2.1"
131 SLOT="0"
132 KEYWORDS=""
133
134 RDEPEND="dev-libs/libgcrypt
135 aacs? ( >=media-libs/libaacs-0.7.0 )"
136 DEPEND="${RDEPEND}"
137
138 DOCS="ChangeLog README.txt"
139
140 multilib_src_configure() {
141 ECONF_SOURCE="${S}" econf \
142 --disable-optimizations \
143 $(use_with aacs libaacs)
144 }