public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/waffle/
Date: Fri, 31 Aug 2012 22:03:15 +0000 (UTC)	[thread overview]
Message-ID: <1346450338.24004713f45a36ceef8836738df5953e7d08d99d.mattst88@gentoo> (raw)

commit:     24004713f45a36ceef8836738df5953e7d08d99d
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Fri Aug 31 21:58:58 2012 +0000
Commit:     Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Fri Aug 31 21:58:58 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=24004713

media-libs/waffle: Initial import. Useful for piglit testing

---
 media-libs/waffle/waffle-1.0.1.ebuild |   34 +++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/media-libs/waffle/waffle-1.0.1.ebuild b/media-libs/waffle/waffle-1.0.1.ebuild
new file mode 100644
index 0000000..e70d432
--- /dev/null
+++ b/media-libs/waffle/waffle-1.0.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit cmake-utils
+
+DESCRIPTION="Library that allows selection of GL API and of window system at runtime"
+HOMEPAGE="http://people.freedesktop.org/~chadversary/waffle/"
+SRC_URI="http://people.freedesktop.org/~chadversary/waffle/files/release/${P}/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="egl gles1 gles2 wayland"
+
+DEPEND="
+	media-libs/mesa[egl?,gles1?,gles2?]
+	virtual/opengl
+	wayland? ( >=dev-libs/wayland-0.95.0 )
+	x11-libs/libX11
+	x11-libs/libxcb"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	mycmakeargs=(
+		-Dwaffle_has_glx=ON
+		$(cmake-utils_use egl waffle_has_x11_egl)
+		$(cmake-utils_use wayland waffle_has_wayland)
+	)
+
+	cmake-utils_src_configure
+}


             reply	other threads:[~2012-08-31 22:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-31 22:03 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-11-10  1:29 [gentoo-commits] proj/x11:master commit in: media-libs/waffle/ Matt Turner
2012-11-17  0:24 Matt Turner
2012-12-10 19:32 Matt Turner
2013-05-16 11:44 David Heidelberger
2013-08-15 23:07 Matt Turner
2013-10-01 19:05 Matt Turner
2013-10-12  6:13 Matt Turner

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=1346450338.24004713f45a36ceef8836738df5953e7d08d99d.mattst88@gentoo \
    --to=mattst88@gmail.com \
    --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