Ticket #48: emotion-sandbox.patch
| File emotion-sandbox.patch, 1.0 KB (added by tomboy64, 3 years ago) |
|---|
-
/usr/portage/local/layman/openmoko/trunk/openmoko-target/media-libs/emotion/
old new 12 12 KEYWORDS="~arm ~x86 ~amd64" 13 13 IUSE="gstreamer xine vlc" 14 14 15 RDEPEND="=dev-libs/eet-${PV R}16 =x11-libs/evas-${PV R}17 =x11-libs/ecore-${PV R}18 =media-libs/edje-${PV R}15 RDEPEND="=dev-libs/eet-${PV} 16 =x11-libs/evas-${PV} 17 =x11-libs/ecore-${PV} 18 =media-libs/edje-${PV} 19 19 gstreamer? ( media-libs/gstreamer 20 20 media-libs/gst-plugins-base ) 21 21 xine? ( media-libs/xine-lib ) … … 27 27 S="${WORKDIR}/${PN}" 28 28 29 29 src_compile() { 30 #fixme: why does it need write access here, probably need to set up a 31 # fake home in /var/tmp like other pkgs do 32 # stolen straight from http://bugs.gentoo.org/show_bug.cgi?id=133341#c3 33 addpredict "/root/.gstreamer-0.10" 34 30 35 local myconf 31 36 32 37 myconf="${myconf}
