public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/kino/
Date: Sun,  3 Jun 2018 11:47:15 +0000 (UTC)	[thread overview]
Message-ID: <1528026412.5ca0b16f7611c0b6aaed40a8dd6f05baadc1ffc8.asturm@gentoo> (raw)

commit:     5ca0b16f7611c0b6aaed40a8dd6f05baadc1ffc8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 10:55:29 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun  3 11:46:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca0b16f

media-video/kino: Drop 1.3.4

Closes: https://bugs.gentoo.org/629196
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-video/kino/kino-1.3.4.ebuild | 107 -------------------------------------
 1 file changed, 107 deletions(-)

diff --git a/media-video/kino/kino-1.3.4.ebuild b/media-video/kino/kino-1.3.4.ebuild
deleted file mode 100644
index 8f4d4bfa586..00000000000
--- a/media-video/kino/kino-1.3.4.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils udev
-
-DESCRIPTION="Kino is a non-linear DV editor for GNU/Linux"
-HOMEPAGE="http://www.kinodv.org/"
-SRC_URI="mirror://sourceforge/kino/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86"
-IUSE="alsa dvdr gpac lame gstreamer quicktime sox vorbis"
-
-# This ebuild would benefit a lot of USE dependencies but that has to wait for
-# EAPI 2. The usual fix is to issue built_with_use checks but in that particu-
-# lar case it would make the ebuild rather complicated to write and maintain
-# (certain features can be enabled in various different ways). Also it would
-# also force the emerge process to stop a bit too often for users not to comp-
-# lain. Thus, if you need features like theora, x264, xvid and maybe others,
-# make sure you activate the required support where it should be (ffmpeg, mostly).
-
-# Optional dependency on cinelerra-cvs (as a replacement for libquicktime)
-# dropped because kino may run with it but won't build anymore.
-
-CDEPEND=">=x11-libs/gtk+-2.6.0:2
-	>=gnome-base/libglade-2.5.0
-	>=dev-libs/glib-2:2
-	x11-libs/libXv
-	dev-libs/libxml2:2
-	media-libs/audiofile
-	>=sys-libs/libraw1394-1.0.0
-	>=sys-libs/libavc1394-0.4.1
-	>=media-libs/libdv-0.103
-	media-libs/libsamplerate
-	media-libs/libiec61883
-	media-libs/libv4l
-	alsa? ( >=media-libs/alsa-lib-1.0.9 )
-	virtual/ffmpeg
-	quicktime? ( >=media-libs/libquicktime-0.9.5 )"
-DEPEND="${CDEPEND}
-	dev-util/intltool"
-RDEPEND="${CDEPEND}
-	media-video/mjpegtools
-	media-sound/rawrec
-	dvdr? ( media-video/dvdauthor
-		app-cdr/dvd+rw-tools )
-	gpac? ( media-video/gpac )
-	lame? ( media-sound/lame )
-	gstreamer? ( media-libs/gst-plugins-base:0.10 )
-	sox? ( media-sound/sox )
-	vorbis? ( media-sound/vorbis-tools )"
-
-DOCS="AUTHORS BUGS ChangeLog NEWS README* TODO"
-
-src_prepare() {
-	# Deactivating automagic alsa configuration, bug #134725
-	if ! use alsa ; then
-		sed -i -e "s:HAVE_ALSA 1:HAVE_ALSA 0:" configure || die
-	fi
-
-	# Fix bug #169590
-	# https://sourceforge.net/tracker/?func=detail&aid=3304495&group_id=14103&atid=314103
-	sed -i \
-		-e '/\$(LIBQUICKTIME_LIBS) \\/d' \
-		-e '/^[[:space:]]*\$(SRC_LIBS)/ a\
-	\$(LIBQUICKTIME_LIBS) \\' \
-		src/Makefile.in || die
-
-	# Fix test failure discovered in bug #193947
-	# https://sourceforge.net/tracker/?func=detail&aid=3304499&group_id=14103&atid=314103
-	sed -i -e '$a\
-\
-ffmpeg/libavcodec/ps2/idct_mmi.c\
-ffmpeg/libavcodec/sparc/dsputil_vis.c\
-ffmpeg/libavcodec/sparc/vis.h\
-ffmpeg/libavutil/bswap.h\
-ffmpeg/libswscale/yuv2rgb_template.c\
-src/export.h\
-src/message.cc\
-src/page_bttv.cc' po/POTFILES.in || die
-
-	sed -i -e 's:^#include <quicktime.h>:#include <lqt/quicktime.h>:' src/filehandler.h || die
-	epatch "${FILESDIR}/${P}-v4l1.patch"
-	epatch "${FILESDIR}/${P}-libav-0.7.patch"
-	epatch "${FILESDIR}/${P}-libav-0.8.patch"
-	epatch "${FILESDIR}/${P}-libavcodec-pkg-config.patch"
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-local-ffmpeg \
-		$(use_enable quicktime) \
-		$(use_with sparc dv1394) \
-		--with-udev-rules-dir="$(get_udevdir)"/rules.d \
-		CPPFLAGS="-I${ROOT}usr/include/libavcodec -I${ROOT}usr/include/libavformat -I${ROOT}usr/include/libswscale"
-}
-
-src_install() {
-	default
-	mv "${ED}/$(get_udevdir)"/rules.d/{,99-}kino.rules
-	fowners root:root -R /usr/share/kino/help #177378
-	prune_libtool_files --all #385361
-}


             reply	other threads:[~2018-06-03 11:47 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-03 11:47 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-14  7:03 [gentoo-commits] repo/gentoo:master commit in: media-video/kino/ Agostino Sarubbo
2021-08-13 21:55 Sam James
2021-08-13  6:52 Agostino Sarubbo
2021-08-13  6:51 Agostino Sarubbo
2021-08-12 17:58 Andreas Sturmlechner
2021-05-31  9:20 David Seifert
2020-11-14 21:48 David Seifert
2020-04-26  9:25 Mikle Kolyada
2018-08-18 17:40 Andreas Sturmlechner
2017-07-27 22:00 Denis Dupeyron
2017-06-21 12:17 Agostino Sarubbo
2017-06-21 11:57 Agostino Sarubbo
2017-06-18 14:01 Agostino Sarubbo
2017-06-17  9:28 Pacho Ramos
2016-10-12 18:11 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1528026412.5ca0b16f7611c0b6aaed40a8dd6f05baadc1ffc8.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox