Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2014 22:38:27 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1762 - branches/firefox33/www/linux-c6-freshplayerplugin branches/firefox33/www/linux-seamonkey branches/firefox33/www/linux-tor-browser trunk/www/linux-c6-freshplayerplugin trunk/www/linux-seamonkey trunk/www/linux-tor-browser
Message-ID:  <201411172238.sAHMcRDs021218@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Nov 17 22:38:27 2014
New Revision: 1762

Log:
require gdk-pixbuf2 after r372445

Modified:
   branches/firefox33/www/linux-c6-freshplayerplugin/Makefile
   branches/firefox33/www/linux-seamonkey/Makefile.common
   branches/firefox33/www/linux-tor-browser/Makefile
   trunk/www/linux-c6-freshplayerplugin/Makefile
   trunk/www/linux-seamonkey/Makefile.common
   trunk/www/linux-tor-browser/Makefile

Modified: branches/firefox33/www/linux-c6-freshplayerplugin/Makefile
==============================================================================
--- branches/firefox33/www/linux-c6-freshplayerplugin/Makefile	Mon Nov 17 22:15:04 2014	(r1761)
+++ branches/firefox33/www/linux-c6-freshplayerplugin/Makefile	Mon Nov 17 22:38:27 2014	(r1762)
@@ -20,7 +20,7 @@
 
 USES=		cmake webplugin:linux
 USE_LINUX=	c6
-USE_LINUX_APPS=	atk fontconfig gtk2 pango \
+USE_LINUX_APPS=	atk fontconfig gdkpixbuf gtk2 pango \
 		alsalib alsa-plugins-oss
 BUILD_WRKSRC=	${WRKDIR}/centos6
 WEBPLUGIN_FILES=libfreshwrapper-pepperflash.so

Modified: branches/firefox33/www/linux-seamonkey/Makefile.common
==============================================================================
--- branches/firefox33/www/linux-seamonkey/Makefile.common	Mon Nov 17 22:15:04 2014	(r1761)
+++ branches/firefox33/www/linux-seamonkey/Makefile.common	Mon Nov 17 22:38:27 2014	(r1762)
@@ -29,7 +29,7 @@
 BIN_NAME?=	${PORTNAME}
 USE_LINUX=	yes
 USE_LINUX_APPS+=alsalib alsa-plugins-oss atk dbusglib dbuslibs \
-		fontconfig gtk2 hicontheme pango
+		fontconfig gdkpixbuf gtk2 hicontheme pango
 
 WRKSRC?=	${WRKDIR}/${BIN_NAME}
 FDIR=		${STAGEDIR}${PREFIX}/lib/${APP_NAME}

Modified: branches/firefox33/www/linux-tor-browser/Makefile
==============================================================================
--- branches/firefox33/www/linux-tor-browser/Makefile	Mon Nov 17 22:15:04 2014	(r1761)
+++ branches/firefox33/www/linux-tor-browser/Makefile	Mon Nov 17 22:38:27 2014	(r1762)
@@ -23,7 +23,7 @@
 SHEBANG_FILES=	Browser/start-tor-browser
 bash_CMD=	${LINUXBASE}/bin/bash
 USE_LINUX=	c6 # __longjmp_chk@GLIBC_2.11
-USE_LINUX_APPS=	atk fontconfig gtk2 pango \
+USE_LINUX_APPS=	atk fontconfig gdkpixbuf gtk2 pango \
 		dbusglib dbuslibs alsalib alsa-plugins-oss
 NO_BUILD=	yes
 

Modified: trunk/www/linux-c6-freshplayerplugin/Makefile
==============================================================================
--- trunk/www/linux-c6-freshplayerplugin/Makefile	Mon Nov 17 22:15:04 2014	(r1761)
+++ trunk/www/linux-c6-freshplayerplugin/Makefile	Mon Nov 17 22:38:27 2014	(r1762)
@@ -20,7 +20,7 @@
 
 USES=		cmake webplugin:linux
 USE_LINUX=	c6
-USE_LINUX_APPS=	atk fontconfig gtk2 pango \
+USE_LINUX_APPS=	atk fontconfig gdkpixbuf gtk2 pango \
 		alsalib alsa-plugins-oss
 BUILD_WRKSRC=	${WRKDIR}/centos6
 WEBPLUGIN_FILES=libfreshwrapper-pepperflash.so

Modified: trunk/www/linux-seamonkey/Makefile.common
==============================================================================
--- trunk/www/linux-seamonkey/Makefile.common	Mon Nov 17 22:15:04 2014	(r1761)
+++ trunk/www/linux-seamonkey/Makefile.common	Mon Nov 17 22:38:27 2014	(r1762)
@@ -29,7 +29,7 @@
 BIN_NAME?=	${PORTNAME}
 USE_LINUX=	yes
 USE_LINUX_APPS+=alsalib alsa-plugins-oss atk dbusglib dbuslibs \
-		fontconfig gtk2 hicontheme pango
+		fontconfig gdkpixbuf gtk2 hicontheme pango
 
 WRKSRC?=	${WRKDIR}/${BIN_NAME}
 FDIR=		${STAGEDIR}${PREFIX}/lib/${APP_NAME}

Modified: trunk/www/linux-tor-browser/Makefile
==============================================================================
--- trunk/www/linux-tor-browser/Makefile	Mon Nov 17 22:15:04 2014	(r1761)
+++ trunk/www/linux-tor-browser/Makefile	Mon Nov 17 22:38:27 2014	(r1762)
@@ -23,7 +23,7 @@
 SHEBANG_FILES=	Browser/start-tor-browser
 bash_CMD=	${LINUXBASE}/bin/bash
 USE_LINUX=	c6 # __longjmp_chk@GLIBC_2.11
-USE_LINUX_APPS=	atk fontconfig gtk2 pango \
+USE_LINUX_APPS=	atk fontconfig gdkpixbuf gtk2 pango \
 		dbusglib dbuslibs alsalib alsa-plugins-oss
 NO_BUILD=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411172238.sAHMcRDs021218>