public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libdvbpsi: ChangeLog libdvbpsi-1.1.2.ebuild
@ 2014-03-09 12:48 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2014-03-09 12:48 UTC (permalink / raw
  To: gentoo-commits

aballier    14/03/09 12:48:49

  Modified:             ChangeLog
  Added:                libdvbpsi-1.1.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.64                 media-libs/libdvbpsi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvbpsi/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvbpsi/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvbpsi/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvbpsi/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	8 May 2013 16:57:38 -0000	1.63
+++ ChangeLog	9 Mar 2014 12:48:49 -0000	1.64
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libdvbpsi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvbpsi/ChangeLog,v 1.63 2013/05/08 16:57:38 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvbpsi/ChangeLog,v 1.64 2014/03/09 12:48:49 aballier Exp $
+
+*libdvbpsi-1.1.2 (09 Mar 2014)
+
+  09 Mar 2014; Alexis Ballier <aballier@gentoo.org> +libdvbpsi-1.1.2.ebuild:
+  version bump
 
 *libdvbpsi-1.1.0 (08 May 2013)
 



1.1                  media-libs/libdvbpsi/libdvbpsi-1.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvbpsi/libdvbpsi-1.1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvbpsi/libdvbpsi-1.1.2.ebuild?rev=1.1&content-type=text/plain

Index: libdvbpsi-1.1.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvbpsi/libdvbpsi-1.1.2.ebuild,v 1.1 2014/03/09 12:48:49 aballier Exp $

EAPI=4

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"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-09 12:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-09 12:48 [gentoo-commits] gentoo-x86 commit in media-libs/libdvbpsi: ChangeLog libdvbpsi-1.1.2.ebuild Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox