Summary: | media-plugins/gst-plugins-alsa-0.10.20 fails to build when gst-plugins-base-0.10.22 is installed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Nicholas J. Michalek <djphazer> |
Component: | Current packages | Assignee: | GStreamer package maintainers <gstreamer> |
Status: | RESOLVED INVALID | ||
Severity: | minor | CC: | gnome |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | when gst-plugins-base-0.10.22 is installed | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Nicholas J. Michalek
2009-04-10 08:07:27 UTC
Mixing ~arch and arch is not supported.. That said, I propose adding the following patch to the gst-p-base eclass to fix it: Index: gst-plugins-base.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v retrieving revision 1.11 diff -u -p -r1.11 gst-plugins-base.eclass --- gst-plugins-base.eclass 30 Mar 2009 04:24:15 -0000 1.11 +++ gst-plugins-base.eclass 10 Apr 2009 15:19:54 -0000 @@ -43,6 +43,7 @@ S=${WORKDIR}/${MY_P} if [ "${PN}" != "${MY_PN}" ]; then RDEPEND="=media-libs/gst-plugins-base-0.10*" DEPEND="${RDEPEND} + ~media-libs/gst-plugins-base-${PV} >=sys-apps/sed-4 dev-util/pkgconfig" fi fine by me, that's what we do for the gnome-python.eclass. Don't mix versions of the base package and its split plugins, its not supported. |