Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 524224 - media-libs/lensfun-0.3.0 version bump
Summary: media-libs/lensfun-0.3.0 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: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-01 17:55 UTC by Soren Harward
Modified: 2014-10-04 10:14 UTC (History)
0 users

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


Attachments
media-libs/lensfun-0.3.0 (lensfun-0.3.0.ebuild,1.18 KB, text/plain)
2014-10-01 17:56 UTC, Soren Harward
Details
lensfun-0.3.0.ebuild (lensfun-0.3.0.ebuild,1.20 KB, text/plain)
2014-10-01 18:45 UTC, Soren Harward
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Soren Harward 2014-10-01 17:55:55 UTC
new version released 30 Sep 2014

Reproducible: Always
Comment 1 Soren Harward 2014-10-01 17:56:32 UTC
Created attachment 385904 [details]
media-libs/lensfun-0.3.0
Comment 2 Soren Harward 2014-10-01 18:45:42 UTC
Created attachment 385914 [details]
lensfun-0.3.0.ebuild

Replacement ebuild.  The previous one didn't install the libraries in the correct place.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-01 23:25:16 UTC
Comment on attachment 385914 [details]
lensfun-0.3.0.ebuild

--- lensfun-0.2.8-r1.ebuild
+++ lensfun-0.3.0.ebuild
@@ -25,18 +25,12 @@

 REQUIRED_USE="${PYTHON_REQUIRED_USE}"

-PATCHES=(
-       "${FILESDIR}"/${PF}-build.patch
-       "${FILESDIR}"/${P}-x32.patch
-       "${FILESDIR}"/${P}-support-clang-visibility-as-gcc.patch
-)
-
 DOCS=( README docs/mounts.txt )

 src_configure() {
        local mycmakeargs=(
                -DDOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
-               -DLIBDIR=$(get_libdir)
+               -DLIBDIR="${EPREFIX}"/usr/$(get_libdir)
                -DBUILD_AUXFUN=ON
                $(cmake-utils_use_build doc)
                $(cmake-utils_use_build sse FOR_SSE)
Comment 4 Markus Meier gentoo-dev 2014-10-04 10:14:06 UTC
Bumped in cvs. Thanks for the ebuild (btw. we prefer patches)!
Closing.

+*lensfun-0.3.0 (04 Oct 2014)
+
+  04 Oct 2014; Markus Meier <maekke@gentoo.org> +lensfun-0.3.0.ebuild:
+  version bump by Soren Harward in bug #524224
+