public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/mediainfo: mediainfo-0.7.34.ebuild ChangeLog
@ 2010-07-17  3:56 Steve Dibb (beandog)
  0 siblings, 0 replies; only message in thread
From: Steve Dibb (beandog) @ 2010-07-17  3:56 UTC (permalink / raw
  To: gentoo-commits

beandog     10/07/17 03:56:53

  Modified:             ChangeLog
  Added:                mediainfo-0.7.34.ebuild
  Log:
  Version bump, bug 327995
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-video/mediainfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mediainfo/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mediainfo/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mediainfo/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mediainfo/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	11 Jul 2010 12:31:08 -0000	1.2
+++ ChangeLog	17 Jul 2010 03:56:53 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/mediainfo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/ChangeLog,v 1.2 2010/07/11 12:31:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/ChangeLog,v 1.3 2010/07/17 03:56:53 beandog Exp $
+
+*mediainfo-0.7.34 (17 Jul 2010)
+
+  17 Jul 2010; Steve Dibb <beandog@gentoo.org> +mediainfo-0.7.34.ebuild:
+  Version bump, bug 327995
 
   11 Jul 2010; Markus Meier <maekke@gentoo.org> mediainfo-0.7.33.ebuild:
   add ~x86, bug #324209



1.1                  media-video/mediainfo/mediainfo-0.7.34.ebuild

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

Index: mediainfo-0.7.34.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/mediainfo-0.7.34.ebuild,v 1.1 2010/07/17 03:56:53 beandog Exp $

EAPI="2"

WX_GTK_VER="2.8"
inherit autotools wxwidgets multilib

DESCRIPTION="MediaInfo supplies technical and tag information about media files"
HOMEPAGE="http://mediainfo.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/source/${PN}/${PV}/${PN}_${PV}.tar.bz2"

S="${WORKDIR}/MediaInfo"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="curl debug libmms static wxwidgets"

RDEPEND="
	sys-libs/zlib
	!static? (
		media-libs/libzen[wxwidgets=]
		~media-libs/lib${P}[curl=,libmms=]
	)
	wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	static? (
		media-libs/libzen[static-libs,wxwidgets=]
		~media-libs/lib${P}[curl=,libmms=,static-libs]
	)"

pkg_setup() {
	TARGETS="CLI"
	use wxwidgets && TARGETS+=" GUI"
}

src_prepare() {
	for x in ${TARGETS}; do
		cd "${S}/Project/GNU/${x}"
		eautoreconf
	done
}

src_configure() {
	for target in ${TARGETS}; do
		cd "${S}/Project/GNU/${target}"
		local myconf=""
		use wxwidgets && myconf="${myconf} --with-wxwidgets --with-wx-gui"
		econf \
			${myconf} \
			--disable-dependency-tracking \
			$(use_enable debug) \
			$(use_enable !static shared) \
			$(use_enable static static) \
			$(use_enable static staticlibs)
	done
}

src_compile() {
	for x in ${TARGETS}; do
		cd "${S}/Project/GNU/${x}"
		emake || die "emake failed failed for ${x}"
	done
}
src_install() {
	for x in ${TARGETS}; do
		cd "${S}/Project/GNU/${x}"
		einstall
		dodoc "${S}/History_${x}.txt" || die
		if [[ "${x}" = "GUI" ]]; then
			newicon "${S}/Source/Ressource/Image/MediaInfo.png" "${PN}.png"
			make_desktop_entry "${PN}-gui" "MediaInfo" "${PN}" "AudioVideo;GTK;"
		fi
	done

	dodoc "${S}/"*.html || die
}






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

only message in thread, other threads:[~2010-07-17  3:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-17  3:56 [gentoo-commits] gentoo-x86 commit in media-video/mediainfo: mediainfo-0.7.34.ebuild ChangeLog 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