* [gentoo-commits] proj/gamerlay:master commit in: media-libs/libsfml/
@ 2011-09-14 15:43 Marcel Unbehaun
0 siblings, 0 replies; 2+ messages in thread
From: Marcel Unbehaun @ 2011-09-14 15:43 UTC (permalink / raw
To: gentoo-commits
commit: 97ed63c845d3b2a08661c8233e19278609ad72e4
Author: Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Wed Sep 14 15:43:29 2011 +0000
Commit: Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Wed Sep 14 15:43:29 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=97ed63c8
[media-libs/libsfml] initial libsfml-9999.ebuild
[media-libs/libsfml] new metadata.xml
[media-libs/libsfml] new Manifest
---
media-libs/libsfml/libsfml-9999.ebuild | 32 ++++++++++++++++++++++++++++++++
media-libs/libsfml/metadata.xml | 17 +++++++++++++++++
2 files changed, 49 insertions(+), 0 deletions(-)
diff --git a/media-libs/libsfml/libsfml-9999.ebuild b/media-libs/libsfml/libsfml-9999.ebuild
new file mode 100644
index 0000000..bf6b71d
--- /dev/null
+++ b/media-libs/libsfml/libsfml-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/libsfml-9999.ebuild,v 1.2 2011/09/09 07:52:53 frostwork Exp $
+
+EAPI=4
+
+inherit cmake-utils eutils git-2 multilib
+
+MY_P="SFML-${PV}"
+DESCRIPTION="Simple and Fast Multimedia Library (SFML)"
+HOMEPAGE="http://sfml.sourceforge.net/"
+EGIT_REPO_URI="git://github.com/LaurentGomila/SFML.git"
+#SRC_URI="mirror://sourceforge/sfml/${MY_P}-sdk-linux-32.tar.gz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="media-libs/freetype:2
+ media-libs/glew
+ media-libs/libpng
+ media-libs/libsndfile
+ media-libs/mesa
+ media-libs/openal
+ sys-libs/zlib
+ virtual/jpeg
+ x11-libs/libX11
+ x11-libs/libXrandr"
+RDEPEND="${DEPEND}"
+
+
diff --git a/media-libs/libsfml/metadata.xml b/media-libs/libsfml/metadata.xml
new file mode 100644
index 0000000..886ba9f
--- /dev/null
+++ b/media-libs/libsfml/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>games</herd>
+ <maintainer>
+ <email>frostworks@gmx.de</email>
+ <name>Marcel Unbehaun</name>
+ </maintainer>
+ <longdescription lang="en">
+ The Simple and Fast Multimedia Library (SFML) is a portable and easy to use
+ multimedia API written in C++. You can see it as a modern, object-oriented
+ alternative to SDL. SFML is composed of several packages to suit your needs.
+ You can use SFML as a minimal windowing system to interface with OpenGL, or
+ as a fully-featured multimedia library for building games or interactive
+ programs.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: media-libs/libsfml/
@ 2012-08-01 17:49 Azamat H. Hackimov
0 siblings, 0 replies; 2+ messages in thread
From: Azamat H. Hackimov @ 2012-08-01 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 0ad4fbbb4468a2d4e609cef3faf42210c4164ac5
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed Aug 1 17:19:31 2012 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Wed Aug 1 17:19:31 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=0ad4fbbb
[media-libs/libsfml] Stable version for mars-game
(Portage version: 2.1.10.62/git/Linux i686, unsigned Manifest commit)
---
media-libs/libsfml/libsfml-2.0_rc20120731.ebuild | 32 ++++++++++++++++++++++
media-libs/libsfml/libsfml-9999.ebuild | 4 +--
2 files changed, 33 insertions(+), 3 deletions(-)
diff --git a/media-libs/libsfml/libsfml-2.0_rc20120731.ebuild b/media-libs/libsfml/libsfml-2.0_rc20120731.ebuild
new file mode 100644
index 0000000..5815215
--- /dev/null
+++ b/media-libs/libsfml/libsfml-2.0_rc20120731.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit cmake-utils
+
+MY_PV="${PV/_/-}"
+DESCRIPTION="Simple and Fast Multimedia Library (SFML)"
+HOMEPAGE="http://www.sfml-dev.org/"
+SRC_URI="https://github.com/LaurentGomila/SFML/zipball/db1f1b8fa1006ea440b9cbe4a2d61b632109ebb2 -> SFML-${MY_PV}.zip"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="media-libs/freetype:2
+ media-libs/glew
+ >=media-libs/libpng-1.4
+ media-libs/libsndfile
+ media-libs/mesa
+ media-libs/openal
+ sys-libs/zlib
+ virtual/jpeg
+ x11-libs/libX11
+ x11-libs/libXrandr"
+DEPEND="${RDEPEND}
+ app-arch/unzip"
+
+S=${WORKDIR}/LaurentGomila-SFML-db1f1b8
diff --git a/media-libs/libsfml/libsfml-9999.ebuild b/media-libs/libsfml/libsfml-9999.ebuild
index bf6b71d..6e22276 100644
--- a/media-libs/libsfml/libsfml-9999.ebuild
+++ b/media-libs/libsfml/libsfml-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/libsfml-9999.ebuild,v 1.2 2011/09/09 07:52:53 frostwork Exp $
@@ -28,5 +28,3 @@ DEPEND="media-libs/freetype:2
x11-libs/libX11
x11-libs/libXrandr"
RDEPEND="${DEPEND}"
-
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-01 17:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 17:49 [gentoo-commits] proj/gamerlay:master commit in: media-libs/libsfml/ Azamat H. Hackimov
-- strict thread matches above, loose matches on Subject: below --
2011-09-14 15:43 Marcel Unbehaun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox