diff options
author | 2011-09-16 23:47:33 +0000 | |
---|---|---|
committer | 2011-09-16 23:47:33 +0000 | |
commit | 63ddf41964ba90b8dcddb1392cb47b23fd1d25bd (patch) | |
tree | 27635b3f3f22afdf6a3ed4d8502df5c10775990f /media-video/mediainfo | |
parent | Remove old. (diff) | |
download | gentoo-2-63ddf41964ba90b8dcddb1392cb47b23fd1d25bd.tar.gz gentoo-2-63ddf41964ba90b8dcddb1392cb47b23fd1d25bd.tar.bz2 gentoo-2-63ddf41964ba90b8dcddb1392cb47b23fd1d25bd.zip |
Remove old.
(Portage version: 2.2.0_alpha58/cvs/Linux x86_64)
Diffstat (limited to 'media-video/mediainfo')
-rw-r--r-- | media-video/mediainfo/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/mediainfo/mediainfo-0.7.46.ebuild | 73 | ||||
-rw-r--r-- | media-video/mediainfo/mediainfo-0.7.47.ebuild | 73 |
3 files changed, 5 insertions, 147 deletions
diff --git a/media-video/mediainfo/ChangeLog b/media-video/mediainfo/ChangeLog index 9b423c436c5b..c8a7ad2afce8 100644 --- a/media-video/mediainfo/ChangeLog +++ b/media-video/mediainfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/mediainfo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/ChangeLog,v 1.27 2011/08/17 05:17:16 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/ChangeLog,v 1.28 2011/09/16 23:47:33 radhermit Exp $ + + 16 Sep 2011; Tim Harder <radhermit@gentoo.org> -mediainfo-0.7.46.ebuild, + -mediainfo-0.7.47.ebuild: + Remove old. *mediainfo-0.7.48 (17 Aug 2011) diff --git a/media-video/mediainfo/mediainfo-0.7.46.ebuild b/media-video/mediainfo/mediainfo-0.7.46.ebuild deleted file mode 100644 index 9e50401919d4..000000000000 --- a/media-video/mediainfo/mediainfo-0.7.46.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/mediainfo-0.7.46.ebuild,v 1.3 2011/07/18 21:26:02 radhermit Exp $ - -EAPI="4" -WX_GTK_VER="2.8" - -inherit autotools-utils 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" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="curl mms wxwidgets" - -RDEPEND="sys-libs/zlib - media-libs/libzen - ~media-libs/lib${P}[curl=,mms=] - wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -S="${WORKDIR}/MediaInfo" - -pkg_setup() { - TARGETS="CLI" - use wxwidgets && TARGETS+=" GUI" -} - -src_prepare() { - local target - for target in ${TARGETS}; do - cd "${S}/Project/GNU/${target}" - sed -i -e "s:-O2::" configure.ac - eautoreconf - done -} - -src_configure() { - local target - for target in ${TARGETS}; do - ECONF_SOURCE="${S}/Project/GNU/${target}" - [[ ${target} == "GUI" ]] && local myeconfargs=( --with-wxwidgets --with-wx-gui ) - autotools-utils_src_configure - done -} - -src_compile() { - local target - for target in ${TARGETS}; do - ECONF_SOURCE="${S}/Project/GNU/${target}" - autotools-utils_src_compile - done -} -src_install() { - local target - for target in ${TARGETS}; do - ECONF_SOURCE="${S}/Project/GNU/${target}" - autotools-utils_src_install - dodoc "${S}"/History_${target}.txt - if [[ ${target} == "GUI" ]]; then - newicon "${S}"/Source/Ressource/Image/MediaInfo.png ${PN}.png - make_desktop_entry ${PN}-gui MediaInfo ${PN} "AudioVideo;GTK" - fi - done - - dohtml "${S}"/ReadMe.html -} diff --git a/media-video/mediainfo/mediainfo-0.7.47.ebuild b/media-video/mediainfo/mediainfo-0.7.47.ebuild deleted file mode 100644 index 37adb2fb83db..000000000000 --- a/media-video/mediainfo/mediainfo-0.7.47.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/mediainfo-0.7.47.ebuild,v 1.3 2011/07/18 21:26:02 radhermit Exp $ - -EAPI="4" -WX_GTK_VER="2.8" - -inherit autotools-utils 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" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="curl mms wxwidgets" - -RDEPEND="sys-libs/zlib - media-libs/libzen - ~media-libs/lib${P}[curl=,mms=] - wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -S="${WORKDIR}/MediaInfo" - -pkg_setup() { - TARGETS="CLI" - use wxwidgets && TARGETS+=" GUI" -} - -src_prepare() { - local target - for target in ${TARGETS}; do - cd "${S}/Project/GNU/${target}" - sed -i -e "s:-O2::" configure.ac - eautoreconf - done -} - -src_configure() { - local target - for target in ${TARGETS}; do - ECONF_SOURCE="${S}/Project/GNU/${target}" - [[ ${target} == "GUI" ]] && local myeconfargs=( --with-wxwidgets --with-wx-gui ) - autotools-utils_src_configure - done -} - -src_compile() { - local target - for target in ${TARGETS}; do - ECONF_SOURCE="${S}/Project/GNU/${target}" - autotools-utils_src_compile - done -} -src_install() { - local target - for target in ${TARGETS}; do - ECONF_SOURCE="${S}/Project/GNU/${target}" - autotools-utils_src_install - dodoc "${S}"/History_${target}.txt - if [[ ${target} == "GUI" ]]; then - newicon "${S}"/Source/Ressource/Image/MediaInfo.png ${PN}.png - make_desktop_entry ${PN}-gui MediaInfo ${PN} "AudioVideo;GTK" - fi - done - - dohtml "${S}"/ReadMe.html -} |