aballier 15/06/29 09:26:56 Modified: ChangeLog Added: libdvbpsi-1.3.0-r1.ebuild Log: eapi5 and define subslot as libdvbpsi.so major Signed-off-by: Alexis Ballier <[email protected]> (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.70 media-libs/libdvbpsi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvbpsi/ChangeLog?rev=1.70&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvbpsi/ChangeLog?rev=1.70&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvbpsi/ChangeLog?r1=1.69&r2=1.70 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvbpsi/ChangeLog,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- ChangeLog 27 Jun 2015 09:48:15 -0000 1.69 +++ ChangeLog 29 Jun 2015 09:26:55 -0000 1.70 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libdvbpsi # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvbpsi/ChangeLog,v 1.69 2015/06/27 09:48:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvbpsi/ChangeLog,v 1.70 2015/06/29 09:26:55 aballier Exp $ + +*libdvbpsi-1.3.0-r1 (29 Jun 2015) + + 29 Jun 2015; Alexis Ballier <[email protected]> +libdvbpsi-1.3.0-r1.ebuild: + eapi5 and define subslot as libdvbpsi.so major 27 Jun 2015; Agostino Sarubbo <[email protected]> libdvbpsi-1.2.0.ebuild: Stable for amd64, wrt bug #530316 1.1 media-libs/libdvbpsi/libdvbpsi-1.3.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvbpsi/libdvbpsi-1.3.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvbpsi/libdvbpsi-1.3.0-r1.ebuild?rev=1.1&content-type=text/plain Index: libdvbpsi-1.3.0-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libdvbpsi/libdvbpsi-1.3.0-r1.ebuild,v 1.1 2015/06/29 09:26:55 aballier Exp $ EAPI=5 DESCRIPTION="library for MPEG TS/DVB PSI tables decoding and generation" HOMEPAGE="http://www.videolan.org/libdvbpsi" SRC_URI="http://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2" LICENSE="LGPL-2.1" # Sublot == libdvbpsi.so major SLOT="0/10" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc static-libs" RDEPEND="" DEPEND=" doc? ( app-doc/doxygen >=media-gfx/graphviz-2.26 )" # Require recent enough graphviz wrt #181147 DOCS=( AUTHORS ChangeLog NEWS README ) src_prepare() { sed -e '/CFLAGS/s:-O2::' -e '/CFLAGS/s:-O6::' -e '/CFLAGS/s:-Werror::' -i configure || die } src_configure() { econf \ $(use_enable static-libs static) \ --enable-release } src_compile() { emake use doc && emake doc } src_install() { default use doc && dohtml doc/doxygen/html/* rm -f "${ED}"usr/lib*/${PN}.la }
