* [gentoo-commits] gentoo-x86 commit in media-libs/libsfml: ChangeLog libsfml-2.0.ebuild
@ 2013-04-12 8:01 Tim Harder (radhermit)
0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2013-04-12 8:01 UTC (permalink / raw
To: gentoo-commits
radhermit 13/04/12 08:01:46
Modified: ChangeLog
Added: libsfml-2.0.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha172/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.12 media-libs/libsfml/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsfml/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 11 Apr 2013 18:23:35 -0000 1.11
+++ ChangeLog 12 Apr 2013 08:01:46 -0000 1.12
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libsfml
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/ChangeLog,v 1.11 2013/04/11 18:23:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/ChangeLog,v 1.12 2013/04/12 08:01:46 radhermit Exp $
+
+*libsfml-2.0 (12 Apr 2013)
+
+ 12 Apr 2013; Tim Harder <radhermit@gentoo.org> +libsfml-2.0.ebuild:
+ Version bump.
11 Apr 2013; Tim Harder <radhermit@gentoo.org>
files/libsfml-1.6-deps-and-flags.patch:
1.1 media-libs/libsfml/libsfml-2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/libsfml-2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/libsfml-2.0.ebuild?rev=1.1&content-type=text/plain
Index: libsfml-2.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/libsfml-2.0.ebuild,v 1.1 2013/04/12 08:01:46 radhermit Exp $
EAPI=5
inherit cmake-utils eutils
MY_P=SFML-${PV}
DESCRIPTION="Simple and Fast Multimedia Library (SFML)"
HOMEPAGE="http://sfml.sourceforge.net/ https://github.com/LaurentGomila/SFML"
SRC_URI="https://github.com/LaurentGomila/SFML/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc examples"
RDEPEND="media-libs/freetype:2
media-libs/glew
media-libs/libpng:0=
media-libs/libsndfile
media-libs/mesa
media-libs/openal
sys-libs/zlib
virtual/jpeg
x11-libs/libX11
x11-libs/libXrandr"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
DOCS="readme.txt"
S=${WORKDIR}/${MY_P}
src_prepare() {
epatch "${FILESDIR}"/${PN}-2.0_pre20121126-no-docs.patch
epatch "${FILESDIR}"/${PN}-2.0_pre20121126-shared-glew.patch
sed -i "s:DESTINATION .*:DESTINATION /usr/share/doc/${PF}:" \
doc/CMakeLists.txt || die
}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use doc SFML_BUILD_DOC)
)
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
if use examples ; then
docompress -x /usr/share/doc/${PF}/examples
dodoc -r examples
find "${ED}"/usr/share/doc/${PF}/examples -name CMakeLists.txt -delete
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-12 8:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-12 8:01 [gentoo-commits] gentoo-x86 commit in media-libs/libsfml: ChangeLog libsfml-2.0.ebuild Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox