diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-04-07 21:17:17 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-04-07 21:17:17 +0000 |
commit | 77996123ccd0aff2136a1bc9849e91165006b229 (patch) | |
tree | 4972bac45448f0137edbc48c9050c722ae3d0465 /media-video | |
parent | Version bump. (diff) | |
download | gentoo-2-77996123ccd0aff2136a1bc9849e91165006b229.tar.gz gentoo-2-77996123ccd0aff2136a1bc9849e91165006b229.tar.bz2 gentoo-2-77996123ccd0aff2136a1bc9849e91165006b229.zip |
Remove old.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mediainfo/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/mediainfo/mediainfo-0.7.50.ebuild | 73 | ||||
-rw-r--r-- | media-video/mediainfo/mediainfo-0.7.52.ebuild | 71 | ||||
-rw-r--r-- | media-video/mediainfo/mediainfo-0.7.53.ebuild | 71 |
4 files changed, 5 insertions, 216 deletions
diff --git a/media-video/mediainfo/ChangeLog b/media-video/mediainfo/ChangeLog index b3194c1f5b42..4273c245a6fc 100644 --- a/media-video/mediainfo/ChangeLog +++ b/media-video/mediainfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/mediainfo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/ChangeLog,v 1.40 2012/04/07 11:42:49 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/ChangeLog,v 1.41 2012/04/07 21:17:17 radhermit Exp $ + + 07 Apr 2012; Tim Harder <radhermit@gentoo.org> -mediainfo-0.7.50.ebuild, + -mediainfo-0.7.52.ebuild, -mediainfo-0.7.53.ebuild: + Remove old. 07 Apr 2012; Markus Meier <maekke@gentoo.org> mediainfo-0.7.51.ebuild: x86 stable, bug #394617 diff --git a/media-video/mediainfo/mediainfo-0.7.50.ebuild b/media-video/mediainfo/mediainfo-0.7.50.ebuild deleted file mode 100644 index fc5a1ea2d607..000000000000 --- a/media-video/mediainfo/mediainfo-0.7.50.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.50.ebuild,v 1.3 2011/11/13 14:54:53 maekke 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.52.ebuild b/media-video/mediainfo/mediainfo-0.7.52.ebuild deleted file mode 100644 index c154a8f436b5..000000000000 --- a/media-video/mediainfo/mediainfo-0.7.52.ebuild +++ /dev/null @@ -1,71 +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.52.ebuild,v 1.1 2011/12/21 20:23:06 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 -} diff --git a/media-video/mediainfo/mediainfo-0.7.53.ebuild b/media-video/mediainfo/mediainfo-0.7.53.ebuild deleted file mode 100644 index fb5a8cab094c..000000000000 --- a/media-video/mediainfo/mediainfo-0.7.53.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/mediainfo-0.7.53.ebuild,v 1.2 2012/02/05 01:34:30 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/Resource/Image/MediaInfo.png ${PN}.png - make_desktop_entry ${PN}-gui MediaInfo ${PN} "AudioVideo;GTK" - fi - done -} |