amynka      15/07/25 19:30:40

  Modified:             ChangeLog
  Added:                meshlab-1.3.3.ebuild
  Log:
  Version bump bug #525948.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
34E69781)

Revision  Changes    Path
1.3                  media-gfx/meshlab/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/meshlab/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/meshlab/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/meshlab/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/meshlab/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   11 Sep 2014 11:27:50 -0000      1.2
+++ ChangeLog   25 Jul 2015 19:30:40 -0000      1.3
@@ -1,6 +1,13 @@
 # ChangeLog for media-gfx/meshlab
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/meshlab/ChangeLog,v 1.2 
2014/09/11 11:27:50 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/meshlab/ChangeLog,v 1.3 
2015/07/25 19:30:40 amynka Exp $
+
+*meshlab-1.3.3 (25 Jul 2015)
+
+  25 Jul 2015; Amy Winston <[email protected]> +files/1.3.3/gcc-4.7.patch,
+  +files/1.3.3/lapack.patch, +files/1.3.3/mpir.patch, 
+files/1.3.3/qt-4.8.patch,
+  +files/1.3.3/rpath.patch, +meshlab-1.3.3.ebuild:
+  Version bump bug #525948.
 
   11 Sep 2014; Michael Palimaka <[email protected]> meshlab-1.3.2.ebuild:
   Pin dev-qt/qtcore and dev-qt/qtopengl to SLOT 4.



1.1                  media-gfx/meshlab/meshlab-1.3.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/meshlab/meshlab-1.3.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/meshlab/meshlab-1.3.3.ebuild?rev=1.1&content-type=text/plain

Index: meshlab-1.3.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/meshlab/meshlab-1.3.3.ebuild,v 1.1 
2015/07/25 19:30:40 amynka Exp $

EAPI=5

inherit eutils versionator multilib qt4-r2

DESCRIPTION="A mesh processing system"
HOMEPAGE="http://meshlab.sourceforge.net/";
MY_PV="$(delete_all_version_separators ${PV})"
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/MeshLab%20v${PV}/MeshLabSrc_AllInc_v${MY_PV}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-cpp/eigen:3
        dev-cpp/muParser
        dev-qt/qtcore:4
        dev-qt/qtopengl:4
        media-libs/glew
        media-libs/qhull
        =media-libs/lib3ds-1*
        media-libs/openctm
        sci-libs/levmar
        sys-libs/libunwind
        sci-libs/mpir"
RDEPEND="${DEPEND}"

S="${WORKDIR}/meshlab/src"

src_prepare() {
        cd "${WORKDIR}"
        epatch  "${FILESDIR}/${PV}"/gcc-4.7.patch \
                "${FILESDIR}/${PV}"/lapack.patch \
                "${FILESDIR}/${PV}"/mpir.patch \
                "${FILESDIR}/${PV}"/qt-4.8.patch \
                "${FILESDIR}/${PV}"/rpath.patch
}

src_configure() {
        eqmake4 external/external.pro
        eqmake4 meshlab_full.pro
}

src_compile() {
        cd external && emake
        cd .. && emake
}

src_install() {
        dobin distrib/{meshlab,meshlabserver}
        dolib distrib/libcommon.so.1.0.0
        dosym libcommon.so.1.0.0 /usr/$(get_libdir)/libcommon.so.1
        dosym libcommon.so.1 /usr/$(get_libdir)/libcommon.so

        exeinto /usr/$(get_libdir)/meshlab/plugins
        doexe distrib/plugins/*.so

        insinto /usr/share/meshlab/shaders
        doins -r distrib/shaders/*
        newicon "${S}"/meshlab/images/eye64.png "${PN}".png
        make_desktop_entry meshlab "Meshlab"
}




Reply via email to