diff options
author | Dustin Polke <DuPol@gmx.de> | 2023-10-03 11:04:52 +0200 |
---|---|---|
committer | Dustin Polke <DuPol@gmx.de> | 2023-10-03 17:34:26 +0200 |
commit | e44a3bf7232595746a43b43d59d1ae7a23bb9632 (patch) | |
tree | defd1a15df293947351c0d334f294ec9a42f4a7b | |
parent | dev-text/luximono: Drop. (diff) | |
download | DuPol-e44a3bf7232595746a43b43d59d1ae7a23bb9632.tar.gz DuPol-e44a3bf7232595746a43b43d59d1ae7a23bb9632.tar.bz2 DuPol-e44a3bf7232595746a43b43d59d1ae7a23bb9632.zip |
media-video/lives: Drop old.
Signed-off-by: Dustin Polke <DuPol@gmx.de>
-rw-r--r-- | media-video/lives/files/lives-2.2.8-config_doxygen.patch | 37 | ||||
-rw-r--r-- | media-video/lives/files/lives-2.2.8-dont-modify-live-filesystem.patch | 11 | ||||
-rw-r--r-- | media-video/lives/lives-2.2.8.ebuild | 83 |
3 files changed, 0 insertions, 131 deletions
diff --git a/media-video/lives/files/lives-2.2.8-config_doxygen.patch b/media-video/lives/files/lives-2.2.8-config_doxygen.patch deleted file mode 100644 index bd63b08..0000000 --- a/media-video/lives/files/lives-2.2.8-config_doxygen.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- configure.ac.orig -+++ configure.ac -@@ -147,21 +147,19 @@ fi - - dnl Check for doxygen - --AC_ARG_ENABLE( doxygen, [ --disable-doxygen Disable doxygen documentation.] , disable_doxygen=yes) -- --if test "x$disable_doxygen" != "xyes" ; then -- --AC_PATH_PROG(DOXYGEN, doxygen, no) -- --if test x$DOXYGEN = xno; then -- echo "Cannot find doxygen, will not build sourcecode documentation" --fi -- --else -- echo "Doxygen documentation disabled, not checking" -- DOXYGEN=no --fi -- -+AC_ARG_ENABLE( doxygen, [ --disable-doxygen Disable doxygen documentation.]) -+ -+AS_IF([test "x$enable_doxygen" != "xno"], -+[AC_PATH_PROG(DOXYGEN, doxygen, no)], -+[echo "Doxygen documentation disabled, not checking" -+DOXYGEN=no]) -+ -+AS_IF([test "x$DOXYGEN" = "xno"], -+[AS_IF( -+ [test "x$enable_doxygen" = "xyes"],[AC_MSG_ERROR([Cannot find doxygen, make sure it is installed in your PATH])], -+ [test "x$enable_doxygen" = "x"],[echo "Cannot find doxygen, will not build sourcecode documentation"]) -+]) -+ - AM_CONDITIONAL(HAVE_DOXYGEN, test x$DOXYGEN != xno) - - diff --git a/media-video/lives/files/lives-2.2.8-dont-modify-live-filesystem.patch b/media-video/lives/files/lives-2.2.8-dont-modify-live-filesystem.patch deleted file mode 100644 index 5e3b068..0000000 --- a/media-video/lives/files/lives-2.2.8-dont-modify-live-filesystem.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libweed/Makefile.am.orig 2015-04-26 18:24:27.478211807 +0200 -+++ libweed/Makefile.am 2015-04-26 18:24:48.410211572 +0200 -@@ -79,7 +79,7 @@ uninstall-local: - - - install-exec-hook: -- rm -f /usr/lib/libweed*.la -+# rm -f /usr/lib/libweed*.la - ## The following is removed as it breaks packaging. - # /sbin/ldconfig - diff --git a/media-video/lives/lives-2.2.8.ebuild b/media-video/lives/lives-2.2.8.ebuild deleted file mode 100644 index b197f2b..0000000 --- a/media-video/lives/lives-2.2.8.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" - -inherit eutils autotools - -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" - # sf.net only has rpms for this version - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" -IUSE="doc libvisual matroska nls ogg theora" #static-libs - -RDEPEND=">=media-video/mplayer-0.90-r2[encode,jpeg,png] - >=media-gfx/imagemagick-5.5.6[jpeg,png] - >=dev-lang/perl-5.8.0-r12 - x11-libs/gtk+:3 - virtual/jpeg - x11-libs/gdk-pixbuf - media-sound/sox - >=dev-lang/python-2.3.4 - media-libs/libsdl - media-video/mjpegtools - media-sound/jack-audio-connection-kit - virtual/ffmpeg - virtual/cdrtools - sys-libs/libavc1394 - libvisual? ( media-libs/libvisual ) - matroska? ( media-video/mkvtoolnix - media-libs/libmatroska ) - ogg? ( media-sound/ogmtools ) - theora? ( media-libs/libtheora )" -DEPEND="${RDEPEND} - >=sys-devel/automake-1.7 - sys-devel/autoconf:2.5 - sys-devel/gettext - sys-devel/libtool:2 - doc? ( app-doc/doxygen )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-config_doxygen.patch - epatch "${FILESDIR}"/${P}-dont-modify-live-filesystem.patch - - # Don't try to detect installed copies wrt #295293 - sed -i -e '/^PKG_CHECK_MODULES(WEED/s:true:false:' configure.ac || 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 -} - -src_configure() { - #$(use_enable static-libs static) \ - econf \ - -disable-static \ - $(use_enable libvisual) \ - $(use_enable nls) \ - $(use_enable doc doxygen) -} - -src_install() { - emake -j1 DESTDIR="${D}" install - - rm -f "${ED}"usr/bin/lives #384727 - dosym lives-exe /usr/bin/lives - - dodoc AUTHORS BUGS ChangeLog FEATURES GETTING.STARTED NEWS README - - find "${ED}"usr -name '*.la' -exec rm -f {} + - rm -f "${ED}"usr/lib*/libweed-*.a -} |