From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/bino/
Date: Thu, 12 Jan 2017 17:00:31 +0000 (UTC) [thread overview]
Message-ID: <1484240412.ff76c6c76cedf385513617735745be9feff80efa.jer@gentoo> (raw)
commit: ff76c6c76cedf385513617735745be9feff80efa
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 12 17:00:12 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 17:00:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff76c6c7
media-video/bino: Old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-video/bino/bino-1.6.1-r1.ebuild | 76 -----------------------------------
1 file changed, 76 deletions(-)
diff --git a/media-video/bino/bino-1.6.1-r1.ebuild b/media-video/bino/bino-1.6.1-r1.ebuild
deleted file mode 100644
index 34e823b..00000000
--- a/media-video/bino/bino-1.6.1-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF="1"
-
-inherit autotools-utils flag-o-matic
-
-DESCRIPTION="Stereoscopic and multi-display media player"
-HOMEPAGE="http://bino3d.org/"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc libav lirc"
-
-IUSE_VIDEO_CARDS="
- video_cards_nvidia"
-IUSE+="${IUSE_VIDEO_CARDS}"
-
-LANGS="en bg de fr ru zh_CN"
-for X in ${LANGS} ; do
- IUSE+=" linguas_${X}"
-done
-
-RDEPEND=">=media-libs/glew-1.6.0
- >=media-libs/openal-1.15.1
- dev-qt/qtgui:4
- dev-qt/qtcore:4
- dev-qt/qtopengl:4
- >=media-libs/libass-0.9.9
- libav? ( >=media-video/libav-0.7:0= )
- !libav? ( >=media-video/ffmpeg-0.7:0= )
- lirc? ( app-misc/lirc )
- video_cards_nvidia? ( media-video/nvidia-settings )
- virtual/libintl"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README README.Linux )
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.4.2-lirc-detect.patch" # detect lirc
-)
-
-src_configure() {
- local myeconfargs=(
- $(use_with video_cards_nvidia xnvctrl)
- $(use_with lirc liblircclient)
- $(use_enable debug)
- --without-equalizer
- --htmldir=/usr/share/doc/${PF}/html
- )
-
- use video_cards_nvidia && append-cppflags "-I/usr/include/NVCtrl" \
- && append-ldflags "-L/usr/$(get_libdir)/opengl/nvidia/lib \
- -L/usr/$(get_libdir)" && append-libs "Xext"
- use lirc && append-cppflags "-I/usr/include/lirc" \
- && append-libs "lirc_client"
-
- # Fix a compilation error because of a multiple definitions in glew
- append-ldflags "-zmuldefs"
-
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
-
- use doc || ( rm -rf "${D}"/usr/share/doc/${PF}/html && dohtml "${FILESDIR}/${PN}.html" )
-}
next reply other threads:[~2017-01-12 17:00 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-12 17:00 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 14:20 [gentoo-commits] repo/gentoo:master commit in: media-video/bino/ Michał Górny
2024-07-05 17:41 Conrad Kostecki
2023-09-27 10:30 Joonas Niilola
2023-09-27 10:30 Joonas Niilola
2023-06-03 2:06 Sam James
2023-03-07 17:56 Jimi Huotari
2022-09-02 5:31 Joonas Niilola
2022-09-02 5:31 Joonas Niilola
2022-09-02 1:07 Sam James
2022-05-15 23:43 Sam James
2022-05-15 23:43 Sam James
2020-04-25 19:58 Mikle Kolyada
2019-02-16 9:45 Pacho Ramos
2019-02-15 18:12 Mikle Kolyada
2018-11-29 21:59 David Seifert
2018-10-13 10:07 Mikle Kolyada
2018-09-02 9:39 Andreas Sturmlechner
2018-05-31 16:57 Pacho Ramos
2018-03-15 10:19 Mikle Kolyada
2018-02-28 20:38 Pacho Ramos
2018-02-27 23:42 Andreas Sturmlechner
2018-01-05 22:02 Ulrich Müller
2017-10-29 19:07 Jonas Stein
2017-02-15 0:06 Manuel Rüger
2017-01-04 16:56 Agostino Sarubbo
2017-01-04 15:29 Agostino Sarubbo
2016-08-21 18:07 Pacho Ramos
2015-08-18 8:02 Ian Delaney
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=1484240412.ff76c6c76cedf385513617735745be9feff80efa.jer@gentoo \
--to=jer@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