public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/mkvtoolnix: ChangeLog mkvtoolnix-2.3.0.ebuild
@ 2008-09-14 17:17 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2008-09-14 17:17 UTC (permalink / raw
  To: gentoo-commits

aballier    08/09/14 17:17:31

  Modified:             ChangeLog
  Added:                mkvtoolnix-2.3.0.ebuild
  Log:
  version bump, bug #237574 thanks to Flyser <hoacha@quantentunnel.de>
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)

Revision  Changes    Path
1.92                 media-video/mkvtoolnix/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mkvtoolnix/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mkvtoolnix/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mkvtoolnix/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	8 Sep 2008 06:21:04 -0000	1.91
+++ ChangeLog	14 Sep 2008 17:17:30 -0000	1.92
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/mkvtoolnix
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/ChangeLog,v 1.91 2008/09/08 06:21:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/ChangeLog,v 1.92 2008/09/14 17:17:30 aballier Exp $
+
+*mkvtoolnix-2.3.0 (14 Sep 2008)
+
+  14 Sep 2008; Alexis Ballier <aballier@gentoo.org>
+  +mkvtoolnix-2.3.0.ebuild:
+  version bump, bug #237574 thanks to Flyser <hoacha@quantentunnel.de>
 
   08 Sep 2008; Alexis Ballier <aballier@gentoo.org>
   -mkvtoolnix-2.1.0.ebuild, -mkvtoolnix-2.2.0.ebuild:



1.1                  media-video/mkvtoolnix/mkvtoolnix-2.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-2.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-2.3.0.ebuild?rev=1.1&content-type=text/plain

Index: mkvtoolnix-2.3.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-2.3.0.ebuild,v 1.1 2008/09/14 17:17:30 aballier Exp $

EAPI="1"
inherit eutils wxwidgets flag-o-matic qt4 autotools

DESCRIPTION="Tools to create, alter, and inspect Matroska files"
HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix"
SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="wxwindows flac bzip2 lzo qt4 debug"

DEPEND=">=dev-libs/libebml-0.7.7
	>=media-libs/libmatroska-0.8.1
	media-libs/libogg
	media-libs/libvorbis
	dev-libs/expat
	sys-libs/zlib
	dev-libs/boost
	wxwindows? ( =x11-libs/wxGTK-2.8* )
	flac? ( media-libs/flac )
	bzip2? ( app-arch/bzip2 )
	lzo? ( dev-libs/lzo )
	qt4? ( || ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* ) )"

pkg_setup() {
	WX_GTK_VER="2.8"
	if use wxwindows; then
		need-wxwidgets unicode
	fi
}

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

src_compile() {
	use wxwindows && myconf="--with-wx-config=${WX_CONFIG}"
	econf \
		$(use_enable lzo) \
		$(use_enable bzip2 bz2) \
		$(use_enable wxwindows wxwidgets) \
		$(use_enable debug) \
		$(use_with flac) \
		$(use_enable qt4 qt) \
		${myconf} \
		|| die "./configure died"

	# Don't run strip while installing stuff, leave to portage the job.
	emake STRIP="true" || die "make failed"
}

src_install() {
	emake DESTDIR="${D}" STRIP="true" install || die "make install failed"
	dodoc AUTHORS ChangeLog README TODO
	dohtml doc/mkvmerge-gui.html doc/images/*
	docinto examples
	dodoc examples/*
}






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

only message in thread, other threads:[~2008-09-14 17:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-14 17:17 [gentoo-commits] gentoo-x86 commit in media-video/mkvtoolnix: ChangeLog mkvtoolnix-2.3.0.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