summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-04-03 23:06:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-04-03 23:25:36 +0200
commit9710264f4bd40ce38562d12bdea7b35ba55b9b4c (patch)
tree6a636790f961eebb4ee11552303e06d3f3cfceee
parentmedia-libs/jasper: arm stable (bug 614012). (diff)
downloadgentoo-9710264f.tar.gz
gentoo-9710264f.tar.bz2
gentoo-9710264f.zip
media-video/lives: Remove last-rited pkg
-rw-r--r--media-video/lives/Manifest1
-rw-r--r--media-video/lives/lives-1.4.6-r1.ebuild77
-rw-r--r--media-video/lives/metadata.xml14
3 files changed, 0 insertions, 92 deletions
diff --git a/media-video/lives/Manifest b/media-video/lives/Manifest
deleted file mode 100644
index 94b7d32b8dec..000000000000
--- a/media-video/lives/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST LiVES-1.4.6.tar.bz2 3086311 SHA256 67fb57571b80da680463f53f4e1aa2ac92d88f9437b7c9feb048faef7e617d59 SHA512 64f0560537b34389d694bc80446838b91845fe548e7090338860034f3e0c8e35b3cce94ffbeb6fdc5f84a7fa45dedfe5038600ec3685e8c43ef2b9a0983f5757 WHIRLPOOL 1daf8f1d220c8f39bd77e3dbbbc588c45b7d0e33bc8ac4795759af009f48161c7279daed087906617b6c64feb86e56800bbb82694ed606458590f0a1345279ce
diff --git a/media-video/lives/lives-1.4.6-r1.ebuild b/media-video/lives/lives-1.4.6-r1.ebuild
deleted file mode 100644
index 50f71ed2f8d5..000000000000
--- a/media-video/lives/lives-1.4.6-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools eutils
-
-MY_P=LiVES-${PV}
-
-DESCRIPTION="LiVES is a Video Editing System"
-HOMEPAGE="http://lives.sf.net"
-SRC_URI="http://www.xs4all.nl/~salsaman/lives/current/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="libvisual matroska nls ogg theora" # static-libs
-
-RDEPEND="media-video/mplayer
- dev-lang/perl
- >=dev-libs/glib-2.14
- >=x11-libs/gtk+-2.16:2
- media-libs/libsdl
- media-libs/libv4l
- virtual/ffmpeg
- virtual/imagemagick-tools
- virtual/jpeg
- media-sound/sox
- virtual/cdrtools
- || ( dev-lang/python:2.7 dev-lang/python:2.6 )
- media-plugins/frei0r-plugins
- media-sound/jack-audio-connection-kit
- >=media-video/mjpegtools-1.6.2
- sys-libs/libavc1394
- libvisual? ( media-libs/libvisual )
- matroska? ( media-video/mkvtoolnix )
- ogg? ( media-sound/ogmtools )
- theora? ( media-libs/libtheora )"
-DEPEND="${DEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-DOCS=( AUTHORS BUGS ChangeLog FEATURES GETTING.STARTED NEWS README )
-
-src_prepare() {
- esvn_clean
-
- # Don't try to detect installed copies wrt #295293
- sed -i -e '/^PKG_CHECK_MODULES(WEED/s:true:false:' configure.in || die
- sed -i -e '/test/s:sendOSC:dIsAbLeAuToMaGiC:' libOSC/sendOSC/Makefile.am || die
-
- # Use python 2.x as per reference in plugins
- sed -i \
- -e '/#!.*env/s:python:python2:' \
- lives-plugins/plugins/encoders/multi_encoder* \
- lives-plugins/marcos-encoders/lives_*_encoder* || die
-
- AT_M4DIR="mk/autoconf" eautoreconf # for the seds
-}
-
-src_configure() {
- # $(use_enable static-libs static)
- econf \
- --disable-static \
- $(use_enable libvisual) \
- $(use_enable nls)
-}
-
-src_install() {
- default
-
- rm -f "${ED}"usr/bin/lives #384727
- dosym lives-exe /usr/bin/lives
-
- find "${ED}"usr -name '*.la' -exec rm -f {} +
- # use static-libs ||
- rm -f "${ED}"usr/lib*/libweed-*.a
-}
diff --git a/media-video/lives/metadata.xml b/media-video/lives/metadata.xml
deleted file mode 100644
index 3662b69096a5..000000000000
--- a/media-video/lives/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>lu_zero@gentoo.org</email>
- </maintainer>
- <maintainer type="project">
- <email>media-video@gentoo.org</email>
- <name>Gentoo Video project</name>
- </maintainer>
- <use>
- <flag name="libvisual">Enable libvisual support</flag>
- </use>
-</pkgmetadata>