From: "Markos Chandras (hwoarang)" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/bino: bino-1.4.2-r1.ebuild ChangeLog bino-1.4.2.ebuild
Date: Sun, 12 May 2013 17:25:01 +0000 (UTC) [thread overview]
Message-ID: <20130512172501.387F62171E@flycatcher.gentoo.org> (raw)
hwoarang 13/05/12 17:25:01
Modified: ChangeLog
Added: bino-1.4.2-r1.ebuild
Removed: bino-1.4.2.ebuild
Log:
Revbump to add missing files. Raise media-libs/openal dependency. Bug #465172. Thanks to Jožka Kejzlar (cuchac)
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Revision Changes Path
1.4 media-video/bino/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bino/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bino/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bino/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/bino/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 21 Apr 2013 12:38:44 -0000 1.3
+++ ChangeLog 12 May 2013 17:25:00 -0000 1.4
@@ -1,6 +1,13 @@
# ChangeLog for media-video/bino
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/bino/ChangeLog,v 1.3 2013/04/21 12:38:44 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/bino/ChangeLog,v 1.4 2013/05/12 17:25:00 hwoarang Exp $
+
+*bino-1.4.2-r1 (12 May 2013)
+
+ 12 May 2013; Markos Chandras <hwoarang@gentoo.org> +bino-1.4.2-r1.ebuild,
+ +files/bino-1.4.2-lirc-detect.patch, +files/bino.html, -bino-1.4.2.ebuild:
+ Revbump to add missing files. Raise media-libs/openal dependency. Bug #465172.
+ Thanks to Jožka Kejzlar (cuchac)
*bino-1.4.2 (21 Apr 2013)
1.1 media-video/bino/bino-1.4.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bino/bino-1.4.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bino/bino-1.4.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: bino-1.4.2-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/bino/bino-1.4.2-r1.ebuild,v 1.1 2013/05/12 17:25:00 hwoarang Exp $
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="doc lirc"
IUSE_VIDEO_CARDS="
video_cards_nvidia"
IUSE+="${IUSE_VIDEO_CARDS}"
LANGS="en bg de fr ru"
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
>=virtual/ffmpeg-0.6.90
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}/${P}-lirc-detect.patch" # detect lirc
)
src_configure() {
local myeconfargs=(
$(use_with video_cards_nvidia xnvctrl)
$(use_with lirc liblircclient)
--without-equalizer
--htmldir=/usr/share/doc/${PF}/html
)
use video_cards_nvidia && append-cppflags "-I/usr/include/NVCtrl" && append-ldflags "-I/usr/$(get_libdir)"
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" )
}
reply other threads:[~2013-05-12 17:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20130512172501.387F62171E@flycatcher.gentoo.org \
--to=hwoarang@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