1
0
mirror of synced 2024-12-22 12:50:33 +01:00

cleaned outdated ebuilds

This commit is contained in:
Horea Christian 2014-05-19 02:33:29 +02:00
parent 9cf387db52
commit 3c33c57090
6 changed files with 0 additions and 214 deletions

View File

@ -1 +0,0 @@
DIST gnonlin-1.1.90.tar.xz 402616 SHA256 b2214ee45583a4532d110e852e2aecf787cefa8fe50f44c8234fb55713feba61 SHA512 877c42f717e701538ddbfe028899d3678247ee055d0a5785610ff7eec9a5e3ab20bad5ceabe15b88a4c8907dd6de5aa88b4e1ff644aeb7f7332da59562571539 WHIRLPOOL f95475f9ff87eda1f244f7f4c796c754124ab938b523d26d681db7fd9a3273447c270038c8e5ddfb2e95e031aec252a25a0743240c0d5c0135b7704aa3fa337c

View File

@ -1,46 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/gnonlin-0.10.17.ebuild,v 1.4 2012/11/07 20:41:28 tetromino Exp $
EAPI="4"
DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors."
HOMEPAGE="http://gnonlin.sourceforge.net"
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz"
LICENSE="LGPL-2"
SLOT="1"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
RDEPEND="
>=media-libs/gstreamer-1.0.10:1.0
>=media-libs/gst-plugins-base-1.0.10:1.0"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( || (
>=dev-util/gtk-doc-am-1.13
>=dev-util/gtk-doc-1.3 ) )
test? ( dev-libs/check
>=media-libs/gst-plugins-good-1.0.10:1.0 )" # videomixer
src_configure() {
econf \
$(use_enable doc gtk-doc) \
$(use_enable doc docbook)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog NEWS README RELEASE
# For some reason, make install doesn't do this
if use doc; then
local htmldir="/usr/share/gtk-doc/html"
cd "${S}/docs/libs/html"
gtkdoc-rebase --html-dir=${htmldir} || die "gtkdoc-rebase failed"
insinto "${htmldir}/gnonlin"
doins "${S}"/docs/libs/html/* || die "doins docs failed"
fi
}

View File

@ -1,33 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13-r2.ebuild,v 1.3 2012/06/22 11:07:42 ago Exp $
EAPI=4
PYTHON_DEPEND="2:2.4"
inherit base eutils git-2 python
DESCRIPTION="GStreamer-based library for creating audio/video editors"
HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-editing-services.html"
EGIT_REPO_URI="git://anongit.freedesktop.org/gstreamer/gst-editing-services"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
SLOT="1.0"
S=${WORKDIR}/${MY_P}
RDEPEND=">=dev-libs/glib-2.34
>=dev-libs/gobject-introspection-0.9.6
>=dev-python/pygobject-3.4.22:3
>=media-libs/gstreamer-1.2.0:1
>=media-libs/gst-plugins-base-1.2.0"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
PKG_CONFIG_PATH=../gst-python/pkgconfig ./autogen.sh
addpredict "$(unset HOME; echo ~)/.cache/gstreamer-1.0"
}

View File

@ -1,2 +0,0 @@
DIST pitivi-0.91.tar.xz 3209584 SHA256 7b65492f48f541c8f560d101ed82e29f2dd774fa2a7368f909aa73cb33d9cf99 SHA512 941ea84f3297e37c1b6d0b47cd4676cadc8041e941713a885592204766a015c52ab06aeb70ae4453303f1878b1f6578ade554d82bec321327a222654529dedeb WHIRLPOOL 76dcb1735d501d359fbf46347c422162a5298f5874bc2372e6fe464cf0ad140588ec200b521123754bc51a85e5bbe5355f553b2aec1207e8bb3adde1b0606f1d
DIST pitivi-0.92.tar.xz 3216700 SHA256 1aadfff655eb7c3c603e2b803631c475ea8406b20025352b3f820b132f3e4929 SHA512 d1d4f48395151e39fe995f7d361f26390d02acbabd7f48bdc4b3e8c14fe3f3df544642918fe8c75d4468d286342ad39dc6940d1134f7e317a4cf17ae37258507 WHIRLPOOL c36750d8fcab8cea48aee1173942d435335fabfab4f5288d2b7164109836be1db8d5cfdf529d92404928b851dc3d0f999376c806d5ba1bfe80d4de27d98f2373

View File

@ -1,66 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.15.2.ebuild,v 1.2 2013/09/05 18:58:06 mgorny Exp $
EAPI=5
GCONF_DEBUG="no"
PYTHON_COMPAT=( python2_{6,7} )
inherit gnome2 python-single-r1 eutils virtualx multilib
DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework"
HOMEPAGE="http://www.pitivi.org"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="v4l"
# Test fails by not finding audiosink ?
RESTRICT="test"
# gst-plugins-good-0.10.24 needed for prefer-passthrough property
# gst-plugins-base-0.10.31 needed for add-borders property, and decodebin2
# possibly also needs gnonlin, libxml2, libtool, gtk-doc
COMMON_DEPEND="
>=dev-python/pygtk-2.18:2
dev-python/pycairo
>=media-libs/gstreamer-0.10.28:0.10
>=dev-python/gst-python-0.10.19:0.10
>=media-libs/gnonlin-1.1.90:1
>=x11-libs/gtk+-2.24.0:2
media-plugins/gst-editing-services"
RDEPEND="${COMMON_DEPEND}
dev-python/dbus-python
dev-python/pygoocanvas
dev-python/pyxdg
net-zope/zope-interface
gnome-base/librsvg:=
>=media-libs/gst-plugins-base-0.10.31:0.10
>=media-libs/gst-plugins-good-0.10.24:0.10
>=media-plugins/gst-plugins-ffmpeg-0.10:0.10
>=media-plugins/gst-plugins-xvideo-0.10.31:0.10
>=media-plugins/gst-plugins-libpng-0.10.24:0.10
v4l? ( media-plugins/gst-plugins-v4l2:0.10 )"
DEPEND="${RDEPEND}
dev-python/setuptools
sys-devel/gettext
>=app-text/gnome-doc-utils-0.18.0
>=dev-util/intltool-0.35.5"
# DOCS="AUTHORS ChangeLog NEWS RELEASE" - this gives me cannot stat ChangeLog: No such file or directory
src_test() {
# Force Xvfb to be used
unset DISPLAY
unset DBUS_SESSION_BUS_ADDRESS
export PITIVI_TOP_LEVEL_DIR="${S}"
Xemake check || die "tests failed"
}
src_install() {
gnome2_src_install
python_fix_shebang "${D}"
}

View File

@ -1,66 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.15.2.ebuild,v 1.2 2013/09/05 18:58:06 mgorny Exp $
EAPI=5
GCONF_DEBUG="no"
PYTHON_COMPAT=( python2_{6,7} )
inherit gnome2 python-single-r1 eutils virtualx multilib
DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework"
HOMEPAGE="http://www.pitivi.org"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="v4l"
# Test fails by not finding audiosink ?
RESTRICT="test"
# gst-plugins-good-0.10.24 needed for prefer-passthrough property
# gst-plugins-base-0.10.31 needed for add-borders property, and decodebin2
# possibly also needs gnonlin, libxml2, libtool, gtk-doc
COMMON_DEPEND="
>=dev-python/pygtk-2.18:2
dev-python/pycairo
eix >=media-libs/gstreamer-1.0.10:1.0
>=dev-python/gst-python-1.1.90:1.0
>=media-libs/gnonlin-1.1.90:1.0
>=x11-libs/gtk+-2.24.0:2
media-plugins/gst-editing-services"
RDEPEND="${COMMON_DEPEND}
dev-python/dbus-python
dev-python/pygoocanvas
dev-python/pyxdg
net-zope/zope-interface
gnome-base/librsvg:=
>=media-libs/gst-plugins-base-1.0.10:1.0
>=media-libs/gst-plugins-good-1.0.10:1.0
>=media-plugins/gst-plugins-ffmpeg-0.10:0.10
>=media-plugins/gst-plugins-xvideo-0.10.31:0.10
>=media-plugins/gst-plugins-libpng-1.0.10:1.0
v4l? ( media-plugins/gst-plugins-v4l2:0.10 )"
DEPEND="${RDEPEND}
dev-python/setuptools
sys-devel/gettext
>=app-text/gnome-doc-utils-0.18.0
>=dev-util/intltool-0.35.5"
# DOCS="AUTHORS ChangeLog NEWS RELEASE" - this gives me cannot stat ChangeLog: No such file or directory
src_test() {
# Force Xvfb to be used
unset DISPLAY
unset DBUS_SESSION_BUS_ADDRESS
export PITIVI_TOP_LEVEL_DIR="${S}"
Xemake check || die "tests failed"
}
src_install() {
gnome2_src_install
python_fix_shebang "${D}"
}