Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 300256 | Differences between
and this patch

Collapse All | Expand All

(-)gst-plugins-base.eclass (-17 / +18 lines)
Lines 14-20 Link Here
14
# Gentoo developers responsible for gstreamer <gnome@gentoo.org>, the application developer
14
# Gentoo developers responsible for gstreamer <gnome@gentoo.org>, the application developer
15
# or the gstreamer team.
15
# or the gstreamer team.
16
16
17
inherit eutils gst-plugins10
17
inherit eutils gst-plugins10 versionator
18
18
19
GST_EXPF="src_unpack src_compile src_install"
19
GST_EXPF="src_unpack src_compile src_install"
20
case ${EAPI:-0} in
20
case ${EAPI:-0} in
Lines 29-34 Link Here
29
###
29
###
30
30
31
MY_PN=gst-plugins-base
31
MY_PN=gst-plugins-base
32
MY_PV=$(get_version_component_range 1-2)
32
MY_P=${MY_PN}-${PV}
33
MY_P=${MY_PN}-${PV}
33
# All relevant configure options for gst-plugins
34
# All relevant configure options for gst-plugins
34
# need a better way to extract these
35
# need a better way to extract these
Lines 94-115 Link Here
94
95
95
	# Link with the syswide installed gst-libs if needed
96
	# Link with the syswide installed gst-libs if needed
96
	gst-plugins10_find_plugin_dir
97
	gst-plugins10_find_plugin_dir
97
	sed -e "s:\$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces:${ROOT}/usr/$(get_libdir)/libgstinterfaces:" \
98
	sed -e "s:\$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces.*\.la:$(pkg-config --libs-only-L --libs-only-l gstreamer-interfaces-${MY_PV}):" \
98
		-e "s:\${top_builddir}/gst-libs/gst/interfaces/libgstinterfaces:${ROOT}/usr/$(get_libdir)/libgstinterfaces:" \
99
		-e "s:\${top_builddir}/gst-libs/gst/interfaces/libgstinterfaces.*\.la:$(pkg-config --libs-only-L --libs-only-l gstreamer-interfaces-${MY_PV}):" \
99
		-e "s:\$(top_builddir)/gst-libs/gst/audio/libgstaudio:${ROOT}/usr/$(get_libdir)/libgstaudio:" \
100
		-e "s:\$(top_builddir)/gst-libs/gst/audio/libgstaudio.*\.la:$(pkg-config --libs-only-L --libs-only-l gstreamer-audio-${MY_PV}):" \
100
		-e "s:\${top_builddir}/gst-libs/gst/audio/libgstaudio:${ROOT}/usr/$(get_libdir)/libgstaudio:" \
101
		-e "s:\${top_builddir}/gst-libs/gst/audio/libgstaudio.*\.la:$(pkg-config --libs-only-L --libs-only-l gstreamer-audio-${MY_PV}):" \
101
		-e "s:\$(top_builddir)/gst-libs/gst/cdda/libgstcdda:${ROOT}/usr/$(get_libdir)/libgstcdda:" \
102
		-e "s:\$(top_builddir)/gst-libs/gst/cdda/libgstcdda.*\.la:$(pkg-config --libs-only-L --libs-only-l gstreamer-cdda-${MY_PV}):" \
102
		-e "s:\${top_builddir}/gst-libs/gst/cdda/libgstcdda:${ROOT}/usr/$(get_libdir)/libgstcdda:" \
103
		-e "s:\${top_builddir}/gst-libs/gst/cdda/libgstcdda.*\.la:$(pkg-config --libs-only-L --libs-only-l gstreamer-cdda-${MY_PV}):" \
103
		-e "s:\$(top_builddir)/gst-libs/gst/riff/libgstriff:${ROOT}/usr/$(get_libdir)/libgstriff:" \
104
		-e "s:\$(top_builddir)/gst-libs/gst/riff/libgstriff.*\.la:$(pkg-config --libs-only-L --libs-only-l gstreamer-riff-${MY_PV}):" \
104
		-e "s:\${top_builddir}/gst-libs/gst/riff/libgstriff:${ROOT}/usr/$(get_libdir)/libgstriff:" \
105
		-e "s:\${top_builddir}/gst-libs/gst/riff/libgstriff.*\.la:$(pkg-config --libs-only-L --libs-only-l gstreamer-riff-${MY_PV}):" \
105
		-e "s:\$(top_builddir)/gst-libs/gst/tag/libgsttag:${ROOT}/usr/$(get_libdir)/libgsttag:" \
106
		-e "s:\$(top_builddir)/gst-libs/gst/tag/libgsttag.*\.la:$(pkg-config --libs-only-L --libs-only-l gstreamer-tag-${MY_PV}):" \
106
		-e "s:\${top_builddir}/gst-libs/gst/tag/libgsttag:${ROOT}/usr/$(get_libdir)/libgsttag:" \
107
		-e "s:\${top_builddir}/gst-libs/gst/tag/libgsttag.*\.la:$(pkg-config --libs-only-L --libs-only-l gstreamer-tag-${MY_PV}):" \
107
		-e "s:\$(top_builddir)/gst-libs/gst/video/libgstvideo:${ROOT}/usr/$(get_libdir)/libgstvideo:" \
108
		-e "s:\$(top_builddir)/gst-libs/gst/video/libgstvideo.*\.la:$(pkg-config --libs-only-L --libs-only-l gstreamer-video-${MY_PV}):" \
108
		-e "s:\${top_builddir}/gst-libs/gst/video/libgstvideo:${ROOT}/usr/$(get_libdir)/libgstvideo:" \
109
		-e "s:\${top_builddir}/gst-libs/gst/video/libgstvideo.*\.la:$(pkg-config --libs-only-L --libs-only-l gstreamer-video-${MY_PV}):" \
109
		-e "s:\$(top_builddir)/gst-libs/gst/netbuffer/libgstnetbuffer:${ROOT}/usr/$(get_libdir)/libgstnetbuffer:" \
110
		-e "s:\$(top_builddir)/gst-libs/gst/netbuffer/libgstnetbuffer.*\.la:$(pkg-config --libs-only-L --libs-only-l gstreamer-netbuffer-${MY_PV}):" \
110
		-e "s:\${top_builddir}/gst-libs/gst/netbuffer/libgstnetbuffer:${ROOT}/usr/$(get_libdir)/libgstnetbuffer:" \
111
		-e "s:\${top_builddir}/gst-libs/gst/netbuffer/libgstnetbuffer.*\.la:$(pkg-config --libs-only-L --libs-only-l gstreamer-netbuffer-${MY_PV}):" \
111
		-e "s:\$(top_builddir)/gst-libs/gst/rtp/libgstrtp:${ROOT}/usr/$(get_libdir)/libgstrtp:" \
112
		-e "s:\$(top_builddir)/gst-libs/gst/rtp/libgstrtp.*\.la:$(pkg-config --libs-only-L --libs-only-l gstreamer-rtp-${MY_PV}):" \
112
		-e "s:\${top_builddir}/gst-libs/gst/rtp/libgstrtp:${ROOT}/usr/$(get_libdir)/libgstrtp:" \
113
		-e "s:\${top_builddir}/gst-libs/gst/rtp/libgstrtp.*\.la:$(pkg-config --libs-only-L --libs-only-l gstreamer-rtp-${MY_PV}):" \
113
		-i Makefile.in
114
		-i Makefile.in
114
#	cd ${S}
115
#	cd ${S}
115
116

Return to bug 300256