public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Diego Petteno (flameeyes)" <flameeyes@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libcdio: libcdio-0.82.ebuild ChangeLog
Date: Tue, 27 Oct 2009 15:08:01 +0000	[thread overview]
Message-ID: <E1N2neT-00040d-IJ@stork.gentoo.org> (raw)

flameeyes    09/10/27 15:08:01

  Modified:             ChangeLog
  Added:                libcdio-0.82.ebuild
  Log:
  Version bump finally (0.81 failed to build).
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.110                dev-libs/libcdio/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/ChangeLog?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/ChangeLog?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/ChangeLog?r1=1.109&r2=1.110

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcdio/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	28 Aug 2009 17:51:10 -0000	1.109
+++ ChangeLog	27 Oct 2009 15:08:00 -0000	1.110
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libcdio
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/ChangeLog,v 1.109 2009/08/28 17:51:10 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/ChangeLog,v 1.110 2009/10/27 15:08:00 flameeyes Exp $
+
+*libcdio-0.82 (27 Oct 2009)
+
+  27 Oct 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  +libcdio-0.82.ebuild:
+  Version bump finally (0.81 failed to build).
 
 *libcdio-0.80-r1 (28 Aug 2009)
 



1.1                  dev-libs/libcdio/libcdio-0.82.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/libcdio-0.82.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/libcdio-0.82.ebuild?rev=1.1&content-type=text/plain

Index: libcdio-0.82.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.82.ebuild,v 1.1 2009/10/27 15:08:00 flameeyes Exp $

EAPI=1

inherit eutils libtool multilib autotools

DESCRIPTION="A library to encapsulate CD-ROM reading and control"
HOMEPAGE="http://www.gnu.org/software/libcdio/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="cddb minimal +cxx"

RDEPEND="cddb? ( >=media-libs/libcddb-1.0.1 )
	virtual/libintl"
DEPEND="${RDEPEND}
	sys-devel/gettext
	dev-util/pkgconfig"

src_unpack() {
	unpack ${A}
	cd "${S}"

	eautomake
	elibtoolize
}

src_compile() {
	econf \
		$(use_enable cddb) \
		$(use_with !minimal cd-drive) \
		$(use_with !minimal cd-info) \
		$(use_with !minimal cd-paranoia) \
		$(use_with !minimal cdda-player) \
		$(use_with !minimal cd-read) \
		$(use_with !minimal iso-info) \
		$(use_with !minimal iso-read) \
		$(use_enable cxx) \
		--disable-example-progs --disable-cpp-progs \
		--with-cd-paranoia-name=libcdio-paranoia \
		--disable-vcd-info \
		--disable-dependency-tracking \
		--disable-maintainer-mode || die "configure failed"
	emake || die "make failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
	dodoc AUTHORS ChangeLog NEWS README THANKS
}

pkg_postinst() {
	ewarn "If you've upgraded from a previous version of ${PN}, you may need to re-emerge"
	ewarn "packages that linked against ${PN} (vlc, vcdimager and more) by running:"
	ewarn "\trevdep-rebuild"
}






             reply	other threads:[~2009-10-27 15:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-27 15:08 Diego Petteno (flameeyes) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-02-03 16:08 [gentoo-commits] gentoo-x86 commit in dev-libs/libcdio: libcdio-0.82.ebuild ChangeLog Tomas Chvatal (scarabeus)
2011-04-05 17:40 Tomas Chvatal (scarabeus)
2011-06-02 12:21 Markus Meier (maekke)
2011-06-05 14:23 Raul Porcel (armin76)
2011-06-05 17:33 Jeroen Roovers (jer)
2011-07-09  8:53 Kacper Kowalik (xarthisius)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1N2neT-00040d-IJ@stork.gentoo.org \
    --to=flameeyes@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox