Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 431308 - media-video/mkvtoolnix: please review prefix changes
Summary: media-video/mkvtoolnix: please review prefix changes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: Inclusion, InVCS, PATCH
Depends on: 434086 434228
Blocks: prefix-gx86
  Show dependency tree
 
Reported: 2012-08-14 03:24 UTC by Christoph Junghans (RETIRED)
Modified: 2012-09-20 15:15 UTC (History)
1 user (show)

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


Attachments
patch for mkvtoolnix-5.6.0.ebuild (mkvtoolnix-5.6.0.ebuild.patch,416 bytes, patch)
2012-08-14 03:24 UTC, Christoph Junghans (RETIRED)
Details | Diff
patch for mkvtoolnix-5.8.0.ebuild (mkvtoolnix-5.8.0.ebuild.patch,1.10 KB, patch)
2012-09-09 17:38 UTC, Christoph Junghans (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Junghans (RETIRED) gentoo-dev 2012-08-14 03:24:05 UTC
Created attachment 321264 [details, diff]
patch for mkvtoolnix-5.6.0.ebuild

Only one trivial change.
Comment 1 Christoph Junghans (RETIRED) gentoo-dev 2012-09-09 17:38:30 UTC
Created attachment 323324 [details, diff]
patch for mkvtoolnix-5.8.0.ebuild

Updated version of the patch for most recent version.
Comment 2 Christoph Junghans (RETIRED) gentoo-dev 2012-09-09 17:41:34 UTC
mkvtoolnix needs 
- ruby and rake bug #434228
- dev-libs/pugixml bug #434086
Comment 3 Alexis Ballier gentoo-dev 2012-09-09 19:27:34 UTC
-inherit eutils toolchain-funcs versionator wxwidgets
+inherit eutils multilib toolchain-funcs versionator wxwidgets


+		--with-boost="${EPREFIX}"/usr \
+		--with-boost-libdir="${EPREFIX}"/usr/$(get_libdir) \
                                                      ^^^^^^^^^^^^

where does that function come from ? :)
Comment 4 Alexis Ballier gentoo-dev 2012-09-09 19:28:52 UTC
(In reply to comment #3)
> -inherit eutils toolchain-funcs versionator wxwidgets
> +inherit eutils multilib toolchain-funcs versionator wxwidgets
> 
> 
> +		--with-boost="${EPREFIX}"/usr \
> +		--with-boost-libdir="${EPREFIX}"/usr/$(get_libdir) \
>                                                       ^^^^^^^^^^^^
> 
> where does that function come from ? :)

aah sorry, i read it backwards...

patch ok, feel free to commit (skip the kw before the other deps are done or if you prefer to wait, as you wish)
Comment 5 Christoph Junghans (RETIRED) gentoo-dev 2012-09-20 15:15:41 UTC
Done, thanks.