Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 502034 - x11-apps/intel-gpu-tools-1.7 version bump
Summary: x11-apps/intel-gpu-tools-1.7 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2014-02-21 21:31 UTC by James Ausmus
Modified: 2014-07-28 05:05 UTC (History)
2 users (show)

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


Attachments
intel-gpu-tools-1.5.ebuild (intel-gpu-tools-1.5.ebuild,640 bytes, text/plain)
2014-02-21 21:34 UTC, James Ausmus
Details
intel-gpu-tools-1.6.ebuild.diff (intel-gpu-tools-1.6.ebuild.diff,1.08 KB, patch)
2014-06-08 08:44 UTC, Andreas Sturmlechner
Details | Diff
intel-gpu-tools-1.6-add-missing-header.patch (intel-gpu-tools-1.6-add-missing-header.patch,757 bytes, patch)
2014-06-08 08:46 UTC, Andreas Sturmlechner
Details | Diff
intel-gpu-tools-1.6-fix-out-of-tree-builds.patch (intel-gpu-tools-1.6-fix-out-of-tree-builds.patch,1.11 KB, patch)
2014-06-08 08:46 UTC, Andreas Sturmlechner
Details | Diff
intel-gpu-tools-1.6.ebuild.diff (intel-gpu-tools-1.6.ebuild.diff,1.10 KB, patch)
2014-06-08 09:49 UTC, Andreas Sturmlechner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Ausmus 2014-02-21 21:31:20 UTC
A new version of intel-gpu-tools has been available for a while - let's make it available!

Reproducible: Always

Steps to Reproduce:
1. emerge intel-gpu-tools
2. intel-gpu-tools is version 1.3
3. sad panda


Expected Results:  
intel-gpu-tools is version 1.5
happy panda!
Comment 1 James Ausmus 2014-02-21 21:34:07 UTC
Created attachment 370976 [details]
intel-gpu-tools-1.5.ebuild

Ebuild for version 1.5, with dependency versions updated
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-02-21 22:40:23 UTC
Comment on attachment 370976 [details]
intel-gpu-tools-1.5.ebuild

--- intel-gpu-tools-1.3.ebuild  2012-11-19 12:19:33.933817414 +0100
+++ -   2014-02-21 23:40:16.563253161 +0100
@@ -11,8 +11,8 @@
 RESTRICT="test"
 
 DEPEND="dev-libs/glib:2
-       x11-libs/cairo
-       >=x11-libs/libdrm-2.4.31[video_cards_intel,video_cards_nouveau?]
+       >=x11-libs/cairo-1.12.0
+       >=x11-libs/libdrm-2.4.47[video_cards_intel,video_cards_nouveau?]
        >=x11-libs/libpciaccess-0.10"
 RDEPEND="${DEPEND}"
Comment 3 Andreas Sturmlechner gentoo-dev 2014-06-08 08:44:44 UTC
Created attachment 378444 [details, diff]
intel-gpu-tools-1.6.ebuild.diff

let's make that a 1.6 version bump (diff against 1.3)
Comment 4 Andreas Sturmlechner gentoo-dev 2014-06-08 08:46:29 UTC
Created attachment 378446 [details, diff]
intel-gpu-tools-1.6-add-missing-header.patch

lib/check-ndebug.h somehow ended up missing in the tarball
Comment 5 Andreas Sturmlechner gentoo-dev 2014-06-08 08:46:56 UTC
Created attachment 378448 [details, diff]
intel-gpu-tools-1.6-fix-out-of-tree-builds.patch
Comment 6 Andreas Sturmlechner gentoo-dev 2014-06-08 09:49:27 UTC
Created attachment 378450 [details, diff]
intel-gpu-tools-1.6.ebuild.diff

should call xorg-2_src_prepare
Comment 7 SpanKY gentoo-dev 2014-07-28 05:05:48 UTC
i've added 1.7 to the tree now.  had to add some python logic to handle the new python support in the package.

the out-of-tree patch was not needed as it's in the upstream 1.7 release.

i didn't include the missing header patch as it's only needed when building tests.  but we don't run the testsuite, and we don't install the binaries (see bug 484618 for discussion of that topic).

for future reference, you can set XORG_EAUTORECONF=yes before inherting the xorg eclass and it'll take care of the autotool logic for you.

http://sources.gentoo.org/x11-apps/intel-gpu-tools/intel-gpu-tools-1.7.ebuild?rev=1.1