FreeBSD Bugzilla – Attachment 147594 Details for
Bug 192541
[patch] www/linux-f10-flashplugin11: drop libflashsupport now that ALSA works fine
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
use alsa (f10 and c6)
use_alsa.diff (text/plain), 4.54 KB, created by
Jan Beich
on 2014-09-23 12:04:09 UTC
(
hide
)
Description:
use alsa (f10 and c6)
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2014-09-23 12:04:09 UTC
Size:
4.54 KB
patch
obsolete
>Index: www/linux-f10-flashplugin11/Makefile >=================================================================== >--- www/linux-f10-flashplugin11/Makefile (revision 369031) >+++ www/linux-f10-flashplugin11/Makefile (working copy) >@@ -4,10 +4,8 @@ > PORTNAME= flashplugin > PORTVERSION= 11.2r202.400 > CATEGORIES= www multimedia linux >-MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/\./}/:plugin \ >- LOCAL/nox:suplib >-DISTFILES= install_flash_player_11_linux.i386.tar.gz:plugin \ >- linux-f10-flashsupport-9.0.1.i386.tar.gz:suplib >+MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/\./}/ >+DISTFILES= install_flash_player_11_linux.i386.tar.gz > > MAINTAINER= eadler@FreeBSD.org > COMMENT= Adobe Flash Player NPAPI Plugin >@@ -16,11 +14,11 @@ DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} > > ONLY_FOR_ARCHS= amd64 i386 > USE_LINUX= yes >-USE_LINUX_APPS= openssl curl cyrus-sasl2 libssh2 nspr nss openldap gtk2 >+USE_LINUX_APPS= alsalib alsa-plugins-oss openssl curl cyrus-sasl2 \ >+ libssh2 nspr nss openldap gtk2 > WANT_GNOME= yes > > RESTRICTED= Redistribution not allowed >-RESTRICTED_FILES= ${DISTFILES:Nlinux-f10-flashsupport*:C/:[^:]+$//} > > NO_BUILD= yes > NO_WRKSUBDIR= yes >@@ -46,7 +44,6 @@ post-patch: > do-install: > ${MKDIR} ${STAGEDIR}${WEBPLUGIN_DIR} ${STAGEDIR}${LINUXBASE}/usr/lib > ${INSTALL_LIB} ${WRKDIR}/libflashplayer.so ${STAGEDIR}${WEBPLUGIN_DIR} >- ${INSTALL_LIB} ${WRKDIR}/libflashsupport.so ${STAGEDIR}${LINUXBASE}/usr/lib > ${INSTALL_PROGRAM} ${WRKDIR}/usr/bin/flash-player-properties ${STAGEDIR}${PREFIX}/bin > ${INSTALL_DATA} ${WRKDIR}/usr/share/applications/flash-player-properties.desktop ${STAGEDIR}${DESKTOPDIR} > (cd ${WRKDIR}/usr/share/icons && ${COPYTREE_SHARE} hicolor ${STAGEDIR}${PREFIX}/share/icons) >Index: www/linux-f10-flashplugin11/pkg-plist >=================================================================== >--- www/linux-f10-flashplugin11/pkg-plist (revision 369031) >+++ www/linux-f10-flashplugin11/pkg-plist (working copy) >@@ -6,4 +6,3 @@ share/icons/hicolor/22x22/apps/flash-player-proper > share/icons/hicolor/24x24/apps/flash-player-properties.png > share/icons/hicolor/32x32/apps/flash-player-properties.png > share/icons/hicolor/48x48/apps/flash-player-properties.png >-/compat/linux/usr/lib/libflashsupport.so >Index: www/linux-c6-flashplugin11/Makefile >=================================================================== >--- www/linux-c6-flashplugin11/Makefile (revision 369046) >+++ www/linux-c6-flashplugin11/Makefile (working copy) >@@ -4,11 +4,9 @@ > PORTNAME= flashplugin > PORTVERSION= 11.2r202.400 > CATEGORIES= www multimedia linux >-MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/\./}/:plugin \ >- LOCAL/nox:suplib >+MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/\./}/ > PKGNAMEPREFIX= linux-${USE_LINUX}- >-DISTFILES= install_flash_player_11_linux.i386.tar.gz:plugin \ >- linux-f10-flashsupport-9.0.1.i386.tar.gz:suplib >+DISTFILES= install_flash_player_11_linux.i386.tar.gz > DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} > > MAINTAINER= eadler@FreeBSD.org >@@ -16,11 +14,11 @@ COMMENT= Adobe Flash Player NPAPI Plugin > > ONLY_FOR_ARCHS= amd64 i386 > USE_LINUX= c6 >-USE_LINUX_APPS= openssl curl cyrus-sasl2 nspr nss gtk2 #-alsalib libssh2 openldap >+USE_LINUX_APPS= alsalib alsa-plugins-oss openssl curl cyrus-sasl2 \ >+ nspr nss gtk2 # libssh2 openldap > WANT_GNOME= yes > > RESTRICTED= Redistribution not allowed >-RESTRICTED_FILES= ${DISTFILES:Nlinux-f10-flashsupport*:C/:[^:]+$//} > > NO_BUILD= yes > NO_WRKSUBDIR= yes >@@ -46,7 +44,6 @@ post-patch: > do-install: > ${MKDIR} ${STAGEDIR}${WEBPLUGIN_DIR} ${STAGEDIR}${LINUXBASE}/usr/lib > ${INSTALL_LIB} ${WRKDIR}/libflashplayer.so ${STAGEDIR}${WEBPLUGIN_DIR} >- ${INSTALL_LIB} ${WRKDIR}/libflashsupport.so ${STAGEDIR}${LINUXBASE}/usr/lib > ${INSTALL_PROGRAM} ${WRKDIR}/usr/bin/flash-player-properties ${STAGEDIR}${PREFIX}/bin > ${INSTALL_DATA} ${WRKDIR}/usr/share/applications/flash-player-properties.desktop ${STAGEDIR}${DESKTOPDIR} > (cd ${WRKDIR}/usr/share/icons && ${COPYTREE_SHARE} hicolor ${STAGEDIR}${PREFIX}/share/icons) >Index: www/linux-c6-flashplugin11/pkg-plist >=================================================================== >--- www/linux-c6-flashplugin11/pkg-plist (revision 369046) >+++ www/linux-c6-flashplugin11/pkg-plist (working copy) >@@ -6,4 +6,3 @@ share/icons/hicolor/22x22/apps/flash-player-proper > share/icons/hicolor/24x24/apps/flash-player-properties.png > share/icons/hicolor/32x32/apps/flash-player-properties.png > share/icons/hicolor/48x48/apps/flash-player-properties.png >-/compat/linux/usr/lib/libflashsupport.so
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 192541
:
145600
|
147594
|
148156
|
149454
|
149814