* [gentoo-commits] proj/betagarden:master commit in: media-gfx/u3d/
@ 2011-11-26 21:30 Alexey Shvetsov
0 siblings, 0 replies; 3+ messages in thread
From: Alexey Shvetsov @ 2011-11-26 21:30 UTC (permalink / raw
To: gentoo-commits
commit: 1c0911fab0df5fe79f6532f8dd139ee14c6ebcdf
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 21:29:13 2011 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 21:29:13 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=1c0911fa
[media-gfx/u3d] Import from alexxy overlay
(Portage version: 2.2.0_alpha78/git/Linux x86_64, signed Manifest commit with key F82F92E6)
---
media-gfx/u3d/metadata.xml | 9 +++++++++
media-gfx/u3d/u3d-1.4.2.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/media-gfx/u3d/metadata.xml b/media-gfx/u3d/metadata.xml
new file mode 100644
index 0000000..098ac09
--- /dev/null
+++ b/media-gfx/u3d/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <maintainer>
+ <email>alexxy@gentoo.org</email>
+ <name>Alexey Shvetsov</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/media-gfx/u3d/u3d-1.4.2.ebuild b/media-gfx/u3d/u3d-1.4.2.ebuild
new file mode 100644
index 0000000..ad090df
--- /dev/null
+++ b/media-gfx/u3d/u3d-1.4.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit cmake-utils multilib
+
+DESCRIPTION="Port of Intel's U3D library to gnu build tools"
+HOMEPAGE="http://u3d.sourceforge.net/"
+SRC_URI="http://www.iaas.msu.ru/tmp/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ sys-libs/zlib
+ virtual/jpeg
+ media-libs/libpng
+ "
+RDEPEND="${DEPEND}"
+
+MYCMAKEARGS="-DU3D_SHARED=ON -DBUILD_SHARED_LIBS=ON"
+
+src_prepare() {
+ sed \
+ -e "s:LIB_DESTINATION u3d:LIB_DESTINATION $(get_libdir):g" \
+ -e "s:PLUGIN_DESTINATION u3d:PLUGIN_DESTINATION $(get_libdir):g" \
+ -e "s:BIN_DESTINATION u3d:BIN_DESTINATION bin:g" \
+ -e "s:INCLUDE_DESTINATION u3d/include:INCLUDE_DESTINATION include:g" \
+ -e "s:SAMPLE_DESTINATION u3d/samples:SAMPLE_DESTINATION share/${PN}/samples:g" \
+ -e "s:DOC_DESTINATION u3d/docs:DOC_DESTINATION share/docs/${P}:g" \
+ -i CMakeLists.txt
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: media-gfx/u3d/
@ 2012-05-08 22:54 Alexey Shvetsov
0 siblings, 0 replies; 3+ messages in thread
From: Alexey Shvetsov @ 2012-05-08 22:54 UTC (permalink / raw
To: gentoo-commits
commit: 86e4bf521a252fade08f6904159653bf20d6e711
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue May 8 22:53:15 2012 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue May 8 22:53:15 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=86e4bf52
[media-gfx/u3d] Version bump
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key F82F92E6)
---
.../u3d/{u3d-1.4.2.ebuild => u3d-1.4.3.ebuild} | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/media-gfx/u3d/u3d-1.4.2.ebuild b/media-gfx/u3d/u3d-1.4.3.ebuild
similarity index 94%
rename from media-gfx/u3d/u3d-1.4.2.ebuild
rename to media-gfx/u3d/u3d-1.4.3.ebuild
index ad090df..3323215 100644
--- a/media-gfx/u3d/u3d-1.4.2.ebuild
+++ b/media-gfx/u3d/u3d-1.4.3.ebuild
@@ -8,7 +8,7 @@ inherit cmake-utils multilib
DESCRIPTION="Port of Intel's U3D library to gnu build tools"
HOMEPAGE="http://u3d.sourceforge.net/"
-SRC_URI="http://www.iaas.msu.ru/tmp/${PN}/${P}.tar.gz"
+SRC_URI="http://www2.iaas.msu.ru/tmp/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: media-gfx/u3d/
@ 2017-06-04 18:17 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2017-06-04 18:17 UTC (permalink / raw
To: gentoo-commits
commit: 8a0525e05e3ea27a3e2d5a84f321a67645911199
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 4 18:17:26 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 18:17:26 2017 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=8a0525e0
media-gfx/u3d: Bump EAPI
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
media-gfx/u3d/u3d-1.4.4.ebuild | 28 ++++++++++++++++++----------
1 file changed, 18 insertions(+), 10 deletions(-)
diff --git a/media-gfx/u3d/u3d-1.4.4.ebuild b/media-gfx/u3d/u3d-1.4.4.ebuild
index a16cb3a..fa83a53 100644
--- a/media-gfx/u3d/u3d-1.4.4.ebuild
+++ b/media-gfx/u3d/u3d-1.4.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-inherit base cmake-utils multilib
+inherit cmake-utils
DESCRIPTION="Port of Intel's U3D library to gnu build tools"
HOMEPAGE="http://u3d.sourceforge.net/"
@@ -15,22 +15,30 @@ KEYWORDS="~amd64"
IUSE=""
DEPEND="
- sys-libs/zlib
- virtual/jpeg
- media-libs/libpng
- "
+ media-libs/libpng:0=
+ sys-libs/zlib
+ virtual/jpeg:0=
+"
RDEPEND="${DEPEND}"
-MYCMAKEARGS="-DU3D_SHARED=ON -DBUILD_SHARED_LIBS=ON"
-
src_prepare() {
sed \
+ -e "s:LIB_DESTINATION lib:LIB_DESTINATION $(get_libdir):g" \
-e "s:LIB_DESTINATION u3d:LIB_DESTINATION $(get_libdir):g" \
+ -e "s:PLUGIN_DESTINATION lib:PLUGIN_DESTINATION $(get_libdir):g" \
-e "s:PLUGIN_DESTINATION u3d:PLUGIN_DESTINATION $(get_libdir):g" \
-e "s:BIN_DESTINATION u3d:BIN_DESTINATION bin:g" \
-e "s:INCLUDE_DESTINATION u3d/include:INCLUDE_DESTINATION include:g" \
-e "s:SAMPLE_DESTINATION u3d/samples:SAMPLE_DESTINATION share/${PN}/samples:g" \
-e "s:DOC_DESTINATION u3d/docs:DOC_DESTINATION share/docs/${P}:g" \
-i CMakeLists.txt
- base_src_prepare
+ cmake-utils_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DU3D_SHARED=ON
+ -DBUILD_SHARED_LIBS=ON
+ )
+ cmake-utils_src_configure
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-06-04 18:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-04 18:17 [gentoo-commits] proj/betagarden:master commit in: media-gfx/u3d/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2012-05-08 22:54 Alexey Shvetsov
2011-11-26 21:30 Alexey Shvetsov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox