public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libdvdread: ChangeLog libdvdread-4.2.0.ebuild libdvdread-4.2.0_pre1243.ebuild
@ 2011-10-10 22:55 Steve Dibb (beandog)
  0 siblings, 0 replies; only message in thread
From: Steve Dibb (beandog) @ 2011-10-10 22:55 UTC (permalink / raw
  To: gentoo-commits

beandog     11/10/10 22:55:35

  Modified:             ChangeLog
  Added:                libdvdread-4.2.0.ebuild
  Removed:              libdvdread-4.2.0_pre1243.ebuild
  Log:
  Move _pre ebuild to release; Fix SRC_URI to use upstream
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.78                 media-libs/libdvdread/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdread/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	10 Oct 2011 19:58:16 -0000	1.77
+++ ChangeLog	10 Oct 2011 22:55:35 -0000	1.78
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libdvdread
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdread/ChangeLog,v 1.77 2011/10/10 19:58:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdread/ChangeLog,v 1.78 2011/10/10 22:55:35 beandog Exp $
+
+*libdvdread-4.2.0 (10 Oct 2011)
+
+  10 Oct 2011; Steve Dibb <beandog@gentoo.org>
+  -libdvdread-4.2.0_pre1243.ebuild, +libdvdread-4.2.0.ebuild:
+  Move _pre ebuild to release; Fix SRC_URI to use upstream
 
   10 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -libdvdread-0.9.7.ebuild,
   -libdvdread-4.1.3_p1217.ebuild, -files/libdvdread-0.9.7-udfsymbols.patch,



1.1                  media-libs/libdvdread/libdvdread-4.2.0.ebuild

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

Index: libdvdread-4.2.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdread/libdvdread-4.2.0.ebuild,v 1.1 2011/10/10 22:55:35 beandog Exp $

EAPI=4
inherit autotools libtool

DESCRIPTION="Library for DVD navigation tools"
HOMEPAGE="http://mplayerhq.hu/"
SRC_URI="http://dvdnav.mplayerhq.hu/releases/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="+css"

RDEPEND="!<media-libs/libdvdnav-${PV}
	css? ( media-libs/libdvdcss )"
DEPEND="${RDEPEND}"

DOCS=( AUTHORS ChangeLog DEVELOPMENT-POLICY.txt NEWS TODO README )

src_prepare() {
	sed -i -e '/^CFLAGS/s:-O3::' configure.ac || die
	elibtoolize
	eautoreconf
}

src_install() {
	default
	rm -f "${ED}"usr/lib*/${PN}.la
}






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

only message in thread, other threads:[~2011-10-10 22:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10 22:55 [gentoo-commits] gentoo-x86 commit in media-libs/libdvdread: ChangeLog libdvdread-4.2.0.ebuild libdvdread-4.2.0_pre1243.ebuild Steve Dibb (beandog)

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