Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 486018 - media-libs/opencollada-0_p20130925 (snapshot) version bump
Summary: media-libs/opencollada-0_p20130925 (snapshot) version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks: 533138
  Show dependency tree
 
Reported: 2013-09-25 19:27 UTC by ewomer
Modified: 2015-02-08 00:20 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
opencollada-0_p20130925.ebuild (opencollada-0_p20130925.ebuild,1.95 KB, text/plain)
2013-09-25 19:29 UTC, ewomer
Details
opencollada-0_p20130925-expat.patch (opencollada-0_p20130925-expat.patch,396 bytes, patch)
2013-09-25 19:30 UTC, ewomer
Details | Diff
opencollada-0_p20150131.ebuild.diff (opencollada-0_p20150131.ebuild.diff,2.40 KB, patch)
2015-02-07 00:49 UTC, Andreas Sturmlechner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ewomer 2013-09-25 19:27:37 UTC
I updated the original ebuild to update opencollada to a newer version.

Reproducible: Always
Comment 1 ewomer 2013-09-25 19:29:41 UTC
Created attachment 359458 [details]
opencollada-0_p20130925.ebuild
Comment 2 ewomer 2013-09-25 19:30:12 UTC
Created attachment 359460 [details, diff]
opencollada-0_p20130925-expat.patch
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2013-09-26 15:47:53 UTC
Comment on attachment 359458 [details]
opencollada-0_p20130925.ebuild

--- opencollada-0_p864-r1.ebuild        2012-12-03 14:10:51.988410303 +0100
+++ -   2013-09-26 17:47:42.601229976 +0200
@@ -1,18 +1,19 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opencollada/opencollada-0_p864-r1.ebuild,v 1.4 2012/12/01 18:32:28 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opencollada/opencollada-0_p20130925.ebuild,v 1 2013/09/25 18:32:28 blueness Exp $
 
 EAPI="3"
 
-inherit eutils multilib cmake-utils
+inherit eutils multilib cmake-utils vcs-snapshot
 
 DESCRIPTION="Stream based read/write library for COLLADA files"
 HOMEPAGE="http://www.opencollada.org/"
-SRC_URI="http://www.hartwork.org/public/${P}.tar.xz"
+COMMIT="463ba8a2ef5a021ce21df614dde29e0ee800e10b"
+SRC_URI="https://github.com/KhronosGroup/OpenCOLLADA/tarball/${COMMIT} -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ppc64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="expat"
 
 RDEPEND="dev-libs/libpcre
@@ -25,6 +26,7 @@
        sys-apps/findutils
        sys-apps/sed"
 
+
 CMAKE_BUILD_DIR="${S}"/build
 
 src_prepare() {
@@ -38,9 +40,6 @@
        # Remove unused build systems
        rm Makefile scripts/{unixbuild.sh,vcproj2cmake.rb} || die
        find "${S}" -name SConscript -delete || die
-
-       epatch "${FILESDIR}"/${P}-gcc-4.7.patch
-       epatch "${FILESDIR}"/${P}-parallel.patch  # still not fully done
 }
 
 src_configure() {
Comment 4 Julian Ospald 2014-05-24 16:51:33 UTC
is the maintainer still active?
Comment 5 Sebastian Pipping gentoo-dev 2014-06-10 19:16:34 UTC
(In reply to Julian Ospald (hasufell) from comment #4)
> is the maintainer still active?

I'm short on time.  Feel free to take over on this one.
Comment 6 Andreas Sturmlechner gentoo-dev 2015-02-07 00:49:53 UTC
Created attachment 395748 [details, diff]
opencollada-0_p20150131.ebuild.diff

Updated ebuild for future use of libreoffice.

- Parallel build does not seem to be a problem anymore
- Links from libdir to opencollada subdir required for me to successfully build with libreoffice
Comment 7 Andreas K. Hüttel archtester gentoo-dev 2015-02-08 00:20:28 UTC
opencollada-1.2.2_p20150207 added