Gentoo Archives: gentoo-commits

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