Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 240895 Details for
Bug 328599
media-plugins/npapi-vlc - nsbrowser plugin install path should be moved
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixup where the plugin is actually installed to eliminate empty dirs from being installed on ${ROOT}
vlc-nsplugin-fixup.diff (text/plain), 1.02 KB, created by
Jory A. Pratt
on 2010-07-31 22:33:04 UTC
(
hide
)
Description:
fixup where the plugin is actually installed to eliminate empty dirs from being installed on ${ROOT}
Filename:
MIME Type:
Creator:
Jory A. Pratt
Created:
2010-07-31 22:33:04 UTC
Size:
1.02 KB
patch
obsolete
>Index: vlc-1.1.1.ebuild >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.1.1.ebuild,v >retrieving revision 1.2 >diff -u -B -r1.2 vlc-1.1.1.ebuild >--- vlc-1.1.1.ebuild 22 Jul 2010 06:39:54 -0000 1.2 >+++ vlc-1.1.1.ebuild 31 Jul 2010 22:23:58 -0000 >@@ -212,6 +212,11 @@ > > EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches" > eautoreconf >+ >+ # Fix plugin install dir >+ einfo "Fixing installation location for libvlcplugin" >+ sed -i -e 's:\$(libdir)\/mozilla\/plugins:\$(libdir)\/nsbrowser\/plugins:g' \ >+ ${S}/projects/mozilla/Makefile.am || die "failed to fix libvlcplugin installation dir" > } > > src_configure() { >@@ -343,12 +348,6 @@ > rm -rf "${D}/usr/share/doc/vlc" \ > "${D}"/usr/share/vlc/vlc{16x16,32x32,48x48,128x128}.{png,xpm,ico} > >- if use nsplugin; then >- dodir "/usr/$(get_libdir)/${PLUGINS_DIR}" >- mv "${D}"/usr/$(get_libdir)/mozilla/plugins/* \ >- "${D}/usr/$(get_libdir)/${PLUGINS_DIR}/" >- fi >- > use skins || rm -rf "${D}/usr/share/vlc/skins2" > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 328599
:
239543
|
240895
|
240897