summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-02-14 20:40:05 +0100
committerPacho Ramos <pacho@gentoo.org>2018-02-14 21:04:54 +0100
commit33faec664b97aae311a514a556f79e9de9c84484 (patch)
tree0db2b37b311588885f7342fa0a11e6b5d5953adc /media-video/blinkensim
parentmedia-libs/xine-lib: Drop directfb support (#642500), slot operator needed fo... (diff)
downloadgentoo-33faec664b97aae311a514a556f79e9de9c84484.tar.gz
gentoo-33faec664b97aae311a514a556f79e9de9c84484.tar.bz2
gentoo-33faec664b97aae311a514a556f79e9de9c84484.zip
media-video/blinkensim: Drop directfb support (#642504)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-video/blinkensim')
-rw-r--r--media-video/blinkensim/blinkensim-2.7-r1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/media-video/blinkensim/blinkensim-2.7-r1.ebuild b/media-video/blinkensim/blinkensim-2.7-r1.ebuild
new file mode 100644
index 000000000000..3aac989943e0
--- /dev/null
+++ b/media-video/blinkensim/blinkensim-2.7-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DESCRIPTION="Graphical Blinkenlights simulator with networking support"
+
+HOMEPAGE="http://www.blinkenlights.net/project/developer-tools"
+SRC_URI="http://www.blinkenlights.de/dist/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="aalib gtk"
+
+# if the config script finds any of the optional library it will try to
+# compile against it
+RDEPEND="
+ >=media-libs/blib-1.1.4
+ media-video/blinkenthemes
+ aalib? ( >=media-libs/aalib-1.4_rc4-r2 )
+ gtk? ( >=x11-libs/gtk+-2.4.4:2 )
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"