Index: head/graphics/avidemux/Makefile =================================================================== --- head/graphics/avidemux/Makefile (revision 65521) +++ head/graphics/avidemux/Makefile (revision 65522) @@ -1,39 +1,40 @@ # New ports collection makefile for: avidemux # Date created: 15 August 2002 # Whom: Anish Mistry # with help from mean # $FreeBSD$ # PORTNAME= avidemux PORTVERSION= 0.9.0.12 CATEGORIES= graphics MASTER_SITES= http://fixounet.free.fr/avidemux/ DISTNAME= avidemux-0.9pre12 EXTRACT_SUFX= .tgz MAINTAINER= amistry@am-productions.biz LIB_DEPENDS= xvidcore.0:${PORTSDIR}/graphics/xvid \ mp3lame.0:${PORTSDIR}/audio/lame \ mad.1:${PORTSDIR}/audio/mad BUILD_DEPENDS= \ ${LINUXBASE}/usr/include/divx/decore.h:${PORTSDIR}/graphics/divx4linux \ ${X11BASE}/include/X11/extensions/Xvlib.h:${PORTSDIR}/graphics/xv USE_REINPLACE= yes USE_X_PREFIX= yes USE_XLIB= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \ -I${LINUXBASE}/usr/include/divx" \ LIBFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --with-xvid-as-decoder USE_GMAKE= yes post-patch: @${REINPLACE_CMD} 's/-lpthread/${PTHREAD_LIBS}/g' ${WRKSRC}/configure .include Property changes on: head/graphics/avidemux/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/bbrb/Makefile =================================================================== --- head/graphics/bbrb/Makefile (revision 65521) +++ head/graphics/bbrb/Makefile (revision 65522) @@ -1,24 +1,24 @@ # New ports collection makefile for: bbrb # Date created: 19 February 2002 # Whom: Dan Peck # # $FreeBSD$ # PORTNAME= bbrb PORTVERSION= 0.2.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv \ blackbox:${PORTSDIR}/x11-wm/blackbox USE_X_PREFIX= yes -USE_GTK= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib GNU_CONFIGURE= yes .include Property changes on: head/graphics/bbrb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/chbg/Makefile =================================================================== --- head/graphics/chbg/Makefile (revision 65521) +++ head/graphics/chbg/Makefile (revision 65522) @@ -1,45 +1,44 @@ # New ports collection makefile for: chbg # Date created: 10 Dec 1999 # Whom: Peter Jones # # $FreeBSD$ # PORTNAME= chbg PORTVERSION= 1.5 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.idata.sk/~ondrej/sw/ MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= netchild@FreeBSD.org -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf/ - # GNOME parts aren't prefix safe, they install into "gnome-config --prefix" USE_X_PREFIX= yes USE_GNOMENG= yes +USE_GNOME= gdkpixbuf WANT_GNOME= yes USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include .if ${HAVE_GNOME:Mlibcapplet} != "" USE_GNOME+= gnomeprefix gnomehack libcapplet PKGNAMESUFFIX= -gnome .else -USE_GTK= yes +USE_GNOME+= gtk12 .endif MAN1= chbg.1 post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure .include Property changes on: head/graphics/chbg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/graphics/cqcam/Makefile =================================================================== --- head/graphics/cqcam/Makefile (revision 65521) +++ head/graphics/cqcam/Makefile (revision 65522) @@ -1,50 +1,51 @@ # New ports collection makefile for: cqcam # Date created: 29 Oct 1997 # Whom: Kensaku Masuda # # $FreeBSD$ # PORTNAME= cqcam PORTVERSION= 0.91 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.cs.duke.edu/~reynolds/cqcam/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg ONLY_FOR_ARCHS= i386 USE_XLIB= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALL_TARGET= bininstall MAN1= cqcam.1 MLINKS= cqcam.1 webcam.1 \ cqcam.1 xcqcam.1 PORTDOCS= README docs/APINOTES docs/CHANGES docs/README.webcam \ docs/refresh.html docs/webcam.html docs/README.movies post-install: .for file in cqcam gtkcam webcam xcqcam @strip ${PREFIX}/bin/${file} .endfor ${INSTALL_MAN} ${WRKSRC}/docs/cqcam.1 ${MANPREFIX}/man/man1 @${MKDIR} ${PREFIX}/share/examples/cqcam ${INSTALL_DATA} ${WRKSRC}/.cqcrc ${PREFIX}/share/examples/cqcam/sample.cqcrc ${INSTALL_DATA} ${WRKSRC}/webcam/nph-webcam ${PREFIX}/share/examples/cqcam/sample.nph-webcam .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif @${SED} -e "s:/usr/local:${PREFIX}:" ${PKGMESSAGE} .include Property changes on: head/graphics/cqcam/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/graphics/divxcalc/Makefile =================================================================== --- head/graphics/divxcalc/Makefile (revision 65521) +++ head/graphics/divxcalc/Makefile (revision 65522) @@ -1,33 +1,34 @@ # ex:ts=8 # Ports collection makefile for: divxcalc # Date created: Mar 21, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= divxcalc PORTVERSION= 0.4 CATEGORIES= graphics MASTER_SITES= http://members.ams.chello.nl/r.slooten2/divxcalc/ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/share/automake14/automake/install-sh:${PORTSDIR}/devel/automake14 USE_REINPLACE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e "s,Bison ,Bison,g" ${WRKSRC}/configure pre-configure: .for file in config.guess config.sub install-sh missing mkinstalldirs @${LN} -sf ${LOCALBASE}/share/automake14/automake/${file} ${WRKSRC} .endfor .include Property changes on: head/graphics/divxcalc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/graphics/fnlib/Makefile =================================================================== --- head/graphics/fnlib/Makefile (revision 65521) +++ head/graphics/fnlib/Makefile (revision 65522) @@ -1,23 +1,24 @@ # New ports collection makefile for: fnlib # Date created: 23 June 1997 # Whom: brett@peloton.physics.montana.edu # # $FreeBSD$ # PORTNAME= fnlib PORTVERSION= 0.5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment MAINTAINER= ports@FreeBSD.org USE_X_PREFIX= yes USE_GMAKE= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" .include Property changes on: head/graphics/fnlib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/graphics/g3dviewer/Makefile =================================================================== --- head/graphics/g3dviewer/Makefile (revision 65521) +++ head/graphics/g3dviewer/Makefile (revision 65522) @@ -1,25 +1,26 @@ # ex:ts=8 # Ports collection makefile for: g3dviewer # Date created: May 30, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= g3dviewer PORTVERSION= 0.0.3 CATEGORIES= graphics MASTER_SITES= http://madsworld.exhome.de/downloads/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_MESA= yes GNU_CONFIGURE= yes CONFIGURE_ENV= \ CPPFLAGS="${PTHREAD_CFLAGS} `${GTK_CONFIG} --cflags`" \ LDFLAGS="${PTHREAD_LIBS} `${GTK_CONFIG} --libs` -lGL -lGLU -lglut" .include Property changes on: head/graphics/g3dviewer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/gcolor/Makefile =================================================================== --- head/graphics/gcolor/Makefile (revision 65521) +++ head/graphics/gcolor/Makefile (revision 65522) @@ -1,27 +1,28 @@ # New ports collection makefile for: gcolor # Date created: 20 Feb 2000 # Whom: Will Andrews # # $FreeBSD$ # PORTNAME= gcolor PORTVERSION= 0.4 CATEGORIES= graphics x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" pre-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure .include Property changes on: head/graphics/gcolor/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/graphics/geist/Makefile =================================================================== --- head/graphics/geist/Makefile (revision 65521) +++ head/graphics/geist/Makefile (revision 65522) @@ -1,26 +1,27 @@ # New ports collection makefile for: geist # Date created: 24 Oct 2000 # Whom: Jeremy Norris # # $FreeBSD$ # PORTNAME= geist PORTVERSION= 0.0.3 CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 \ xml2.5:${PORTSDIR}/textproc/libxml2 XML_CONFIG?= ${LOCALBASE}/bin/xml2-config GNU_CONFIGURE= yes USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LIBS="-L${X11BASE}/lib" \ XML_CONFIG="${XML_CONFIG}" .include Property changes on: head/graphics/geist/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/graphics/gimageview/Makefile =================================================================== --- head/graphics/gimageview/Makefile (revision 65521) +++ head/graphics/gimageview/Makefile (revision 65522) @@ -1,42 +1,44 @@ # New ports collection makefile for: gimageview # Date Created: 5 Feb 2002 # Whom: TATEISHI Katsuyuki # # $FreeBSD$ # PORTNAME= gimageview PORTVERSION= 0.2.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkmmviewer MAINTAINER= katsu@iec.hiroshima-u.ac.jp LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 +WANT_GNOME= yes GNU_CONFIGURE= yes -WANT_IMLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include -.if defined(HAVE_IMLIB) -USE_IMLIB= yes +.if ${HAVE_GNOME:Mimlib}!="" +USE_GNOME+= imlib +PKGNAMESUFFIX= -imlib .endif post-patch: @${PERL} -pi -e 's/DATADIRNAME=lib/DATADIRNAME=share/g' \ ${WRKSRC}/configure post-configure: .if !defined(USE_IMLIB) @${FIND} ${WRKSRC} -name 'Makefile' | ${XARGS} ${PERL} -pi.orig -e \ 's/^(GDK_IMLIB_(CFLAGS|LIBS) =).*$$/$${1}/' .endif .include Property changes on: head/graphics/gimageview/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/graphics/giram/Makefile =================================================================== --- head/graphics/giram/Makefile (revision 65521) +++ head/graphics/giram/Makefile (revision 65522) @@ -1,47 +1,49 @@ # New ports collection makefile for: giram # Date created: 17 June 1999 # Whom: Brandon Fosdick # # $FreeBSD$ # PORTNAME= giram PORTVERSION= 0.1.7 CATEGORIES= graphics MASTER_SITES= ftp://ftp.giram.org/pub/ DISTNAME= Giram-${PORTVERSION} MAINTAINER= bfoz@glue.umd.edu RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray31 USE_BZIP2= yes USE_X_PREFIX= yes USE_MESA= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gl=${X11BASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mlibcapplet}!="" +USE_GNOME+= libcapplet +PKGNAMESUFFIX= -gnome .else CONFIGURE_ARGS+=--disable-gnome .endif pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure post-install: @${MKDIR} ${PREFIX}/share/doc/giram/SampleScenes ${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/share/doc/giram/SampleScenes/ .include Property changes on: head/graphics/giram/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/graphics/gkrellkam/Makefile =================================================================== --- head/graphics/gkrellkam/Makefile (revision 65521) +++ head/graphics/gkrellkam/Makefile (revision 65522) @@ -1,33 +1,33 @@ # New ports collection makefile for: gkrellkam # Date Created: Fri Aug 17 15:57:42 EDT 2001 # Whom: Patrick Li # # $FreeBSD$ # PORTNAME= gkrellkam PORTVERSION= 0.3.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= pat@FreeBSD.org BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} USE_X_PREFIX= yes -USE_GTK= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_GMAKE= yes MAN5= gkrellkam-list.5 do-install: @${INSTALL_DATA} ${WRKSRC}/gkrellkam.so \ ${PREFIX}/libexec/gkrellm/plugins @${INSTALL_MAN} ${WRKSRC}/gkrellkam-list.5 ${MANPREFIX}/man/man5 .include Property changes on: head/graphics/gkrellkam/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/graphics/gliv/Makefile =================================================================== --- head/graphics/gliv/Makefile (revision 65521) +++ head/graphics/gliv/Makefile (revision 65522) @@ -1,40 +1,41 @@ # ports collection makefile for: gliv # Date created: 16 March 2001 # Whom: Jeremy Norris # # $FreeBSD$ # PORTNAME= gliv PORTVERSION= 1.5.3 CATEGORIES= graphics MASTER_SITES= http://gliv.tuxfamily.org/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea RUN_DEPENDS= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick USE_BZIP2= yes USE_REINPLACE= yes USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ GDK_PIXBUF_CONFIG=${X11BASE}/bin/gdk-pixbuf-config CONFIGURE_ARGS= --disable-gtk2 MAN1= gliv.1 CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lXext -lX11 -lgnugetopt \ ${PTHREAD_LIBS} post-patch: @${REINPLACE_CMD} -e \ 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include Property changes on: head/graphics/gliv/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/graphics/gopchop/Makefile =================================================================== --- head/graphics/gopchop/Makefile (revision 65521) +++ head/graphics/gopchop/Makefile (revision 65522) @@ -1,38 +1,39 @@ # ex:ts=8 # Ports collection makefile for: GOPchop # Date created: Apr 24, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= gopchop PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://outflux.net/unix/software/GOPchop/download/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= GOPchop-${PORTVERSION} MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libvo.a:${PORTSDIR}/graphics/libmpeg2 LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ mpeg2.0:${PORTSDIR}/graphics/libmpeg2 -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CPPFLAGS= -I${LOCALBASE}/include -D__GNU_LIBRARY__ ${PTHREAD_CFLAGS} +CPPFLAGS= -I${LOCALBASE}/include -D__GNU_LIBRARY__ ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -lgnugetopt ${PTHREAD_LIBS} post-patch: @${REINPLACE_CMD} -e 's|-lSDL |-lSDL-1.1 |g ; \ s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-lglib||g' ${WRKSRC}/src/Makefile.in .include Property changes on: head/graphics/gopchop/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/graphics/gphoto2/Makefile =================================================================== --- head/graphics/gphoto2/Makefile (revision 65521) +++ head/graphics/gphoto2/Makefile (revision 65522) @@ -1,64 +1,65 @@ # New ports collection makefile for: gphoto # Date created: 26 May 1999 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= gphoto2 PORTVERSION= 2.1.0 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.gphoto.net/dist/ MASTER_SITE_SUBDIR= gphoto MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ usb-0.1.5:${PORTSDIR}/devel/libusb \ aa.1:${PORTSDIR}/graphics/aalib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ exif.7:${PORTSDIR}/graphics/libexif RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_REINPLACE= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --without-cdk --without-fig2dev --without-xmlto INSTALLS_SHLIB= yes MAN1= gphoto2.1 MAN3= gphoto2.3 gphoto2_port.3 post-patch: .for file in configure libgphoto2_port/configure @${REINPLACE_CMD} -e 's|-g -Wall||g ; \ s|-pthread|${PTHREAD_LIBS:S/"//g}|g' ${WRKSRC}/${file} .endfor @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|`glib-config|`\$$(GLIB_CONFIG)|g ; \ s| install-docDATA||g ; \ s| install-figureDATA||g ; \ s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in AUTHORS NEWS README doc/FAQ doc/gphoto2-cli.txt doc/gphoto2.txt ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor @${MKDIR} ${PREFIX}/share/doc/libgphoto2_port .for file in AUTHORS NEWS README ${INSTALL_DATA} ${WRKSRC}/libgphoto2_port/${file} \ ${PREFIX}/share/doc/libgphoto2_port .endfor .endif .include Property changes on: head/graphics/gphoto2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/graphics/gqview/Makefile =================================================================== --- head/graphics/gqview/Makefile (revision 65521) +++ head/graphics/gqview/Makefile (revision 65522) @@ -1,45 +1,45 @@ # New ports collection makefile for: gqview # Date Created: 27 Oct 1998 # Whom: Vanilla Pooh Shu # # $FreeBSD$ # PORTNAME= gqview PORTVERSION= 1.1.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf - USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gdkpixbuf WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mlibcapplet}!="" +USE_GNOME+= libcapplet +PKGNAMESUFFIX= -gnome .endif MAN1= gqview.1 pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|GNOME_DATADIR\)/gnome/|GNOME_DATADIR\)/|g' post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/gqview ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview .endif .include Property changes on: head/graphics/gqview/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.34 \ No newline at end of property +1.35 \ No newline at end of property Index: head/graphics/gsculpt/Makefile =================================================================== --- head/graphics/gsculpt/Makefile (revision 65521) +++ head/graphics/gsculpt/Makefile (revision 65522) @@ -1,33 +1,34 @@ # ex:ts=8 # New ports collection makefile for: gSculpt # Date created: Oct 10, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= gsculpt PORTVERSION= 0.3 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://gsculpt.sourceforge.net/downloads/ DISTNAME= gSculpt-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/gSculpt-${PORTVERSION} USE_REINPLACE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e "s,-O3 -Wall -Werror,${CXXFLAGS},g ; \ s,gtk-config,${GTK_CONFIG},g ; \ s,/usr/include/glib.h,${LOCALBASE}/include/glib12/glib.h,g ; \ s,/usr/include/gtk/,${X11BASE}/include/gtk12/gtk/,g ; \ s,/usr/include/gdk/,${X11BASE}/include/gtk12/gdk/,g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/gsculpt ${PREFIX}/bin .include Property changes on: head/graphics/gsculpt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/graphics/gstreamer-plugins/Makefile =================================================================== --- head/graphics/gstreamer-plugins/Makefile (revision 65521) +++ head/graphics/gstreamer-plugins/Makefile (revision 65522) @@ -1,541 +1,544 @@ # New ports collection makefile for: gstreamer plugins # Date created: Wed Jul 10 23:38:01 UTC 2002 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= gstreamer PORTVERSION= 0.4.0 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMESUFFIX= -plugins DISTNAME= gst-plugins-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 \ gstreamer.0:${PORTSDIR}/graphics/gstreamer \ popt.0:${PORTSDIR}/devel/popt \ xml2.5:${PORTSDIR}/textproc/libxml2 USE_BZIP2= yes USE_LIBTOOL= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-tests \ --disable-alsa \ --disable-mjpegtools \ --disable-qcam \ --disable-v4l CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \ SDL_CONFIG=${SDL_CONFIG} \ XMMS_CONFIG=${XMMS_CONFIG} \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" INSTALLS_SHLIB= yes PLIST_SUB= LOCALBASE="${LOCALBASE}" # for esound detection -WANT_ESOUND= yes +USE_GNOMENG= yes +WANT_GNOME= yes MAN1= gst-launch-ext.1 gst-visualise.1 PKG_CONFIG?="${LOCALBASE}/bin/pkg-config" SDL_CONFIG?="${LOCALBASE}/bin/sdl11-config" XMMS_CONFIG?="${LOCALBASE}/bin/xmms-config" post-patch: # as of this writing, FreeBSD does not support lrint* C99 math functions # do not prefix binary names with anything @${REINPLACE_CMD} -E -e \ 's|^#define.*LRINT.*$$||; \ s|(@program_transform_name@),[^,]+,|\1,s/$$$$//,|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} # use proper dir @${REINPLACE_CMD} -E -e \ 's|^(pkgconfigdir).*$$|\1=${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in # remove version number from include dir name @${REINPLACE_CMD} -E -e \ 's|-@VERSION@||' \ ${WRKSRC}/gstreamer-libs.pc.in # remove version number from include dir name @${FIND} ${WRKSRC} -type f -name Makefile.in | \ ${XARGS} -n 10 ${REINPLACE_CMD} -E -e \ 's|^(lib[[:alpha:]]+includedir.+)-@VERSION@|\1|' # gconf is not working in this release @${REINPLACE_CMD} -E -e \ 's,^((DIST_SUBDIRS|SUBDIRS).+)gconf,\1,' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/gst-libs/gst/Makefile.in # mcopidl takes the file as the last argument @${REINPLACE_CMD} -E -e \ 's|(mcopidl.+)(\$$<)(.+)$$|\1 \3 \2|' \ ${WRKSRC}/ext/arts/Makefile.in # no linux/cdrom.h @${REINPLACE_CMD} -E -e \ 's|^#include[[:space:]]+.+linux/cdrom\.h.*$$||' \ ${WRKSRC}/ext/dvdread/dvdreadsrc.c # malloc.h was deprecated in favor of stdlib.h # inttypes.h not stdint.h @${FIND} ${WRKSRC} -type f | \ ${XARGS} -n 10 ${REINPLACE_CMD} -e \ 's|malloc.h|stdlib.h|; \ s|stdint.h|inttypes.h|' .include CONFIGURE_ARGS+= \ --with-xmms-prefix=${LOCALBASE} \ --with-xmms-exec-prefix=${LOCALBASE} #--disable-cdparanoia #--disable-dv #--disable-dvdnav #--disable-dxr3 #--disable-examples #--disable-gnome_vfs #--disable-hermes #--disable-jack #--disable-ladspa #--disable-lcs #--disable-libdvtest #--disable-raw1394 #--disable-rtp #--disable-shout #--disable-sidplay #--disable-smoothwave #--disable-tarkin #--disable-tests #--disable-vcd #--disable-vga #--disable-xmms #--disable-xvideo ## ## auto detect possible plugins ## # aalib .if exists(${LOCALBASE}/lib/libaa.a) WITH_AALIB=yes .endif # arts .if exists(${LOCALBASE}/lib/libartsc.so.0) WITH_ARTS=yes .endif # avifile .if exists(${LOCALBASE}/lib/libaviplay.a) WITH_AVIFILE=yes .endif # esound .if exists(${LOCALBASE}/lib/libesd.a) -WITH_ESOUND=yes +USE_GNOME+= esound +PKGNAMESUFFIX= -esound .endif # flac .if exists(${LOCALBASE}/lib/libFLAC.a) WITH_FLAC=yes .endif # lame .if exists(${LOCALBASE}/lib/libmp3lame.a) WITH_LAME=yes .endif # gsm .if exists(${LOCALBASE}/lib/libgsm.a) WITH_GSM=yes .endif # jpeg .if exists(${LOCALBASE}/lib/libjpeg.a) WITH_JPEG=yes .endif # flac .if exists(${LOCALBASE}/lib/libFLAC.a) WITH_FLAC=yes .endif # liba52 .if exists(${LOCALBASE}/lib/liba52.a) WITH_LIBA52=yes .endif # libaudiofile .if exists(${LOCALBASE}/lib/libaudiofile.a) WITH_LIBAUDIOFILE=yes .endif # libdvdread .if exists(${LOCALBASE}/lib/libdvdread.a) WITH_LIBDVDREAD=yes .endif # libfame .if exists(${LOCALBASE}/lib/libfame.a) WITH_LIBFAME=yes .endif # libmikmod .if exists(${LOCALBASE}/lib/libmikmod.a) WITH_LIBMIKMOD=yes .endif # libmpeg2 .if exists(${LOCALBASE}/lib/libmpeg2.a) WITH_LIBMPEG2=yes .endif # mad .if exists(${LOCALBASE}/lib/libmad.a) WITH_MAD=yes .endif # openquicktime .if exists(${LOCALBASE}/lib/libopenquicktime.so) WITH_OPENQUICKTIME=yes .endif # png .if exists(${LOCALBASE}/lib/libpng.a) WITH_PNG=yes .endif # sdl .if exists(${LOCALBASE}/lib/libSDL-1.1.a) WITH_SDL=yes .endif # vorbis .if exists(${LOCALBASE}/lib/libvorbis.a) WITH_VORBIS=yes .endif ## ## control CONFIGURE options ## # aalib .ifndef(WITH_AALIB) CONFIGURE_ARGS+= --disable-aalib \ --disable-aalibtest PLIST_SUB+= AALIB="@comment " .else LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib CONFIGURE_ARGS+= --with-aalib-prefix=${LOCALBASE} \ --with-aalib-exec-prefix=${LOCALBASE} PLIST_SUB+= AALIB="" .endif # arts .ifndef(WITH_ARTS) CONFIGURE_ARGS+= --disable-arts \ --disable-artsc \ --disable-artstest PLIST_SUB+= ARTS="@comment " .else LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts CONFIGURE_ARGS+= --with-arts-prefix=${LOCALBASE} \ --with-arts-exec-prefix=${LOCALBASE} PLIST_SUB+= ARTS="" .endif # avifile .ifndef(WITH_AVIFILE) CONFIGURE_ARGS+= --disable-avifile PLIST_SUB+= AVIFILE="@comment " .else LIB_DEPENDS+= aviplay.0:${PORTSDIR}/graphics/avifile PLIST_SUB+= AVIFILE="" .endif # esound -.if !(defined(HAVE_ESOUND) || defined(WITH_ESOUND)) +.if !(${HAVE_GNOME:Mesound}!="" || defined(WITH_ESOUND)) CONFIGURE_ARGS+= --disable-esd \ --disable-esdtest PLIST_SUB+= ESOUND="@comment " .else -USE_ESOUND= yes +USE_GNOME+= esound +PKGNAMESUFFIX= -esound CONFIGURE_ARGS+= --with-esd-prefix=${LOCALBASE} \ --with-esd-exec-prefix=${LOCALBASE} PLIST_SUB+= ESOUND="" .endif # flac .ifndef(WITH_FLAC) CONFIGURE_ARGS+= --disable-flac PLIST_SUB+= FLAC="@comment " .else LIB_DEPENDS+= FLAC.3:${PORTSDIR}/audio/flac PLIST_SUB+= FLAC="" .endif # gsm .ifndef(WITH_GSM) CONFIGURE_ARGS+= --disable-gsm PLIST_SUB+= GSM="@comment " .else LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm PLIST_SUB+= GSM="" .endif # http .ifndef(WITH_HTTP) CONFIGURE_ARGS+= --disable-http PLIST_SUB+= HTTP="@comment " .else PLIST_SUB+= HTTP="" .endif # jpeg .ifndef(WITH_JPEG) CONFIGURE_ARGS+= --disable-jpeg PLIST_SUB+= JPEG="@comment " .else LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg PLIST_SUB+= JPEG="" .endif # lame .ifndef(WITH_LAME) CONFIGURE_ARGS+= --disable-lame PLIST_SUB+= LAME="@comment " .else LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame PLIST_SUB+= LAME="" .endif # liba52 .ifndef(WITH_LIBA52) CONFIGURE_ARGS+= --disable-a52dec PLIST_SUB+= LIBA52="@comment " .else LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg CONFIGURE_ARGS+= --with-a52dec-prefix=${LOCALBASE} PLIST_SUB+= LIBA52="" .endif # libaudiofile .ifndef(WITH_LIBAUDIOFILE) CONFIGURE_ARGS+= --disable-audiofile PLIST_SUB+= LIBAUDIOFILE="@comment " .else LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile PLIST_SUB+= LIBAUDIOFILE="" .endif # libdvdread .ifndef(WITH_LIBDVDREAD) CONFIGURE_ARGS+= --disable-dvdread PLIST_SUB+= LIBDVDREAD="@comment " .else LIB_DEPENDS+= dvdread.2:${PORTSDIR}/graphics/libdvdread PLIST_SUB+= LIBDVDREAD="" .endif # libfame .ifndef(WITH_LIBFAME) CONFIGURE_ARGS+= --disable-libfame \ --disable-libfametest PLIST_SUB+= LIBFAME="@comment " .else LIB_DEPENDS+= fame-0.9.0:${PORTSDIR}/graphics/libfame CONFIGURE_ARGS+= --with-libfame-prefix=${LOCALBASE} \ --with-libfame-exec-prefix=${LOCALBASE} PLIST_SUB+= LIBFAME="" .endif # libmikmod .ifndef(WITH_LIBMIKMOD) CONFIGURE_ARGS+= --disable-libmikmodtest \ --disable-mikmod PLIST_SUB+= LIBMIKMOD="@comment " .else LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod CONFIGURE_ARGS+= --with-libmikmod-prefix=${LOCALBASE} \ --with-libmikmod-exec-prefix=${LOCALBASE} PLIST_SUB+= LIBMIKMOD="" .endif # libmpeg2 .ifndef(WITH_LIBMPEG2) CONFIGURE_ARGS+= --disable-mpeg2dec PLIST_SUB+= LIBMPEG2="@comment " .else LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/graphics/libmpeg2 CONFIGURE_ARGS+= --with-mpeg2dec-prefix=${LOCALBASE} PLIST_SUB+= LIBMPEG2="" .endif # mad .ifndef(WITH_MAD) CONFIGURE_ARGS+= --disable-mad PLIST_SUB+= LIBMAD="@comment " .else LIB_DEPENDS+= mad.1:${PORTSDIR}/audio/mad PLIST_SUB+= LIBMAD="" .endif # openquicktime .ifndef(WITH_OPENQUICKTIME) CONFIGURE_ARGS+= --disable-openquicktime PLIST_SUB+= OPENQUICKTIME="@comment " .else LIB_DEPENDS+= openquicktime.0:${PORTSDIR}/graphics/openquicktime PLIST_SUB+= OPENQUICKTIME="" .endif # oss .ifdef(WITHOUT_OSS) CONFIGURE_ARGS+= --disable-oss PLIST_SUB+= OSS="@comment " .else PLIST_SUB+= OSS="" .endif # png .ifndef(WITH_PNG) CONFIGURE_ARGS+= --disable-libpng PLIST_SUB+= PNG="@comment " .else LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png PLIST_SUB+= PNG="" .endif # sdl .ifndef(WITH_SDL) CONFIGURE_ARGS+= --disable-sdl \ --disable-sdltest PLIST_SUB+= SDL="@comment " .else LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12 CONFIGURE_ARGS+= --with-sdl-prefix=${LOCALBASE} \ --with-sdl-exec-prefix=${LOCALBASE} PLIST_SUB+= SDL="" .endif # vorbis .ifndef(WITH_VORBIS) CONFIGURE_ARGS+= --disable-vorbis \ --disable-vorbistest PLIST_SUB+= VORBIS="@comment " .else LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis PLIST_SUB+= VORBIS="" .endif pre-everything:: .ifndef(WITH_AALIB) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_AALIB to enable aalib Video plugin' .endif .ifndef(WITH_ARTS) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_ARTS to enable arts Audio plugin' .endif .ifndef(WITH_AVIFILE) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_AVIFILE to enable avifile Video plugin' .endif -.if !(defined(HAVE_ESOUND) || defined(WITH_ESOUND)) +.if !(${HAVE_GNOME:Mesound}!="" || defined(WITH_ESOUND)) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_ESOUND to enable esound Audio plugin' .endif .ifndef(WITH_FLAC) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_FLAC to enable flac Audio plugin' .endif .ifndef(WITH_GSM) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_GSM to enable gsm Audio plugin' .endif .ifndef(WITH_HTTP) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_HTTP to enable http Network plugin' .endif .ifndef(WITH_JPEG) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_JPEG to enable jpeg Video plugin' .endif .ifndef(WITH_LAME) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LAME to enable lame MP3 Audio plugin' .endif .ifndef(WITH_LIBA52) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBA52 to enable liba52 AC3 Audio plugin' .endif .ifndef(WITH_LIBAUDIOFILE) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBAUDIOFILE to enable libaudiofile Audio plugin' .endif .ifndef(WITH_LIBDVDREAD) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBDVDREAD to enable libdvdread Video plugin' .endif .ifndef(WITH_LIBFAME) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBFAME to enable libfame Video plugin' .endif .ifndef(WITH_LIBMIKMOD) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBMIKMOD to enable libmikmod Audio plugin' .endif .ifndef(WITH_LIBMPEG2) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBMPEG2 to enable libmpeg2 Video plugin' .endif .ifndef(WITH_MAD) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_MAD to enable mad Audio plugin' .endif .ifndef(WITH_OPENQUICKTIME) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_OPENQUICKTIME to enable openquicktime Video plugin' .endif .ifndef(WITHOUT_OSS) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITHOUT_OSS to disable OSS Audio plugin' .endif .ifndef(WITH_PNG) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_PNG to enable png Video plugin' .endif .ifndef(WITH_SDL) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_SDL to enable SDL Video plugin' .endif .ifndef(WITH_VORBIS) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_VORBIS to enable vorbis Audio plugin' .endif .include Property changes on: head/graphics/gstreamer-plugins/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/graphics/gtkdps/Makefile =================================================================== --- head/graphics/gtkdps/Makefile (revision 65521) +++ head/graphics/gtkdps/Makefile (revision 65522) @@ -1,25 +1,26 @@ # New ports collection makefile for: gtkdps # Date created: 21 April 1998 # Whom: Yukihiro Nakai # # $FreeBSD$ # PORTNAME= gtkdps PORTVERSION= 0.3.2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gtkDPS/ DISTNAME= gtkDPS-${PORTVERSION} MAINTAINER= nakai@FreeBSD.org BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs RUN_DEPENDS= pswrap:${PORTSDIR}/x11/dgs -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \ --with-dps-libraries=${X11BASE}/lib .include Property changes on: head/graphics/gtkdps/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/graphics/gtkfig/Makefile =================================================================== --- head/graphics/gtkfig/Makefile (revision 65521) +++ head/graphics/gtkfig/Makefile (revision 65522) @@ -1,20 +1,21 @@ # New ports collection makefile for: gtkfig # Date created: Tue Nov 17 13:51:11 CET 1998 # Whom: Dirk Froemberg # # $FreeBSD$ # PORTNAME= gtkfig PORTVERSION= 0.6.0 CATEGORIES= graphics MASTER_SITES= ftp://k332.feld.cvut.cz/pub/local/lemming/gtkfig/ \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ MAINTAINER= dirk@FreeBSD.org USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes .include Property changes on: head/graphics/gtkfig/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/graphics/gtkgraph/Makefile =================================================================== --- head/graphics/gtkgraph/Makefile (revision 65521) +++ head/graphics/gtkgraph/Makefile (revision 65522) @@ -1,30 +1,31 @@ # New ports collection makefile for: gtkgraph # Date created: 12 October 1999 # Whom: Chris D. Faulhaber # # $FreeBSD$ # PORTNAME= gtkgraph PORTVERSION= 0.6.1 PORTREVISION= 1 CATEGORIES= graphics math MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= jedgar MAINTAINER= jedgar@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_X_PREFIX= yes USE_GMAKE= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; s|-O2|${CFLAGS}| ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure .include Property changes on: head/graphics/gtkgraph/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/graphics/gtksee/Makefile =================================================================== --- head/graphics/gtksee/Makefile (revision 65521) +++ head/graphics/gtksee/Makefile (revision 65522) @@ -1,31 +1,32 @@ # New ports collection makefile for: gtksee # Date created: Sun Nov 22 12:08:18 CET 1998 # Whom: Dirk Froemberg # # $FreeBSD$ # PORTNAME= gtksee PORTVERSION= 0.5.0 PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.linux.tucows.com/files/x11/graphics/ \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ MAINTAINER= dirk@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip .if !exists(/usr/bin/bzip2) RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 .endif -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include Property changes on: head/graphics/gtksee/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/graphics/gview/Makefile =================================================================== --- head/graphics/gview/Makefile (revision 65521) +++ head/graphics/gview/Makefile (revision 65522) @@ -1,37 +1,38 @@ # New ports collection makefile for: gview # Date created: 30 April 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= gview PORTVERSION= 0.1.15 CATEGORIES= graphics MASTER_SITES= http://netpedia.net/hosting/gview/ \ http://homepages.petech.ac.za/~bruces/ \ ftp://ftp.petech.ac.za/pub/viewers/ MAINTAINER= cpiazza@FreeBSD.org USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/gview .for file in AUTHORS BUGS ChangeLog NEWS README TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gview .endfor .endif .include Property changes on: head/graphics/gview/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/graphics/gxanim/Makefile =================================================================== --- head/graphics/gxanim/Makefile (revision 65521) +++ head/graphics/gxanim/Makefile (revision 65522) @@ -1,25 +1,26 @@ # New ports collection makefile for: xanim # Date created: Sat Nov 5 11:43:03 PST 1994 # Whom: Rod Taylor # # $FreeBSD$ # PORTNAME= gxanim PORTVERSION= 0.50 CATEGORIES= graphics MASTER_SITES= http://www.greslin.org/code/ DISTNAME= GXAnim-${PORTVERSION} EXTRACT_SUFX= .tar.bz2 MAINTAINER= rbt@zort.ca RUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim WRKSRC= ${WRKDIR}/gxanim-${PORTVERSION} USE_BZIP2= yes USE_XLIB= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 .include Property changes on: head/graphics/gxanim/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/graphics/imagesort/Makefile =================================================================== --- head/graphics/imagesort/Makefile (revision 65521) +++ head/graphics/imagesort/Makefile (revision 65522) @@ -1,28 +1,29 @@ # New ports collection makefile for: imagesort # Date created: Apr 10, 2001 # Whom: Mark Pulford # # $FreeBSD$ # PORTNAME= imagesort PORTVERSION= 2.0 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/viewers/X MAINTAINER= markp@FreeBSD.org USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/imagesort ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/imagesort ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/imagesort ${INSTALL_DATA} ${WRKSRC}/imagesortrc.sample ${PREFIX}/share/doc/imagesort .endif .include Property changes on: head/graphics/imagesort/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/graphics/isreal/Makefile =================================================================== --- head/graphics/isreal/Makefile (revision 65521) +++ head/graphics/isreal/Makefile (revision 65522) @@ -1,23 +1,24 @@ # New ports collection makefile for: isreal # Date created: Mar 31, 2001 # Whom: Mark Pulford # # $FreeBSD$ # PORTNAME= isreal PORTVERSION= 2.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= markp EXTRACT_SUFX= .tar MAINTAINER= markp@FreeBSD.org USE_XLIB= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/isreal ${PREFIX}/bin .include Property changes on: head/graphics/isreal/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/graphics/kdegraphics3/Makefile =================================================================== --- head/graphics/kdegraphics3/Makefile (revision 65521) +++ head/graphics/kdegraphics3/Makefile (revision 65522) @@ -1,77 +1,78 @@ # New ports collection makefile for: KDE3 Graphics # Date created: Saturday 2 September 2000 # Whom: Will Andrews # # $FreeBSD$ # PORTNAME= kdegraphics PORTVERSION= ${KDE_VERSION} CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org USE_KDELIBS_VER=3 USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes .if defined(WITH_IMLIB) || defined(KDE_WITH_IMLIB) -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib PLIST_SUB+= IMLIB="" CONFIGURE_ARGS+= --with-imlib-config=${X11BASE}/bin .else WITHOUT_IMLIB= yes PLIST_SUB+= IMLIB="@comment " CONFIGURE_ARGS+= --without-imlib-config .endif .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include GPHOTO2_CONFIG= ${LOCALBASE}/bin/gphoto2-config .if exists(${GPHOTO2_CONFIG}) WITH_GPHOTO2?= yes .endif .if defined(WITH_GPHOTO2) && ${WITH_GPHOTO2} == yes LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/gphoto2 PLIST_SUB+= KAMERA="" .else PLIST_SUB+= KAMERA="@comment " pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "=======================================================" @${ECHO_MSG} "If you want to compile with digital camera support," @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_GPHOTO2=yes\"" @${ECHO_MSG} "=======================================================" @${ECHO_MSG} .endif SANE_CONFIG= ${LOCALBASE}/bin/sane-config .if exists(${SANE_CONFIG}) WITH_SANE?= yes .endif .if defined(WITH_SANE) && ${WITH_SANE} == yes LIB_DEPENDS+= sane.1:${PORTSDIR}/graphics/sane-backends PLIST_SUB+= SANE="" .else PLIST_SUB+= SANE="@comment " pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "=======================================================" @${ECHO_MSG} "If you want to compile with scanner (SANE) support," @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_SANE=yes\"" @${ECHO_MSG} "=======================================================" @${ECHO_MSG} .endif .include Property changes on: head/graphics/kdegraphics3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.66 \ No newline at end of property +1.67 \ No newline at end of property Index: head/graphics/kdegraphics4/Makefile =================================================================== --- head/graphics/kdegraphics4/Makefile (revision 65521) +++ head/graphics/kdegraphics4/Makefile (revision 65522) @@ -1,77 +1,78 @@ # New ports collection makefile for: KDE3 Graphics # Date created: Saturday 2 September 2000 # Whom: Will Andrews # # $FreeBSD$ # PORTNAME= kdegraphics PORTVERSION= ${KDE_VERSION} CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org USE_KDELIBS_VER=3 USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes .if defined(WITH_IMLIB) || defined(KDE_WITH_IMLIB) -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib PLIST_SUB+= IMLIB="" CONFIGURE_ARGS+= --with-imlib-config=${X11BASE}/bin .else WITHOUT_IMLIB= yes PLIST_SUB+= IMLIB="@comment " CONFIGURE_ARGS+= --without-imlib-config .endif .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include GPHOTO2_CONFIG= ${LOCALBASE}/bin/gphoto2-config .if exists(${GPHOTO2_CONFIG}) WITH_GPHOTO2?= yes .endif .if defined(WITH_GPHOTO2) && ${WITH_GPHOTO2} == yes LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/gphoto2 PLIST_SUB+= KAMERA="" .else PLIST_SUB+= KAMERA="@comment " pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "=======================================================" @${ECHO_MSG} "If you want to compile with digital camera support," @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_GPHOTO2=yes\"" @${ECHO_MSG} "=======================================================" @${ECHO_MSG} .endif SANE_CONFIG= ${LOCALBASE}/bin/sane-config .if exists(${SANE_CONFIG}) WITH_SANE?= yes .endif .if defined(WITH_SANE) && ${WITH_SANE} == yes LIB_DEPENDS+= sane.1:${PORTSDIR}/graphics/sane-backends PLIST_SUB+= SANE="" .else PLIST_SUB+= SANE="@comment " pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "=======================================================" @${ECHO_MSG} "If you want to compile with scanner (SANE) support," @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_SANE=yes\"" @${ECHO_MSG} "=======================================================" @${ECHO_MSG} .endif .include Property changes on: head/graphics/kdegraphics4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.66 \ No newline at end of property +1.67 \ No newline at end of property Index: head/graphics/kludge3d/Makefile =================================================================== --- head/graphics/kludge3d/Makefile (revision 65521) +++ head/graphics/kludge3d/Makefile (revision 65522) @@ -1,39 +1,40 @@ # ex:ts=8 # Ports collection makefile for: kludge3d # Date created: May 7, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= kludge3d PORTVERSION= 20020702 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea \ 3ds.1:${PORTSDIR}/graphics/lib3ds WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_MESA= yes USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS= -I${LOCALBASE}/include -L${X11BASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lm -lX11 -lXext \ ${PTHREAD_LIBS} post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|@EXTRA_CFLAGS@|@CFLAGS@|g ; \ s| install-pixmapsDATA||g' .include Property changes on: head/graphics/kludge3d/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/graphics/kuickshow/Makefile =================================================================== --- head/graphics/kuickshow/Makefile (revision 65521) +++ head/graphics/kuickshow/Makefile (revision 65522) @@ -1,35 +1,36 @@ # New ports collection makefile for: kuickshow # Date created: 5 May 2001 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= kuickshow PORTVERSION= 0.8.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes USE_REINPLACE= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_KDELIBS_VER= 2 USE_GMAKE= yes CONFIGURE_ENV+= KDEDIR="${LOCALBASE}" CONFIGURE_ARGS+= --with-imlib-config=${X11BASE}/bin post-patch: @${REINPLACE_CMD} -e 's,-O2,,g' ${WRKSRC}/configure .if !defined(NOPORTDOCS) post-install: @(cd ${WRKSRC}/doc && ${GMAKE} real-install) .endif .include Property changes on: head/graphics/kuickshow/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/graphics/kuickshow-kde4/Makefile =================================================================== --- head/graphics/kuickshow-kde4/Makefile (revision 65521) +++ head/graphics/kuickshow-kde4/Makefile (revision 65522) @@ -1,35 +1,36 @@ # New ports collection makefile for: kuickshow # Date created: 5 May 2001 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= kuickshow PORTVERSION= 0.8.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes USE_REINPLACE= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_KDELIBS_VER= 2 USE_GMAKE= yes CONFIGURE_ENV+= KDEDIR="${LOCALBASE}" CONFIGURE_ARGS+= --with-imlib-config=${X11BASE}/bin post-patch: @${REINPLACE_CMD} -e 's,-O2,,g' ${WRKSRC}/configure .if !defined(NOPORTDOCS) post-install: @(cd ${WRKSRC}/doc && ${GMAKE} real-install) .endif .include Property changes on: head/graphics/kuickshow-kde4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/graphics/libmovtar/Makefile =================================================================== --- head/graphics/libmovtar/Makefile (revision 65521) +++ head/graphics/libmovtar/Makefile (revision 65522) @@ -1,39 +1,40 @@ # New ports collection makefile for: libmovtar # Date created: Mon Oct 15 23:35:04 BRST 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= libmovtar PORTVERSION= 0.1.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mjpeg MAINTAINER= lioux@FreeBSD.org LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ jpeg.9:${PORTSDIR}/graphics/jpeg -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-m4data-prefix=${PREFIX}/share CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ LOCALBASE="${LOCALBASE}" MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS=${PTHREAD_LIBS} SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config post-patch: @${REINPLACE_CMD} -e 's|SDL/|SDL11/|' \ ${WRKSRC}/rtjpeg/rtjshow.c \ ${WRKSRC}/movtar_play.c @${REINPLACE_CMD} -E -e 's|^(LIBS="-ljpeg )|\1 -L${LOCALBASE}/lib|; \ s|(LIBS -ljpeg)"|\1 -L${LOCALBASE}/lib"|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .include Property changes on: head/graphics/libmovtar/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/graphics/libxine/Makefile =================================================================== --- head/graphics/libxine/Makefile (revision 65521) +++ head/graphics/libxine/Makefile (revision 65522) @@ -1,109 +1,110 @@ # New ports collection makefile for: libxine # Date created: 14 Oct 2000 # Whom: alex # # $FreeBSD$ # PORTNAME= xine PORTVERSION= 0.9.13 CATEGORIES= graphics MASTER_SITES= http://xine.sourceforge.net/files/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= lib DISTNAME= ${PORTNAME}-lib-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libavcodec.a:${PORTSDIR}/graphics/ffmpeg \ ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft LIB_DEPENDS= a52.0:${PORTSDIR}/audio/liba52 \ aa.1:${PORTSDIR}/graphics/aalib \ SDL-1.1:${PORTSDIR}/devel/sdl12 \ intl.4:${PORTSDIR}/devel/gettext \ iconv.3:${PORTSDIR}/converters/libiconv \ divxdecore.1:${PORTSDIR}/graphics/libdivxdecore-devel WRKSRC= ${WRKDIR}/${PORTNAME}-lib-${PORTVERSION} USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_GMAKE= yes USE_AUTOMAKE= yes USE_MESA= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ SDL_CONFIG="${LOCALBASE}/bin/sdl11-config" \ THREAD_CFLAGS="${PTHREAD_CFLAGS}" \ THREAD_LIBS="${PTHREAD_LIBS}" \ X_EXTRA_LIBS="-lGL -lGLU -lXext -lX11 -lm" CONFIGURE_ARGS= --with-w32-path=${LOCALBASE}/lib/win32 \ --disable-dxr3 --disable-vidix --disable-dha-kmod \ --disable-alsa INSTALLS_SHLIB= yes MAN1= xine-config.1 MAN3= ao_driver_t.3 ao_functions_t.3 autoplay_group.3 \ audio_cap.3 audio_group.3 audio_prop.3 \ browse_group.3 build_info.3 cfg_data_t.3 config_group.3 \ config_values_s.3 config_values_t.3 demux_strategy.3 \ event_group.3 loadplugins_group.3 mrl_t.3 mrl_types.3 \ status_group.3 ui_callbacks.3 version_group.3 video_cap.3 \ video_group.3 video_prop.3 video_ratio.3 visual_types.3 \ vo_driver_s.3 vo_driver_t.3 vo_frame_t.3 vo_overlay_t.3 \ xine-lib.3 xine.h.3 xine_api.3 xine_init.3 xine_management.3 \ xine_t.3 xine_version.3 .include .if ${XFREE86_VERSION} >= 4 PLIST_SUB= HAVE_LIBXV="" .else PLIST_SUB= HAVE_LIBXV="@comment " .endif .if exists(${LOCALBASE}/bin/artsc-config) PLIST_SUB+= HAVE_ARTS="" .else PLIST_SUB+= HAVE_ARTS="@comment " .endif .if exists(${LOCALBASE}/include/vorbis/codec.h) LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis PLIST_SUB+= HAVE_VORBIS="" .else PLIST_SUB+= HAVE_VORBIS="@comment " .endif .if exists(${LOCALBASE}/include/ogg/ogg.h) LIB_DEPENDS+= ogg.4:${PORTSDIR}/audio/libogg PLIST_SUB+= HAVE_OGG="" .else PLIST_SUB+= HAVE_OGG="@comment " .endif post-patch: @${REINPLACE_CMD} -e \ 's|THREAD_LIBS=.*$$|THREAD_LIBS="\$$THREAD_LIBS"|g ; \ s|THREAD_CFLAGS=.*$$|THREAD_CFLAGS="\$$THREAD_CFLAGS"|g ; \ s|-L/usr/local/lib||g ; \ s|-I/usr/local/include||g ; \ s|-lgiconv|-liconv|g ; \ s|-funroll-loops||g' ${WRKSRC}/configure.in .if ${OSVERSION} >= 500035 @${REINPLACE_CMD} -e \ 's|-malign-loops|-falign-loops|g ; \ s|-malign-jumps|-falign-jumps|g ; \ s|-malign-functions|-falign-functions|g' ${WRKSRC}/configure.in .endif @${REINPLACE_CMD} -e \ 's|aclocal,|${ACLOCAL},|g ; \ s|autoconf,|${AUTOCONF},|g ; \ s|automake,|${AUTOMAKE},|g ; \ s|autoheader,|${AUTOHEADER},|g' ${WRKSRC}/aclocal.m4 .include Property changes on: head/graphics/libxine/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/graphics/maverik/Makefile =================================================================== --- head/graphics/maverik/Makefile (revision 65521) +++ head/graphics/maverik/Makefile (revision 65522) @@ -1,89 +1,91 @@ # ex:ts=8 # New ports collection makefile for: maverik # Date created: Nov 12, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= maverik PORTVERSION= 6.2 CATEGORIES= graphics MASTER_SITES= http://aig.cs.man.ac.uk/maverik/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea USE_REINPLACE= yes USE_SUBMAKE= yes USE_MESA= yes -WANT_GTK= yes +USE_GNOMENG= yes +WANT_GNOME= yes SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ REALCURDIR="${.CURDIR}" \ DISTNAME="${DISTNAME}" HAS_CONFIGURE= yes CONFIGURE_SCRIPT= setup CONFIGURE_ARGS= --MESAPATH=${X11BASE} INSTALLS_SHLIB= yes MANCOMPRESSED= no .include .if defined(WITH_PNG) LIB_DEPENDS+= png:${PORTSDIR}/graphics/png CONFIGURE_ARGS+= --PNGLIBS="-L${LOCALBASE}/lib -lpng" \ --PNGINCL="-I${LOCALBASE}/include" .endif -.if defined(HAVE_GTK) -USE_GTK= yes +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOME+= gtk12 +PKGNAMESUFFIX= -gtk CONFIGURE_ARGS+= --GTK PLIST_SUB+= GTK="" .else PLIST_SUB+= GTK="@comment " .endif post-extract: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/genman3list.sh post-patch: @${REINPLACE_CMD} -e "s,%%X11BASE%%,${X11BASE},g ; \ s,%%CC%%,${CC},g ; \ s,%%CXX%%,${CXX},g ; \ s,%%CFLAGS%%,${CFLAGS},g ; \ s,%%CXXFLAGS%%,${CXXFLAGS},g ; \ s,%%PTHREAD_CFLAGS%%,${PTHREAD_CFLAGS},g ; \ s,%%PTHREAD_LIBS%%,${PTHREAD_LIBS},g ; \ s,gtk-config,${GTK_CONFIG},g" ${WRKSRC}/setup @${REINPLACE_CMD} -e "s,gtk-config,${GTK_CONFIG},g" ${WRKSRC}/examples/misc/GTK/Makefile do-install: ${INSTALL_DATA} ${WRKSRC}/lib/*.* ${PREFIX}/lib @${MKDIR} ${PREFIX}/include/maverik ${INSTALL_DATA} ${WRKSRC}/incl/*.* ${PREFIX}/include/maverik ${FIND} ${WRKSRC}/doc/MFS/man3 -name '*.3' -exec \ ${INSTALL_MAN} \{} ${MAN3PREFIX}/man/man3 \; .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/MFS/html ${FIND} ${WRKSRC}/doc/MFS/html -name '*.html' -exec \ ${INSTALL_DATA} \{} ${DOCSDIR}/MFS/html \; @${MKDIR} ${DOCSDIR}/MFS/pdf ${INSTALL_DATA} ${WRKSRC}/doc/MFS/pdf/*.* ${DOCSDIR}/MFS/pdf @${MKDIR} ${DOCSDIR}/MFS/ps ${INSTALL_DATA} ${WRKSRC}/doc/MFS/ps/*.* ${DOCSDIR}/MFS/ps @${MKDIR} ${DOCSDIR}/MPG/pdf ${INSTALL_DATA} ${WRKSRC}/doc/MPG/pdf/*.* ${DOCSDIR}/MPG/pdf @${MKDIR} ${DOCSDIR}/MPG/ps ${INSTALL_DATA} ${WRKSRC}/doc/MPG/ps/*.* ${DOCSDIR}/MPG/ps .endif post-clean: @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc .if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) .include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" .endif .include Property changes on: head/graphics/maverik/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/graphics/mplayer/Makefile =================================================================== --- head/graphics/mplayer/Makefile (revision 65521) +++ head/graphics/mplayer/Makefile (revision 65522) @@ -1,234 +1,236 @@ # New ports collection makefile for: mplayer # Date created: 10 August 2001 # Whom: Thomas E. Zander # with lots of help from Vladimir Kushnir # $FreeBSD$ # PORTNAME= mplayer PORTVERSION= 0.90.0.6 CATEGORIES= graphics MASTER_SITES= http://ftp.mplayerhq.hu/MPlayer/releases/ \ http://www.mplayerhq.hu/MPlayer/releases/ \ http://www2.mplayerhq.hu/MPlayer/releases/ \ http://ftp.lug.udel.edu/MPlayer/releases/ \ ftp://ftp.mplayerhq.hu/MPlayer/releases/ \ ftp://ftp2.mplayerhq.hu/MPlayer/releases/ \ ftp://ftp.lug.udel.edu/MPlayer/releases/ \ http://www.rrr.de/~riggs/mplayer/ DISTNAME= MPlayer-0.90pre6 MAINTAINER= riggs@rrr.de LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ iconv.3:${PORTSDIR}/converters/libiconv \ mp3lame.0:${PORTSDIR}/audio/lame RUN_DEPENDS= ${LOCALBASE}/share/mplayer/fonts:${PORTSDIR}/graphics/mplayer-fonts USE_BZIP2= yes USE_GMAKE= yes USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS=${PTHREAD_LIBS} CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \ --with-extraincdir=${LOCALBASE}/include -WANT_GTK= yes +USE_GNOMENG= yes +WANT_GNOME= yes MAN1= mplayer.1 MLINKS= mplayer.1 mencoder.1 MANCOMPRESSED= no CONFFILES= codecs.conf example.conf input.conf DOCFILES= bugreports.html cd-dvd.html codecs-in.html \ codecs.html documentation.html faq.html skin-en.html \ encoding.html formats.html sound.html \ users_against_developers.html \ video.html .include .if exists(${LOCALBASE}/lib/libdvdcss.so.2) WITH_DVD= yes .endif .if exists(${LOCALBASE}/lib/libvga.so.1) WITH_SVGALIB= yes .endif .if exists(${LOCALBASE}/lib/libSDL-1.1.so.4) WITH_SDL= yes .endif .if exists(${LOCALBASE}/lib/libvorbis.so.2) WITH_VORBIS= yes .endif .if exists(${LOCALBASE}/lib/libjpeg.so.9) LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg .endif .if exists(${X11BASE}/bin/xanim) WITH_XANIM= yes .endif .if defined(WITH_OPTIMIZED_CFLAGS) CFLAGS+= -O3 -ffast-math -fomit-frame-pointer .endif -.if defined(HAVE_GTK) +.if ${HAVE_GNOME:Mgtk12}!="" WITH_GUI= yes .endif .if defined(WITH_GUI) -USE_GTK= yes +USE_GNOME+= gtk12 +PKGNAMESUFFIX= -gtk CONFIGURE_ARGS+= --enable-gui .endif .if defined(WITH_DVD) .if !defined(WITH_LIBDVDREAD) LIB_DEPENDS+= dvdcss.2:${PORTSDIR}/graphics/libdvdcss .else LIB_DEPENDS+= dvdread.2:${PORTSDIR}/graphics/libdvdread .endif .endif .if defined(WITH_SVGALIB) LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib .endif .if defined(WITH_SDL) LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12 .endif .if defined(WITH_VORBIS) LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis .endif .if defined(WITH_XANIM) BUILD_DEPENDS+= xanim:${PORTSDIR}/graphics/xanim CONFIGURE_ARGS+=--enable-xanim --with-xanimlibdir=${X11BASE}/lib/X11/xanim .else CONFIGURE_ARGS+=--disable-xanim .endif # "enable" build for other archs .if ${ARCH} == "i386" .if !defined(WITHOUT_RUNTIME_CPUDETECTION) CONFIGURE_ARGS+=--enable-runtime-cpudetection .else #WITHOUT_RUNTIME_CPUDETECTION .if defined(WITHOUT_MMX) CONFIGURE_ARGS+=--disable-mmx .endif .if defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021 CONFIGURE_ARGS+=--disable-3dnow .endif .if defined(WITHOUT_DSP) || defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021 CONFIGURE_ARGS+=--disable-3dnowex .endif .if defined(WITHOUT_SSE) CONFIGURE_ARGS+=--disable-mmx2 --disable-sse .endif .endif #WITHOUT_RUNTIME_CPUDETECTION .if !defined(WITH_SVGALIB) CONFIGURE_ARGS+=--disable-svga .endif .if !defined(WITH_SDL) CONFIGURE_ARGS+=--disable-sdl .endif .if !defined(WITH_VORBIS) CONFIGURE_ARGS+=--disable-vorbis .endif .if !defined(WITHOUT_WIN32_CODECS) RUN_DEPENDS+= ${CODEC_DETECTION_FILE}:${CODEC_PORT} CONFIGURE_ARGS+= --with-win32libdir=${LOCALBASE}/lib/win32 CODEC_PORT= ${PORTSDIR}/graphics/win32-codecs #CODEC_PORT= ${.CURDIR}/../win32-codecs CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE .endif .endif # ARCH == i386 pre-everything:: .if defined(WITH_GUI) @${ECHO_MSG} "You can download official skin collections from" @${ECHO_MSG} "http://www.mplayerhq.hu/homepage/dload.html" .endif .if !defined(WITH_OPTIMIZED_CFLAGS) @${ECHO_MSG} "You can enable additional compilation optimizations" @${ECHO_MSG} "by defining WITH_OPTIMIZED_CFLAGS" .endif -.if !defined(WITH_GUI) && !defined(HAVE_GTK) +.if !defined(WITH_GUI) && ${HAVE_GNOME:Mgtk12}=="" @${ECHO_MSG} "You can enable GTK GUI by defining WITH_GUI." .endif .if !defined(WITH_DVD) @${ECHO_MSG} "You can enable DVD support by defining WITH_DVD." .endif .if defined(WITH_DVD) && !defined(WITH_LIBDVDREAD) @${ECHO_MSG} "You can replace mplayer internal DVD routines with libdvdread" @${ECHO_MSG} "support by defining WITH_LIBDVDREAD." .endif .if !defined(WITH_SVGALIB) @${ECHO_MSG} "You can enable SVGALIB support by defining WITH_SVGALIB." .endif .if !defined(WITH_SDL) @${ECHO_MSG} "You can enable SDL support by defining WITH_SDL." .endif .if !defined(WITH_VORBIS) @${ECHO_MSG} "You can enable VORBIS sound support by defining WITH_VORBIS." .endif .if !defined(WITH_XANIM) @${ECHO_MSG} "You can enable XAnim DLL support by defining WITH_XANIM." .endif .if ${ARCH} == "i386" .if !defined(WITHOUT_WIN32_CODECS) @${ECHO_MSG} "You can disable support (this turns this into a X86 only port)" @${ECHO_MSG} "for Win32 codecs by defining WITHOUT_WIN32_CODECS" .endif .if defined(WITHOUT_RUNTIME_CPUDETECTION) .if !defined(WITHOUT_SSE) @${ECHO_MSG} "You have to enable \"options CPU_ENABLE_SSE\" in your kernel" @${ECHO_MSG} "config in order to enable kernel support for SSE/MMX2." .endif .if !defined(WITHOUT_MMX) @${ECHO_MSG} "You can disable use of MMX routines by defining WITHOUT_MMX." .endif .if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 @${ECHO_MSG} "You can disable use of 3DNow! optimized routines by defining WITHOUT_3DNOW." .endif .if !defined(WITHOUT_3DNOW) && !defined(WITHOUT_DSP) && ${OSVERSION} >= 400021 @${ECHO_MSG} "You can disable support for Athlon DSP extensions by defining WITHOUT_DSP." .endif @${ECHO_MSG} "Note: The cpu features are autodetected, so there is probably no need" @${ECHO_MSG} "to manually disable them." .else @${ECHO_MSG} "You can disable runtime cpu detection features by defining WITHOUT_RUNTIME_CPUDETECTION" .endif .endif # ARCH == i386 pre-configure: .if defined(WITH_LIBDVDREAD) @${RM} -Rf ${WRKSRC}/libmpdvdkit/ .endif post-install: @${MKDIR} ${DATADIR} @${CHMOD} 755 ${DATADIR} .for conf in ${CONFFILES} ${INSTALL_DATA} ${WRKSRC}/etc/${conf} ${DATADIR} .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${CHMOD} 755 ${DOCSDIR} .for doc in ${DOCFILES} @${INSTALL_DATA} ${WRKSRC}/DOCS/${doc} ${DOCSDIR} .endfor .endif @${CAT} pkg-message install-user: @${PERL} ${FILESDIR}/install-user .include Property changes on: head/graphics/mplayer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/graphics/ogle-gui/Makefile =================================================================== --- head/graphics/ogle-gui/Makefile (revision 65521) +++ head/graphics/ogle-gui/Makefile (revision 65522) @@ -1,66 +1,68 @@ # New ports collection makefile for: ogle # Date created: Tue Oct 16 18:35:39 BRST 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= ogle PORTVERSION= 0.8.5 CATEGORIES= graphics gnome MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ PKGNAMESUFFIX= -gui DISTNAME= ${PORTNAME}_gui-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.8:${PORTSDIR}/graphics/ogle LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ glade.4:${PORTSDIR}/devel/libglade \ xml2.5:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= ogle:${PORTSDIR}/graphics/ogle USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 +WANT_GNOME= yes USE_XPM= yes USE_REINPLACE= yes -WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-dvd-includes=${LOCALBASE}/include \ --with-dvdcontrol=${LOCALBASE} \ --without-included-gettext \ --with-gtk-prefix=${X11BASE} \ --with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} \ --with-libglade-config=${X11BASE}/bin/libglade-config \ --with-xml-prefix=${LOCALBASE} .include -.ifdef(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mlibcapplet}!="" +USE_GNOME+= libcapplet +PKGNAMESUFFIX= -gnome SHARE_DATADIR= share/gnome .else SHARE_DATADIR= share .endif PLIST_SUB= SHARE_DATADIR="${SHARE_DATADIR}" post-patch: # fix library version @${REINPLACE_CMD} -E -e "s|(libglade\.so)\.0|\1.4|; \ s|%%LOCALBASE%%|${LOCALBASE}|" \ ${CONFIGURE_WRKSRC}/configure # correct path for program data files @${REINPLACE_CMD} -E -e \ 's!(LOCALEDIR[[:space:]]*=[^"]+\")[^/]+/!\1${PREFIX}/share/!; \ s!(CONFIG_FILE[[:space:]]*=[^"]+\")[^/]+/!\1${LOCALBASE}/share/!; \ s!(CONFIG_FILE_DTD[[:space:]]*=[^"]+\")[^/]+/!\1${LOCALBASE}/share/!' \ ${WRKSRC}/src/Makefile.in # install locale correctly @${REINPLACE_CMD} -E -e \ 's!(datadir[[:space:]]*=).*$$!\1${PREFIX}/share!' \ ${WRKSRC}/po/Makefile.in.in .include Property changes on: head/graphics/ogle-gui/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/graphics/openquicktime/Makefile =================================================================== --- head/graphics/openquicktime/Makefile (revision 65521) +++ head/graphics/openquicktime/Makefile (revision 65522) @@ -1,34 +1,35 @@ # New ports collection makefile for: openquicktime # Date created: Mon Sep 24 16:26:33 BRT 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= openquicktime PORTVERSION= 1.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openquicktime DISTNAME= ${PORTNAME}-${PORTVERSION}-src EXTRACT_SUFX= .tgz MAINTAINER= lioux@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes USE_REINPLACE= yes INSTALL_SHLIBS= yes PKGDEINSTALL= ${PKGINSTALL} post-patch: @${REINPLACE_CMD} -e "s/xCC/xc/" ${WRKSRC}/configure post-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} \ ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include Property changes on: head/graphics/openquicktime/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/graphics/p5-Gimp/Makefile =================================================================== --- head/graphics/p5-Gimp/Makefile (revision 65521) +++ head/graphics/p5-Gimp/Makefile (revision 65522) @@ -1,50 +1,51 @@ # New ports collection makefile for: p5-Gimp # Date created: Dec 22 2000 # Whom: vanilla@FreeBSD.org # # $FreeBSD$ # PORTNAME= Gimp PORTVERSION= 1.211 PORTREVISION= 2 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Gimp PKGNAMEPREFIX= p5- MAINTAINER= vanilla@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/PDL.pm:${PORTSDIR}/math/PDL \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent LIB_DEPENDS= gimp.2:${PORTSDIR}/graphics/gimp1 RUN_DEPENDS= ${BUILD_DEPENDS} -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl" MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN1= embedxpm.1 \ scm2perl.1 \ scm2scm.1 \ xcftopnm.1 MAN3= Gimp.3 \ Gimp::Compat.3 \ Gimp::Data.3 \ Gimp::Feature.3 \ Gimp::Fu.3 \ Gimp::Lib.3 \ Gimp::Module.3 \ Gimp::Net.3 \ Gimp::OO.3 \ Gimp::PDL.3 \ Gimp::Pixel.3 \ Gimp::Pod.3 \ Gimp::UI.3 \ Gimp::Util.3 \ Gimp::basewidget.3 .include Property changes on: head/graphics/p5-Gimp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/graphics/picturebook/Makefile =================================================================== --- head/graphics/picturebook/Makefile (revision 65521) +++ head/graphics/picturebook/Makefile (revision 65522) @@ -1,35 +1,36 @@ # New ports collection Makefile for: pictureboook # Date created: 25 December 2000 # Whom: Takanori Watanabe # # $FreeBSD$ # PORTNAME= picturebook PORTVERSION= 20010422 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://samba.org/picturebook/ DISTNAME= capture EXTRACT_SUFX= .tgz MAINTAINER= alan@clegg.com WRKSRC= ${WRKDIR}/${PORTNAME} -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib post-build: cd ${WRKSRC}; \ ${CC} ${CFLAGS} -o setbrightness setbrightness.c; \ ${CC} ${CFLAGS} -o vaiobat vaiobat.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/capture ${PREFIX}/bin/capture ${INSTALL_PROGRAM} ${WRKSRC}/setbrightness ${PREFIX}/sbin/setbrightness ${INSTALL_PROGRAM} ${WRKSRC}/vaiobat ${PREFIX}/sbin/vaiobat ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}/README .if!defined(NOPORTDOCS) ${INSTALL_MAN} ${PATCHDIR}/README.FreeBSD ${DOCSDIR}/README.FreeBSD .endif .include Property changes on: head/graphics/picturebook/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/graphics/qiv/Makefile =================================================================== --- head/graphics/qiv/Makefile (revision 65521) +++ head/graphics/qiv/Makefile (revision 65522) @@ -1,42 +1,43 @@ # New ports collection makefile for: qiv # Date created: 25 December 1998 # Whom: Bill Fumerola # # $FreeBSD$ # PORTNAME= qiv PORTVERSION= 1.8 CATEGORIES= graphics MASTER_SITES= http://www.klografx.net/qiv/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src EXTRACT_SUFX= .tgz MAINTAINER= trevor@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt USE_X_PREFIX= yes USE_GMAKE= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= qiv.1 do-configure: @ ${MV} ${WRKSRC}/qiv.1 ${WRKSRC}/qiv.1.pre_sed @ ${SED} -e 's#\/usr\/bin#${PREFIX}/bin#g' \ ${WRKSRC}/qiv.1.pre_sed > ${WRKSRC}/qiv.1 @ ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.pre_sed @ ${SED} -e 's#\/usr\/local#${PREFIX}#' \ -e 's#RANDOM GETOPT_LONG#RANDOM#' \ -e 's#gcc#${CC}#' \ -e 's#-O2#${CFLAGS}#' \ -e 's#libs-gdk`#libs-gdk` -lgnugetopt#' \ ${WRKSRC}/Makefile.pre_sed > ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qiv ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/qiv.1 ${PREFIX}/man/man1/ .include Property changes on: head/graphics/qiv/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/graphics/ruby-gdk_imlib/Makefile =================================================================== --- head/graphics/ruby-gdk_imlib/Makefile (revision 65521) +++ head/graphics/ruby-gdk_imlib/Makefile (revision 65522) @@ -1,48 +1,48 @@ # New ports collection makefile for: ruby-gdk_imlib # Date created: 28 February 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= gdk_imlib PORTVERSION= ${RUBY_GNOME_PORTVERSION} CATEGORIES= graphics ruby MASTER_SITES= ${RUBY_GNOME_MASTER_SITES} MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${RUBY_GNOME_DISTNAME} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_XLIB= yes -USE_GTK= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib .include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common" WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} INSTALL_TARGET= site-install CONFIGURE_ARGS= --with-imlib-config="${IMLIB_CONFIG}" DOCS_EN= ChangeLog post-extract: ${MV} ${WRKSRC:S/gdk_imlib$/gdkimlib/} ${WRKSRC} post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} ${CP} -R ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ .endfor .endif .include Property changes on: head/graphics/ruby-gdk_imlib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/graphics/ruby-gdk_pixbuf/Makefile =================================================================== --- head/graphics/ruby-gdk_pixbuf/Makefile (revision 65521) +++ head/graphics/ruby-gdk_pixbuf/Makefile (revision 65522) @@ -1,50 +1,48 @@ # New ports collection makefile for: ruby-gdk_pixbuf # Date created: 28 February 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= gdk_pixbuf PORTVERSION= ${RUBY_GNOME_PORTVERSION} CATEGORIES= graphics ruby gnome MASTER_SITES= ${RUBY_GNOME_MASTER_SITES} MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${RUBY_GNOME_DISTNAME} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk -USE_GNOMECTRL= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_XLIB= yes USE_GNOMENG= yes -USE_GNOME= glib12 +USE_GNOME= glib12 libcapplet gdkpixbuf .include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common" WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} CONFIGURE_ARGS= --with-glib-config=${GLIB_CONFIG} INSTALL_TARGET= site-install DOCS_EN= ChangeLog README post-extract: ${MV} ${WRKSRC:S/gdk_pixbuf$/gdkpixbuf/} ${WRKSRC} post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} ${CP} -R ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ .endfor .endif .include Property changes on: head/graphics/ruby-gdk_pixbuf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/graphics/ruby-gdk_pixbuf2/Makefile =================================================================== --- head/graphics/ruby-gdk_pixbuf2/Makefile (revision 65521) +++ head/graphics/ruby-gdk_pixbuf2/Makefile (revision 65522) @@ -1,50 +1,48 @@ # New ports collection makefile for: ruby-gdk_pixbuf # Date created: 28 February 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= gdk_pixbuf PORTVERSION= ${RUBY_GNOME_PORTVERSION} CATEGORIES= graphics ruby gnome MASTER_SITES= ${RUBY_GNOME_MASTER_SITES} MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${RUBY_GNOME_DISTNAME} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk -USE_GNOMECTRL= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_XLIB= yes USE_GNOMENG= yes -USE_GNOME= glib12 +USE_GNOME= glib12 libcapplet gdkpixbuf .include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common" WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} CONFIGURE_ARGS= --with-glib-config=${GLIB_CONFIG} INSTALL_TARGET= site-install DOCS_EN= ChangeLog README post-extract: ${MV} ${WRKSRC:S/gdk_pixbuf$/gdkpixbuf/} ${WRKSRC} post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} ${CP} -R ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ .endfor .endif .include Property changes on: head/graphics/ruby-gdk_pixbuf2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/graphics/sane-frontends/Makefile =================================================================== --- head/graphics/sane-frontends/Makefile (revision 65521) +++ head/graphics/sane-frontends/Makefile (revision 65522) @@ -1,46 +1,47 @@ # New ports collection makefile for: sane-frontends # Date created: Sat Jul 19 16:23:10 MET DST 1997 # Whom: gary@hotlava.com # # $FreeBSD$ # PORTNAME= sane-frontends PORTVERSION= 1.0.8 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \ ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \ ftp://ftp.no.mostang.com/pub/sane/%SUBDIR%/ MASTER_SITE_SUBDIR= sane-${PORTVERSION} MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" MAN1= scanadf.1 xcam.1 xscanimage.1 .if defined(WITH_GIMP) LIB_DEPENDS+= gimp:${PORTSDIR}/graphics/gimp1 CONFIGURE_ARGS+= --enable-gimp .else CONFIGURE_ARGS+= --disable-gimp .endif pre-everything:: .if !defined(WITH_GIMP) @${ECHO_MSG} "*** Note: xscanimage can be built with a standalone" @${ECHO_MSG} "*** X scanner interface as well as a GIMP plug-in." @${ECHO_MSG} "*** If you wish to do this, hit Ctrl-C now and use" @${ECHO_MSG} "*** \"WITH_GIMP=yes\"" .endif post-install: @${SED} 's:/usr/local:${PREFIX}:' ${PKGMESSAGE} .include Property changes on: head/graphics/sane-frontends/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/graphics/smpeg/Makefile =================================================================== --- head/graphics/smpeg/Makefile (revision 65521) +++ head/graphics/smpeg/Makefile (revision 65522) @@ -1,43 +1,44 @@ # New ports collection makefile for: smpeg # Date created: 2 Feb 2000 # Whom: Chris Piazza # # $FreeBSD$ # PORTNAME= smpeg PORTVERSION= 0.4.4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.lokigames.com/pub/open-source/smpeg/ \ ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \ ftp://boudicca.tux.org/misc/lokigames/open-source/smpeg/ \ ftp://snuffleupagus.animearchive.org/loki/open-source/smpeg/ \ http://ftp.gameaholic.com/mirrors/ftp.lokigames.com/open-source/smpeg/ MAINTAINER= cpiazza@FreeBSD.org LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ GLBASE="${X11BASE}" \ CPPFLAGS="-I${X11BASE}/include" \ CC="${CXX}" REAL_CC="${CC}" #If you want to try the opengl player (which doesn't seem to work) #comment out the following line. CONFIGURE_ARGS= --disable-opengl-player \ --enable-mmx MAN1= gtv.1 plaympeg.1 post-configure: @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ ${WRKSRC}/libtool .include Property changes on: head/graphics/smpeg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/graphics/smpeg-xmms/Makefile =================================================================== --- head/graphics/smpeg-xmms/Makefile (revision 65521) +++ head/graphics/smpeg-xmms/Makefile (revision 65522) @@ -1,35 +1,36 @@ # New ports collection makefile for: smpeg-xmms # Date created: 30 August 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= smpeg-xmms PORTVERSION= 0.3.4 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.xmms.org/xmms/plugins/smpeg-xmms/ MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= smpeg.1:${PORTSDIR}/graphics/smpeg \ xmms.3:${PORTSDIR}/audio/xmms SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure post-configure: @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ ${WRKSRC}/libtool .include Property changes on: head/graphics/smpeg-xmms/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/graphics/vertex/Makefile =================================================================== --- head/graphics/vertex/Makefile (revision 65521) +++ head/graphics/vertex/Makefile (revision 65522) @@ -1,37 +1,37 @@ # New ports collection makefile for: vertex # Date created: 1 June 2001 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= vertex PORTVERSION= 0.1.10 CATEGORIES= graphics MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/ MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea \ - Imlib.5:${PORTSDIR}/graphics/imlib \ tiff.4:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/${DISTNAME}/vertex IMLIB_CONFIG?= ${X11BASE}/bin/imlib-config USE_BZIP2= yes USE_X_PREFIX= yes USE_MESA= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= imlib MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ IMLIB_CONFIG="${IMLIB_CONFIG}" INSTALL_TARGET= vertex_install MAN1= ${PORTNAME}.1 pre-patch: @${FIND} ${WRKSRC} -name "*.[c,h]" | ${XARGS} ${PERL} -pi -e \ 's|malloc.h|stdlib.h|' .include Property changes on: head/graphics/vertex/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/graphics/vlc/Makefile =================================================================== --- head/graphics/vlc/Makefile (revision 65521) +++ head/graphics/vlc/Makefile (revision 65522) @@ -1,30 +1,31 @@ # New ports collection makefile for: vlc # Date created: 3rd August 2001 # Whom: Brian Somers # # $FreeBSD$ # PORTNAME= vlc PORTVERSION= 0.4.4 CATEGORIES= graphics MASTER_SITES= http://www.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ ftp://ftp.Awfulhak.org/pub/vlc/ \ http://people.FreeBSD.org/~brian/vlc/ MAINTAINER= brian@FreeBSD.org LIB_DEPENDS= dvdcss.2:${PORTSDIR}/graphics/libdvdcss \ dvdread.2:${PORTSDIR}/graphics/libdvdread GNU_CONFIGURE= yes CONFIGURE_ENV= PATH_GTKCONFIG="${GTK_CONFIG}" CONFIGURE_ARGS+=--with-dvdcss=${LOCALBASE} \ --with-dvdread=${LOCALBASE} \ --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes .include Property changes on: head/graphics/vlc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/graphics/xine/Makefile =================================================================== --- head/graphics/xine/Makefile (revision 65521) +++ head/graphics/xine/Makefile (revision 65522) @@ -1,77 +1,78 @@ # New ports collection makefile for: xine # Date created: 14 Oct 2000 # Whom: alex # # $FreeBSD$ # PORTNAME= xine PORTVERSION= 0.9.13 CATEGORIES= graphics MASTER_SITES= http://xine.sourceforge.net/files/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-ui-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org LIB_DEPENDS= xine.2:${PORTSDIR}/graphics/libxine \ aa.1:${PORTSDIR}/graphics/aalib \ png.5:${PORTSDIR}/graphics/png \ intl.4:${PORTSDIR}/devel/gettext USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ THREAD_CFLAGS="${PTHREAD_CFLAGS}" \ THREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-w32-path=${LOCALBASE}/lib/win32 MANLANG= "" de es fr pl MAN1= aaxine.1 xine.1 xine-bugreport.1 xine-check.1 xine-remote.1 .include .if (${ARCH} == "i386") .if !defined(WITHOUT_WIN32_CODECS) RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT} CODEC_PORT= ${PORTSDIR}/graphics/win32-codecs CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE .endif .endif post-patch: @${REINPLACE_CMD} -e \ 's|THREAD_LIBS=.*$$|THREAD_LIBS="\$$THREAD_LIBS"|g ; \ s|THREAD_CFLAGS=.*$$|THREAD_CFLAGS="\$$THREAD_CFLAGS"|g ; \ s|-L/usr/local/lib||g ; \ s|-I/usr/local/include||g' ${WRKSRC}/configure .if ${OSVERSION} >= 500035 @${REINPLACE_CMD} -e \ 's|-malign-loops|-falign-loops|g ; \ s|-malign-jumps|-falign-jumps|g ; \ s|-malign-functions|-falign-functions|g' ${WRKSRC}/configure .endif @${RM} ${WRKSRC}/src/xitk/xine-remote.c post-install: .for l in es fr @${CP} ${PREFIX}/man/man1/aaxine.1 ${PREFIX}/man/${l}/man1/aaxine.1 .endfor .for l in es fr pl @${CP} ${PREFIX}/man/man1/xine-bugreport.1 ${PREFIX}/man/${l}/man1/xine-bugreport.1 .endfor .for l in es fr pl @${CP} ${PREFIX}/man/man1/xine-check.1 ${PREFIX}/man/${l}/man1/xine-check.1 .endfor .for l in de es fr pl @${CP} ${PREFIX}/man/man1/xine-remote.1 ${PREFIX}/man/${l}/man1/xine-remote.1 .endfor @${CAT} ${PKGMESSAGE} .include Property changes on: head/graphics/xine/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/graphics/xmms-avi/Makefile =================================================================== --- head/graphics/xmms-avi/Makefile (revision 65521) +++ head/graphics/xmms-avi/Makefile (revision 65522) @@ -1,40 +1,41 @@ # Ports collection makefile for: xmms-avi # Date created: Feb 6 2000 # Whom: Roman Shterenzon # # $FreeBSD$ # PORTNAME= xmms-avi PORTVERSION= 1.2.2 CATEGORIES= graphics MASTER_SITES= http://www.xmms.org/files/plugins/avi-xmms/ \ ftp://ftp.sunet.se/pub/multimedia/xmms/plugins/avi-xmms/ \ ftp://ftp.fu-berlin.de/unix/sound/xmms/plugins/avi-xmms/ DISTNAME= avi-xmms-${PORTVERSION} MAINTAINER= roman@xpert.com BROKEN= Maintainer is working on a fix BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms LIB_DEPENDS= aviplay-0.7.0:${PORTSDIR}/graphics/avifile RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config ONLY_FOR_ARCHS= i386 USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" pre-patch: @${PERL} -pi.orig -e "s|SDL/SDL.h|SDL11/SDL.h|g" ${WRKSRC}/src/ctrackbar.cpp @${PERL} -pi.orig -e "s|lc_r|pthread|g" ${WRKSRC}/configure # This is to avoid libtool running ldconfig -m ${X11BASE}/lib/xmms/Input do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/libavixmms.so ${PREFIX}/lib/xmms/Input .include Property changes on: head/graphics/xmms-avi/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/graphics/xmms-goom/Makefile =================================================================== --- head/graphics/xmms-goom/Makefile (revision 65521) +++ head/graphics/xmms-goom/Makefile (revision 65522) @@ -1,32 +1,33 @@ # New ports collection makefile for: xmms-goom # Date created: 20 Jan 2002 # Whom: David Yeske # # $FreeBSD$ # PORTNAME= goom PORTVERSION= 1.7.6 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= goom PKGNAMEPREFIX= xmms- DISTNAME= xmms-goom_${PORTVERSION:S/.p/pre/} EXTRACT_SUFX= .tgz MAINTAINER= dyeske@yahoo.com LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 pre-patch: @${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|g;' \ ${WRKSRC}/configure @${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|g; s|-lgtk|-lgtk12|g;' \ ${WRKSRC}/src/Makefile.in .include Property changes on: head/graphics/xmms-goom/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/xmms-infinity/Makefile =================================================================== --- head/graphics/xmms-infinity/Makefile (revision 65521) +++ head/graphics/xmms-infinity/Makefile (revision 65522) @@ -1,34 +1,35 @@ # New ports collection makefile for: xmms-infinity # Date created: 14 Dec 2001 # Whom: David Yeske # # $FreeBSD$ # PORTNAME= xmms-infinity PORTVERSION= 0.2 CATEGORIES= graphics MASTER_SITES= http://julien.carme.free.fr/ DISTNAME= infinity-${PORTVERSION} MAINTAINER= dyeske@yahoo.com LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms \ SDL-1.1.4:${PORTSDIR}/devel/sdl12 RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" GNU_CONFIGURE= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_X_PREFIX= yes pre-patch: @${REINPLACE_CMD} -e 's|SDL/|SDL11/|g' ${WRKSRC}/*.[ch] \ ${WRKSRC}/configure .include Property changes on: head/graphics/xmms-infinity/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/graphics/xmms-iris/Makefile =================================================================== --- head/graphics/xmms-iris/Makefile (revision 65521) +++ head/graphics/xmms-iris/Makefile (revision 65522) @@ -1,30 +1,31 @@ # New ports collection makefile for: xmms-iris # Date created: 25 Apr 2002 # Whom: David Yeske # # $FreeBSD$ # PORTNAME= iris PORTVERSION= 0.10 CATEGORIES= graphics MASTER_SITES= http://cdelfosse.free.fr/xmms-iris/ PKGNAMEPREFIX= xmms- MAINTAINER= dyeske@yahoo.com BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms GNU_CONFIGURE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes USE_MESA= yes USE_X_PREFIX= yes USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \ ${WRKSRC}/configure .include Property changes on: head/graphics/xmms-iris/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/graphics/xmms-paranormal/Makefile =================================================================== --- head/graphics/xmms-paranormal/Makefile (revision 65521) +++ head/graphics/xmms-paranormal/Makefile (revision 65522) @@ -1,35 +1,36 @@ # New ports collection makefile for: xmms-paranormal # Date created: 25 Apr 2002 # Whom: David Yeske # # $FreeBSD$ # PORTNAME= xmms-paranormal PORTVERSION= 0.2.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= paranormal DISTNAME= paranormal-${PORTVERSION:S/.p/pre/} MAINTAINER= dyeske@yahoo.com LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ SDL-1.1.4:${PORTSDIR}/devel/sdl12 BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include/libxml2/libxml" SDL_CONFIG="${SDL_CONFIG}" GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes USE_MESA= yes USE_X_PREFIX= yes pre-build: @${PERL} -pi -e 's|SDL/|SDL11/|g;' ${WRKSRC}/xmms.c .include Property changes on: head/graphics/xmms-paranormal/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/graphics/xmms-xvs/Makefile =================================================================== --- head/graphics/xmms-xvs/Makefile (revision 65521) +++ head/graphics/xmms-xvs/Makefile (revision 65522) @@ -1,38 +1,39 @@ # New ports collection makefile for: xmms-xvs # Date created: 25 June 2001 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= xmms-xvs PORTVERSION= 0.1.0b1 CATEGORIES= graphics MASTER_SITES= http://godot.tuniv.szczecin.pl/~jgregor/xvs/download/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ DISTNAME= xvs-${PORTVERSION} MAINTAINER= anders@FreeBSD.org BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV+= XML2_CONFIG="${LOCALBASE}/bin/xml2-config" \ XMMS_CONFIG="${X11BASE}/bin/xmms-config" USE_GMAKE= yes USE_X_PREFIX= yes DOCS= AUTHORS ChangeLog NEWS README TODO .if !defined(NOPORTDOCS) post-install: ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/graphics/xmms-xvs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/xmps-opendivx-plugin/Makefile =================================================================== --- head/graphics/xmps-opendivx-plugin/Makefile (revision 65521) +++ head/graphics/xmps-opendivx-plugin/Makefile (revision 65522) @@ -1,33 +1,34 @@ # New ports collection makefile for: xmps-opendivx-plugin # Date created: 03 Feb 20001 # Whom: Mario S F Ferreira # # $FreeBSD$ # PORTNAME= xmps-opendivx-plugin PORTVERSION= 0.0.1 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://download.projectmayo.com/dnload/divx4linux/xmps/ MAINTAINER= lioux@FreeBSD.org LIB_DEPENDS= divxdecore.0:${PORTSDIR}/graphics/libdivxdecore \ xmps.0:${PORTSDIR}/graphics/xmps \ intl.4:${PORTSDIR}/devel/gettext WRKSRC= ${WRKDIR}/${PORTNAME}-0.0.2 USE_GMAKE= yes USE_LIBTOOL= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_X_PREFIX= yes INSTALLS_SHLIB= yes PLIST_SUB= LIB_VERSION="${LIB_VERSION}" LIB_VERSION= 0 post-install: @${LN} -sf libopendivx.so ${PREFIX}/lib/xmps/codecs/video/libopendivx.so.${LIB_VERSION} .include Property changes on: head/graphics/xmps-opendivx-plugin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/graphics/xmps-win32-plugin/Makefile =================================================================== --- head/graphics/xmps-win32-plugin/Makefile (revision 65521) +++ head/graphics/xmps-win32-plugin/Makefile (revision 65522) @@ -1,41 +1,42 @@ # New ports collection makefile for: xmps-win32-plugin # Date created: 03 Feb 20001 # Whom: Mario S F Ferreira # # $FreeBSD$ # PORTNAME= xmps-win32-plugin PORTVERSION= 0.0.4 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://xmps.sourceforge.net/sources/ MAINTAINER= lioux@FreeBSD.org LIB_DEPENDS= xmps.0:${PORTSDIR}/graphics/xmps \ intl.4:${PORTSDIR}/devel/gettext RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT} USE_GMAKE= yes USE_LIBTOOL= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_REINPLACE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes PLIST_SUB= LIB_VERSION="${LIB_VERSION}" #CODEC_PORT= ${PORTSDIR}/graphics/win32-codecs CODEC_PORT= ${.CURDIR}/../win32-codecs CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE LIB_VERSION= 0 post-patch: @${REINPLACE_CMD} -e "s|/usr/lib/win32|${LOCALBASE}/lib/win32|" \ ${WRKSRC}/src/win32_codec.c @${REINPLACE_CMD} -e 's|||' ${WRKSRC}/src/* post-install: @${LN} -sf libwin32.so ${PREFIX}/lib/xmps/codecs/video/libwin32.so.${LIB_VERSION} .include Property changes on: head/graphics/xmps-win32-plugin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/graphics/xsane/Makefile =================================================================== --- head/graphics/xsane/Makefile (revision 65521) +++ head/graphics/xsane/Makefile (revision 65522) @@ -1,53 +1,54 @@ # New ports collection makefile for: xsane # Date created: Fri Apr 8 00:18:29 MET DST 1999 # Whom: Dominik Brettnacher # # $FreeBSD$ # PORTNAME= xsane PORTVERSION= 0.87 CATEGORIES= graphics MASTER_SITES= http://www.xsane.org/download/ \ http://gd.tuwien.ac.at/hci/sane/xsane/ \ ftp://ftp.mostang.com/pub/sane/xsane/ MAINTAINER= domi@saargate.de LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ sane.1:${PORTSDIR}/graphics/sane-backends USE_GMAKE= yes USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" MAN1= xsane.1 .if defined(WITH_GIMP) LIB_DEPENDS+= gimp:${PORTSDIR}/graphics/gimp1 CONFIGURE_ARGS+= --enable-gimp .else CONFIGURE_ARGS+= --disable-gimp .endif pre-everything:: .if !defined(WITH_GIMP) @${ECHO_MSG} "*** Note: XSane can be built with a standalone" @${ECHO_MSG} "*** X scanner interface as well as a GIMP plug-in." @${ECHO_MSG} "*** If you wish to do this, hit Ctrl-C now and use" @${ECHO_MSG} "*** \"WITH_GIMP=yes\"" .endif pre-patch: @find ${WRKSRC} -name 'Makefile.in' | xargs ${PERL} -pi -e \ 's|\$$\(sbindir\)||g' post-install: @${SED} 's:/usr/X11R6:${PREFIX}:' ${PKGMESSAGE} .include Property changes on: head/graphics/xsane/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/graphics/xtheater/Makefile =================================================================== --- head/graphics/xtheater/Makefile (revision 65521) +++ head/graphics/xtheater/Makefile (revision 65522) @@ -1,47 +1,48 @@ # ex:ts=8 # Ports collection makefile for: xtheater # Date created: Jun 7, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= xtheater PORTVERSION= 1.0.0.p1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= Xtheater-${PORTVERSION:S/.p/-pre/} MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ smpeg.1:${PORTSDIR}/graphics/smpeg SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_BZIP2= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_MESA= yes USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ SDL_CONFIG="${SDL_CONFIG}" CONFIGURE_ARGS= --enable-gl CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|[(]prefix[)]/Xtheater|(libdir)/Xtheater|g ; \ s|-release.*$$|-module -avoid-version|g' @${REINPLACE_CMD} -e 's|PREFIX/Xtheater|PREFIX/lib/Xtheater|g' \ ${WRKSRC}/Xtheater.conf .for file in plugins/player/smpeg/glscreen.c plugins/player/wm/glscreen.c @${REINPLACE_CMD} -e 's|||g' ${WRKSRC}/${file} .endfor .include Property changes on: head/graphics/xtheater/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/graphics/xzgv/Makefile =================================================================== --- head/graphics/xzgv/Makefile (revision 65521) +++ head/graphics/xzgv/Makefile (revision 65522) @@ -1,28 +1,29 @@ # New ports collection makefile for: xzgv # Date created: 7 Oct 2000 # Whom: Norio Suzuki # # $FreeBSD$ # PORTNAME= xzgv PORTVERSION= 0.7 CATEGORIES= graphics MASTER_SITES= http://xzgv.browser.org/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/viewers/X MAINTAINER= nosuzuki@e-mail.ne.jp USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_GMAKE= yes MAN1= xzgv.1 post-patch: @${PERL} -pi -e 's|^CC|#CC|g ; \ s|^CFLAGS|#CFLAGS|g ; \ s|^PREFIX|#PREFIX|g' ${WRKSRC}/config.mk .include Property changes on: head/graphics/xzgv/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/multimedia/avidemux/Makefile =================================================================== --- head/multimedia/avidemux/Makefile (revision 65521) +++ head/multimedia/avidemux/Makefile (revision 65522) @@ -1,39 +1,40 @@ # New ports collection makefile for: avidemux # Date created: 15 August 2002 # Whom: Anish Mistry # with help from mean # $FreeBSD$ # PORTNAME= avidemux PORTVERSION= 0.9.0.12 CATEGORIES= graphics MASTER_SITES= http://fixounet.free.fr/avidemux/ DISTNAME= avidemux-0.9pre12 EXTRACT_SUFX= .tgz MAINTAINER= amistry@am-productions.biz LIB_DEPENDS= xvidcore.0:${PORTSDIR}/graphics/xvid \ mp3lame.0:${PORTSDIR}/audio/lame \ mad.1:${PORTSDIR}/audio/mad BUILD_DEPENDS= \ ${LINUXBASE}/usr/include/divx/decore.h:${PORTSDIR}/graphics/divx4linux \ ${X11BASE}/include/X11/extensions/Xvlib.h:${PORTSDIR}/graphics/xv USE_REINPLACE= yes USE_X_PREFIX= yes USE_XLIB= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \ -I${LINUXBASE}/usr/include/divx" \ LIBFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --with-xvid-as-decoder USE_GMAKE= yes post-patch: @${REINPLACE_CMD} 's/-lpthread/${PTHREAD_LIBS}/g' ${WRKSRC}/configure .include Property changes on: head/multimedia/avidemux/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/multimedia/gopchop/Makefile =================================================================== --- head/multimedia/gopchop/Makefile (revision 65521) +++ head/multimedia/gopchop/Makefile (revision 65522) @@ -1,38 +1,39 @@ # ex:ts=8 # Ports collection makefile for: GOPchop # Date created: Apr 24, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= gopchop PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://outflux.net/unix/software/GOPchop/download/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= GOPchop-${PORTVERSION} MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libvo.a:${PORTSDIR}/graphics/libmpeg2 LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ mpeg2.0:${PORTSDIR}/graphics/libmpeg2 -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CPPFLAGS= -I${LOCALBASE}/include -D__GNU_LIBRARY__ ${PTHREAD_CFLAGS} +CPPFLAGS= -I${LOCALBASE}/include -D__GNU_LIBRARY__ ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -lgnugetopt ${PTHREAD_LIBS} post-patch: @${REINPLACE_CMD} -e 's|-lSDL |-lSDL-1.1 |g ; \ s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-lglib||g' ${WRKSRC}/src/Makefile.in .include Property changes on: head/multimedia/gopchop/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/multimedia/gstreamer-plugins/Makefile =================================================================== --- head/multimedia/gstreamer-plugins/Makefile (revision 65521) +++ head/multimedia/gstreamer-plugins/Makefile (revision 65522) @@ -1,541 +1,544 @@ # New ports collection makefile for: gstreamer plugins # Date created: Wed Jul 10 23:38:01 UTC 2002 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= gstreamer PORTVERSION= 0.4.0 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMESUFFIX= -plugins DISTNAME= gst-plugins-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 \ gstreamer.0:${PORTSDIR}/graphics/gstreamer \ popt.0:${PORTSDIR}/devel/popt \ xml2.5:${PORTSDIR}/textproc/libxml2 USE_BZIP2= yes USE_LIBTOOL= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-tests \ --disable-alsa \ --disable-mjpegtools \ --disable-qcam \ --disable-v4l CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \ SDL_CONFIG=${SDL_CONFIG} \ XMMS_CONFIG=${XMMS_CONFIG} \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" INSTALLS_SHLIB= yes PLIST_SUB= LOCALBASE="${LOCALBASE}" # for esound detection -WANT_ESOUND= yes +USE_GNOMENG= yes +WANT_GNOME= yes MAN1= gst-launch-ext.1 gst-visualise.1 PKG_CONFIG?="${LOCALBASE}/bin/pkg-config" SDL_CONFIG?="${LOCALBASE}/bin/sdl11-config" XMMS_CONFIG?="${LOCALBASE}/bin/xmms-config" post-patch: # as of this writing, FreeBSD does not support lrint* C99 math functions # do not prefix binary names with anything @${REINPLACE_CMD} -E -e \ 's|^#define.*LRINT.*$$||; \ s|(@program_transform_name@),[^,]+,|\1,s/$$$$//,|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} # use proper dir @${REINPLACE_CMD} -E -e \ 's|^(pkgconfigdir).*$$|\1=${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in # remove version number from include dir name @${REINPLACE_CMD} -E -e \ 's|-@VERSION@||' \ ${WRKSRC}/gstreamer-libs.pc.in # remove version number from include dir name @${FIND} ${WRKSRC} -type f -name Makefile.in | \ ${XARGS} -n 10 ${REINPLACE_CMD} -E -e \ 's|^(lib[[:alpha:]]+includedir.+)-@VERSION@|\1|' # gconf is not working in this release @${REINPLACE_CMD} -E -e \ 's,^((DIST_SUBDIRS|SUBDIRS).+)gconf,\1,' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/gst-libs/gst/Makefile.in # mcopidl takes the file as the last argument @${REINPLACE_CMD} -E -e \ 's|(mcopidl.+)(\$$<)(.+)$$|\1 \3 \2|' \ ${WRKSRC}/ext/arts/Makefile.in # no linux/cdrom.h @${REINPLACE_CMD} -E -e \ 's|^#include[[:space:]]+.+linux/cdrom\.h.*$$||' \ ${WRKSRC}/ext/dvdread/dvdreadsrc.c # malloc.h was deprecated in favor of stdlib.h # inttypes.h not stdint.h @${FIND} ${WRKSRC} -type f | \ ${XARGS} -n 10 ${REINPLACE_CMD} -e \ 's|malloc.h|stdlib.h|; \ s|stdint.h|inttypes.h|' .include CONFIGURE_ARGS+= \ --with-xmms-prefix=${LOCALBASE} \ --with-xmms-exec-prefix=${LOCALBASE} #--disable-cdparanoia #--disable-dv #--disable-dvdnav #--disable-dxr3 #--disable-examples #--disable-gnome_vfs #--disable-hermes #--disable-jack #--disable-ladspa #--disable-lcs #--disable-libdvtest #--disable-raw1394 #--disable-rtp #--disable-shout #--disable-sidplay #--disable-smoothwave #--disable-tarkin #--disable-tests #--disable-vcd #--disable-vga #--disable-xmms #--disable-xvideo ## ## auto detect possible plugins ## # aalib .if exists(${LOCALBASE}/lib/libaa.a) WITH_AALIB=yes .endif # arts .if exists(${LOCALBASE}/lib/libartsc.so.0) WITH_ARTS=yes .endif # avifile .if exists(${LOCALBASE}/lib/libaviplay.a) WITH_AVIFILE=yes .endif # esound .if exists(${LOCALBASE}/lib/libesd.a) -WITH_ESOUND=yes +USE_GNOME+= esound +PKGNAMESUFFIX= -esound .endif # flac .if exists(${LOCALBASE}/lib/libFLAC.a) WITH_FLAC=yes .endif # lame .if exists(${LOCALBASE}/lib/libmp3lame.a) WITH_LAME=yes .endif # gsm .if exists(${LOCALBASE}/lib/libgsm.a) WITH_GSM=yes .endif # jpeg .if exists(${LOCALBASE}/lib/libjpeg.a) WITH_JPEG=yes .endif # flac .if exists(${LOCALBASE}/lib/libFLAC.a) WITH_FLAC=yes .endif # liba52 .if exists(${LOCALBASE}/lib/liba52.a) WITH_LIBA52=yes .endif # libaudiofile .if exists(${LOCALBASE}/lib/libaudiofile.a) WITH_LIBAUDIOFILE=yes .endif # libdvdread .if exists(${LOCALBASE}/lib/libdvdread.a) WITH_LIBDVDREAD=yes .endif # libfame .if exists(${LOCALBASE}/lib/libfame.a) WITH_LIBFAME=yes .endif # libmikmod .if exists(${LOCALBASE}/lib/libmikmod.a) WITH_LIBMIKMOD=yes .endif # libmpeg2 .if exists(${LOCALBASE}/lib/libmpeg2.a) WITH_LIBMPEG2=yes .endif # mad .if exists(${LOCALBASE}/lib/libmad.a) WITH_MAD=yes .endif # openquicktime .if exists(${LOCALBASE}/lib/libopenquicktime.so) WITH_OPENQUICKTIME=yes .endif # png .if exists(${LOCALBASE}/lib/libpng.a) WITH_PNG=yes .endif # sdl .if exists(${LOCALBASE}/lib/libSDL-1.1.a) WITH_SDL=yes .endif # vorbis .if exists(${LOCALBASE}/lib/libvorbis.a) WITH_VORBIS=yes .endif ## ## control CONFIGURE options ## # aalib .ifndef(WITH_AALIB) CONFIGURE_ARGS+= --disable-aalib \ --disable-aalibtest PLIST_SUB+= AALIB="@comment " .else LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib CONFIGURE_ARGS+= --with-aalib-prefix=${LOCALBASE} \ --with-aalib-exec-prefix=${LOCALBASE} PLIST_SUB+= AALIB="" .endif # arts .ifndef(WITH_ARTS) CONFIGURE_ARGS+= --disable-arts \ --disable-artsc \ --disable-artstest PLIST_SUB+= ARTS="@comment " .else LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts CONFIGURE_ARGS+= --with-arts-prefix=${LOCALBASE} \ --with-arts-exec-prefix=${LOCALBASE} PLIST_SUB+= ARTS="" .endif # avifile .ifndef(WITH_AVIFILE) CONFIGURE_ARGS+= --disable-avifile PLIST_SUB+= AVIFILE="@comment " .else LIB_DEPENDS+= aviplay.0:${PORTSDIR}/graphics/avifile PLIST_SUB+= AVIFILE="" .endif # esound -.if !(defined(HAVE_ESOUND) || defined(WITH_ESOUND)) +.if !(${HAVE_GNOME:Mesound}!="" || defined(WITH_ESOUND)) CONFIGURE_ARGS+= --disable-esd \ --disable-esdtest PLIST_SUB+= ESOUND="@comment " .else -USE_ESOUND= yes +USE_GNOME+= esound +PKGNAMESUFFIX= -esound CONFIGURE_ARGS+= --with-esd-prefix=${LOCALBASE} \ --with-esd-exec-prefix=${LOCALBASE} PLIST_SUB+= ESOUND="" .endif # flac .ifndef(WITH_FLAC) CONFIGURE_ARGS+= --disable-flac PLIST_SUB+= FLAC="@comment " .else LIB_DEPENDS+= FLAC.3:${PORTSDIR}/audio/flac PLIST_SUB+= FLAC="" .endif # gsm .ifndef(WITH_GSM) CONFIGURE_ARGS+= --disable-gsm PLIST_SUB+= GSM="@comment " .else LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm PLIST_SUB+= GSM="" .endif # http .ifndef(WITH_HTTP) CONFIGURE_ARGS+= --disable-http PLIST_SUB+= HTTP="@comment " .else PLIST_SUB+= HTTP="" .endif # jpeg .ifndef(WITH_JPEG) CONFIGURE_ARGS+= --disable-jpeg PLIST_SUB+= JPEG="@comment " .else LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg PLIST_SUB+= JPEG="" .endif # lame .ifndef(WITH_LAME) CONFIGURE_ARGS+= --disable-lame PLIST_SUB+= LAME="@comment " .else LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame PLIST_SUB+= LAME="" .endif # liba52 .ifndef(WITH_LIBA52) CONFIGURE_ARGS+= --disable-a52dec PLIST_SUB+= LIBA52="@comment " .else LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg CONFIGURE_ARGS+= --with-a52dec-prefix=${LOCALBASE} PLIST_SUB+= LIBA52="" .endif # libaudiofile .ifndef(WITH_LIBAUDIOFILE) CONFIGURE_ARGS+= --disable-audiofile PLIST_SUB+= LIBAUDIOFILE="@comment " .else LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile PLIST_SUB+= LIBAUDIOFILE="" .endif # libdvdread .ifndef(WITH_LIBDVDREAD) CONFIGURE_ARGS+= --disable-dvdread PLIST_SUB+= LIBDVDREAD="@comment " .else LIB_DEPENDS+= dvdread.2:${PORTSDIR}/graphics/libdvdread PLIST_SUB+= LIBDVDREAD="" .endif # libfame .ifndef(WITH_LIBFAME) CONFIGURE_ARGS+= --disable-libfame \ --disable-libfametest PLIST_SUB+= LIBFAME="@comment " .else LIB_DEPENDS+= fame-0.9.0:${PORTSDIR}/graphics/libfame CONFIGURE_ARGS+= --with-libfame-prefix=${LOCALBASE} \ --with-libfame-exec-prefix=${LOCALBASE} PLIST_SUB+= LIBFAME="" .endif # libmikmod .ifndef(WITH_LIBMIKMOD) CONFIGURE_ARGS+= --disable-libmikmodtest \ --disable-mikmod PLIST_SUB+= LIBMIKMOD="@comment " .else LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod CONFIGURE_ARGS+= --with-libmikmod-prefix=${LOCALBASE} \ --with-libmikmod-exec-prefix=${LOCALBASE} PLIST_SUB+= LIBMIKMOD="" .endif # libmpeg2 .ifndef(WITH_LIBMPEG2) CONFIGURE_ARGS+= --disable-mpeg2dec PLIST_SUB+= LIBMPEG2="@comment " .else LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/graphics/libmpeg2 CONFIGURE_ARGS+= --with-mpeg2dec-prefix=${LOCALBASE} PLIST_SUB+= LIBMPEG2="" .endif # mad .ifndef(WITH_MAD) CONFIGURE_ARGS+= --disable-mad PLIST_SUB+= LIBMAD="@comment " .else LIB_DEPENDS+= mad.1:${PORTSDIR}/audio/mad PLIST_SUB+= LIBMAD="" .endif # openquicktime .ifndef(WITH_OPENQUICKTIME) CONFIGURE_ARGS+= --disable-openquicktime PLIST_SUB+= OPENQUICKTIME="@comment " .else LIB_DEPENDS+= openquicktime.0:${PORTSDIR}/graphics/openquicktime PLIST_SUB+= OPENQUICKTIME="" .endif # oss .ifdef(WITHOUT_OSS) CONFIGURE_ARGS+= --disable-oss PLIST_SUB+= OSS="@comment " .else PLIST_SUB+= OSS="" .endif # png .ifndef(WITH_PNG) CONFIGURE_ARGS+= --disable-libpng PLIST_SUB+= PNG="@comment " .else LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png PLIST_SUB+= PNG="" .endif # sdl .ifndef(WITH_SDL) CONFIGURE_ARGS+= --disable-sdl \ --disable-sdltest PLIST_SUB+= SDL="@comment " .else LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12 CONFIGURE_ARGS+= --with-sdl-prefix=${LOCALBASE} \ --with-sdl-exec-prefix=${LOCALBASE} PLIST_SUB+= SDL="" .endif # vorbis .ifndef(WITH_VORBIS) CONFIGURE_ARGS+= --disable-vorbis \ --disable-vorbistest PLIST_SUB+= VORBIS="@comment " .else LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis PLIST_SUB+= VORBIS="" .endif pre-everything:: .ifndef(WITH_AALIB) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_AALIB to enable aalib Video plugin' .endif .ifndef(WITH_ARTS) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_ARTS to enable arts Audio plugin' .endif .ifndef(WITH_AVIFILE) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_AVIFILE to enable avifile Video plugin' .endif -.if !(defined(HAVE_ESOUND) || defined(WITH_ESOUND)) +.if !(${HAVE_GNOME:Mesound}!="" || defined(WITH_ESOUND)) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_ESOUND to enable esound Audio plugin' .endif .ifndef(WITH_FLAC) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_FLAC to enable flac Audio plugin' .endif .ifndef(WITH_GSM) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_GSM to enable gsm Audio plugin' .endif .ifndef(WITH_HTTP) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_HTTP to enable http Network plugin' .endif .ifndef(WITH_JPEG) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_JPEG to enable jpeg Video plugin' .endif .ifndef(WITH_LAME) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LAME to enable lame MP3 Audio plugin' .endif .ifndef(WITH_LIBA52) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBA52 to enable liba52 AC3 Audio plugin' .endif .ifndef(WITH_LIBAUDIOFILE) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBAUDIOFILE to enable libaudiofile Audio plugin' .endif .ifndef(WITH_LIBDVDREAD) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBDVDREAD to enable libdvdread Video plugin' .endif .ifndef(WITH_LIBFAME) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBFAME to enable libfame Video plugin' .endif .ifndef(WITH_LIBMIKMOD) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBMIKMOD to enable libmikmod Audio plugin' .endif .ifndef(WITH_LIBMPEG2) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBMPEG2 to enable libmpeg2 Video plugin' .endif .ifndef(WITH_MAD) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_MAD to enable mad Audio plugin' .endif .ifndef(WITH_OPENQUICKTIME) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_OPENQUICKTIME to enable openquicktime Video plugin' .endif .ifndef(WITHOUT_OSS) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITHOUT_OSS to disable OSS Audio plugin' .endif .ifndef(WITH_PNG) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_PNG to enable png Video plugin' .endif .ifndef(WITH_SDL) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_SDL to enable SDL Video plugin' .endif .ifndef(WITH_VORBIS) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_VORBIS to enable vorbis Audio plugin' .endif .include Property changes on: head/multimedia/gstreamer-plugins/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/multimedia/gstreamer-plugins80/Makefile =================================================================== --- head/multimedia/gstreamer-plugins80/Makefile (revision 65521) +++ head/multimedia/gstreamer-plugins80/Makefile (revision 65522) @@ -1,541 +1,544 @@ # New ports collection makefile for: gstreamer plugins # Date created: Wed Jul 10 23:38:01 UTC 2002 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= gstreamer PORTVERSION= 0.4.0 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMESUFFIX= -plugins DISTNAME= gst-plugins-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 \ gstreamer.0:${PORTSDIR}/graphics/gstreamer \ popt.0:${PORTSDIR}/devel/popt \ xml2.5:${PORTSDIR}/textproc/libxml2 USE_BZIP2= yes USE_LIBTOOL= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-tests \ --disable-alsa \ --disable-mjpegtools \ --disable-qcam \ --disable-v4l CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \ SDL_CONFIG=${SDL_CONFIG} \ XMMS_CONFIG=${XMMS_CONFIG} \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" INSTALLS_SHLIB= yes PLIST_SUB= LOCALBASE="${LOCALBASE}" # for esound detection -WANT_ESOUND= yes +USE_GNOMENG= yes +WANT_GNOME= yes MAN1= gst-launch-ext.1 gst-visualise.1 PKG_CONFIG?="${LOCALBASE}/bin/pkg-config" SDL_CONFIG?="${LOCALBASE}/bin/sdl11-config" XMMS_CONFIG?="${LOCALBASE}/bin/xmms-config" post-patch: # as of this writing, FreeBSD does not support lrint* C99 math functions # do not prefix binary names with anything @${REINPLACE_CMD} -E -e \ 's|^#define.*LRINT.*$$||; \ s|(@program_transform_name@),[^,]+,|\1,s/$$$$//,|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} # use proper dir @${REINPLACE_CMD} -E -e \ 's|^(pkgconfigdir).*$$|\1=${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in # remove version number from include dir name @${REINPLACE_CMD} -E -e \ 's|-@VERSION@||' \ ${WRKSRC}/gstreamer-libs.pc.in # remove version number from include dir name @${FIND} ${WRKSRC} -type f -name Makefile.in | \ ${XARGS} -n 10 ${REINPLACE_CMD} -E -e \ 's|^(lib[[:alpha:]]+includedir.+)-@VERSION@|\1|' # gconf is not working in this release @${REINPLACE_CMD} -E -e \ 's,^((DIST_SUBDIRS|SUBDIRS).+)gconf,\1,' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/gst-libs/gst/Makefile.in # mcopidl takes the file as the last argument @${REINPLACE_CMD} -E -e \ 's|(mcopidl.+)(\$$<)(.+)$$|\1 \3 \2|' \ ${WRKSRC}/ext/arts/Makefile.in # no linux/cdrom.h @${REINPLACE_CMD} -E -e \ 's|^#include[[:space:]]+.+linux/cdrom\.h.*$$||' \ ${WRKSRC}/ext/dvdread/dvdreadsrc.c # malloc.h was deprecated in favor of stdlib.h # inttypes.h not stdint.h @${FIND} ${WRKSRC} -type f | \ ${XARGS} -n 10 ${REINPLACE_CMD} -e \ 's|malloc.h|stdlib.h|; \ s|stdint.h|inttypes.h|' .include CONFIGURE_ARGS+= \ --with-xmms-prefix=${LOCALBASE} \ --with-xmms-exec-prefix=${LOCALBASE} #--disable-cdparanoia #--disable-dv #--disable-dvdnav #--disable-dxr3 #--disable-examples #--disable-gnome_vfs #--disable-hermes #--disable-jack #--disable-ladspa #--disable-lcs #--disable-libdvtest #--disable-raw1394 #--disable-rtp #--disable-shout #--disable-sidplay #--disable-smoothwave #--disable-tarkin #--disable-tests #--disable-vcd #--disable-vga #--disable-xmms #--disable-xvideo ## ## auto detect possible plugins ## # aalib .if exists(${LOCALBASE}/lib/libaa.a) WITH_AALIB=yes .endif # arts .if exists(${LOCALBASE}/lib/libartsc.so.0) WITH_ARTS=yes .endif # avifile .if exists(${LOCALBASE}/lib/libaviplay.a) WITH_AVIFILE=yes .endif # esound .if exists(${LOCALBASE}/lib/libesd.a) -WITH_ESOUND=yes +USE_GNOME+= esound +PKGNAMESUFFIX= -esound .endif # flac .if exists(${LOCALBASE}/lib/libFLAC.a) WITH_FLAC=yes .endif # lame .if exists(${LOCALBASE}/lib/libmp3lame.a) WITH_LAME=yes .endif # gsm .if exists(${LOCALBASE}/lib/libgsm.a) WITH_GSM=yes .endif # jpeg .if exists(${LOCALBASE}/lib/libjpeg.a) WITH_JPEG=yes .endif # flac .if exists(${LOCALBASE}/lib/libFLAC.a) WITH_FLAC=yes .endif # liba52 .if exists(${LOCALBASE}/lib/liba52.a) WITH_LIBA52=yes .endif # libaudiofile .if exists(${LOCALBASE}/lib/libaudiofile.a) WITH_LIBAUDIOFILE=yes .endif # libdvdread .if exists(${LOCALBASE}/lib/libdvdread.a) WITH_LIBDVDREAD=yes .endif # libfame .if exists(${LOCALBASE}/lib/libfame.a) WITH_LIBFAME=yes .endif # libmikmod .if exists(${LOCALBASE}/lib/libmikmod.a) WITH_LIBMIKMOD=yes .endif # libmpeg2 .if exists(${LOCALBASE}/lib/libmpeg2.a) WITH_LIBMPEG2=yes .endif # mad .if exists(${LOCALBASE}/lib/libmad.a) WITH_MAD=yes .endif # openquicktime .if exists(${LOCALBASE}/lib/libopenquicktime.so) WITH_OPENQUICKTIME=yes .endif # png .if exists(${LOCALBASE}/lib/libpng.a) WITH_PNG=yes .endif # sdl .if exists(${LOCALBASE}/lib/libSDL-1.1.a) WITH_SDL=yes .endif # vorbis .if exists(${LOCALBASE}/lib/libvorbis.a) WITH_VORBIS=yes .endif ## ## control CONFIGURE options ## # aalib .ifndef(WITH_AALIB) CONFIGURE_ARGS+= --disable-aalib \ --disable-aalibtest PLIST_SUB+= AALIB="@comment " .else LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib CONFIGURE_ARGS+= --with-aalib-prefix=${LOCALBASE} \ --with-aalib-exec-prefix=${LOCALBASE} PLIST_SUB+= AALIB="" .endif # arts .ifndef(WITH_ARTS) CONFIGURE_ARGS+= --disable-arts \ --disable-artsc \ --disable-artstest PLIST_SUB+= ARTS="@comment " .else LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts CONFIGURE_ARGS+= --with-arts-prefix=${LOCALBASE} \ --with-arts-exec-prefix=${LOCALBASE} PLIST_SUB+= ARTS="" .endif # avifile .ifndef(WITH_AVIFILE) CONFIGURE_ARGS+= --disable-avifile PLIST_SUB+= AVIFILE="@comment " .else LIB_DEPENDS+= aviplay.0:${PORTSDIR}/graphics/avifile PLIST_SUB+= AVIFILE="" .endif # esound -.if !(defined(HAVE_ESOUND) || defined(WITH_ESOUND)) +.if !(${HAVE_GNOME:Mesound}!="" || defined(WITH_ESOUND)) CONFIGURE_ARGS+= --disable-esd \ --disable-esdtest PLIST_SUB+= ESOUND="@comment " .else -USE_ESOUND= yes +USE_GNOME+= esound +PKGNAMESUFFIX= -esound CONFIGURE_ARGS+= --with-esd-prefix=${LOCALBASE} \ --with-esd-exec-prefix=${LOCALBASE} PLIST_SUB+= ESOUND="" .endif # flac .ifndef(WITH_FLAC) CONFIGURE_ARGS+= --disable-flac PLIST_SUB+= FLAC="@comment " .else LIB_DEPENDS+= FLAC.3:${PORTSDIR}/audio/flac PLIST_SUB+= FLAC="" .endif # gsm .ifndef(WITH_GSM) CONFIGURE_ARGS+= --disable-gsm PLIST_SUB+= GSM="@comment " .else LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm PLIST_SUB+= GSM="" .endif # http .ifndef(WITH_HTTP) CONFIGURE_ARGS+= --disable-http PLIST_SUB+= HTTP="@comment " .else PLIST_SUB+= HTTP="" .endif # jpeg .ifndef(WITH_JPEG) CONFIGURE_ARGS+= --disable-jpeg PLIST_SUB+= JPEG="@comment " .else LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg PLIST_SUB+= JPEG="" .endif # lame .ifndef(WITH_LAME) CONFIGURE_ARGS+= --disable-lame PLIST_SUB+= LAME="@comment " .else LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame PLIST_SUB+= LAME="" .endif # liba52 .ifndef(WITH_LIBA52) CONFIGURE_ARGS+= --disable-a52dec PLIST_SUB+= LIBA52="@comment " .else LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg CONFIGURE_ARGS+= --with-a52dec-prefix=${LOCALBASE} PLIST_SUB+= LIBA52="" .endif # libaudiofile .ifndef(WITH_LIBAUDIOFILE) CONFIGURE_ARGS+= --disable-audiofile PLIST_SUB+= LIBAUDIOFILE="@comment " .else LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile PLIST_SUB+= LIBAUDIOFILE="" .endif # libdvdread .ifndef(WITH_LIBDVDREAD) CONFIGURE_ARGS+= --disable-dvdread PLIST_SUB+= LIBDVDREAD="@comment " .else LIB_DEPENDS+= dvdread.2:${PORTSDIR}/graphics/libdvdread PLIST_SUB+= LIBDVDREAD="" .endif # libfame .ifndef(WITH_LIBFAME) CONFIGURE_ARGS+= --disable-libfame \ --disable-libfametest PLIST_SUB+= LIBFAME="@comment " .else LIB_DEPENDS+= fame-0.9.0:${PORTSDIR}/graphics/libfame CONFIGURE_ARGS+= --with-libfame-prefix=${LOCALBASE} \ --with-libfame-exec-prefix=${LOCALBASE} PLIST_SUB+= LIBFAME="" .endif # libmikmod .ifndef(WITH_LIBMIKMOD) CONFIGURE_ARGS+= --disable-libmikmodtest \ --disable-mikmod PLIST_SUB+= LIBMIKMOD="@comment " .else LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod CONFIGURE_ARGS+= --with-libmikmod-prefix=${LOCALBASE} \ --with-libmikmod-exec-prefix=${LOCALBASE} PLIST_SUB+= LIBMIKMOD="" .endif # libmpeg2 .ifndef(WITH_LIBMPEG2) CONFIGURE_ARGS+= --disable-mpeg2dec PLIST_SUB+= LIBMPEG2="@comment " .else LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/graphics/libmpeg2 CONFIGURE_ARGS+= --with-mpeg2dec-prefix=${LOCALBASE} PLIST_SUB+= LIBMPEG2="" .endif # mad .ifndef(WITH_MAD) CONFIGURE_ARGS+= --disable-mad PLIST_SUB+= LIBMAD="@comment " .else LIB_DEPENDS+= mad.1:${PORTSDIR}/audio/mad PLIST_SUB+= LIBMAD="" .endif # openquicktime .ifndef(WITH_OPENQUICKTIME) CONFIGURE_ARGS+= --disable-openquicktime PLIST_SUB+= OPENQUICKTIME="@comment " .else LIB_DEPENDS+= openquicktime.0:${PORTSDIR}/graphics/openquicktime PLIST_SUB+= OPENQUICKTIME="" .endif # oss .ifdef(WITHOUT_OSS) CONFIGURE_ARGS+= --disable-oss PLIST_SUB+= OSS="@comment " .else PLIST_SUB+= OSS="" .endif # png .ifndef(WITH_PNG) CONFIGURE_ARGS+= --disable-libpng PLIST_SUB+= PNG="@comment " .else LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png PLIST_SUB+= PNG="" .endif # sdl .ifndef(WITH_SDL) CONFIGURE_ARGS+= --disable-sdl \ --disable-sdltest PLIST_SUB+= SDL="@comment " .else LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12 CONFIGURE_ARGS+= --with-sdl-prefix=${LOCALBASE} \ --with-sdl-exec-prefix=${LOCALBASE} PLIST_SUB+= SDL="" .endif # vorbis .ifndef(WITH_VORBIS) CONFIGURE_ARGS+= --disable-vorbis \ --disable-vorbistest PLIST_SUB+= VORBIS="@comment " .else LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis PLIST_SUB+= VORBIS="" .endif pre-everything:: .ifndef(WITH_AALIB) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_AALIB to enable aalib Video plugin' .endif .ifndef(WITH_ARTS) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_ARTS to enable arts Audio plugin' .endif .ifndef(WITH_AVIFILE) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_AVIFILE to enable avifile Video plugin' .endif -.if !(defined(HAVE_ESOUND) || defined(WITH_ESOUND)) +.if !(${HAVE_GNOME:Mesound}!="" || defined(WITH_ESOUND)) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_ESOUND to enable esound Audio plugin' .endif .ifndef(WITH_FLAC) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_FLAC to enable flac Audio plugin' .endif .ifndef(WITH_GSM) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_GSM to enable gsm Audio plugin' .endif .ifndef(WITH_HTTP) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_HTTP to enable http Network plugin' .endif .ifndef(WITH_JPEG) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_JPEG to enable jpeg Video plugin' .endif .ifndef(WITH_LAME) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LAME to enable lame MP3 Audio plugin' .endif .ifndef(WITH_LIBA52) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBA52 to enable liba52 AC3 Audio plugin' .endif .ifndef(WITH_LIBAUDIOFILE) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBAUDIOFILE to enable libaudiofile Audio plugin' .endif .ifndef(WITH_LIBDVDREAD) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBDVDREAD to enable libdvdread Video plugin' .endif .ifndef(WITH_LIBFAME) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBFAME to enable libfame Video plugin' .endif .ifndef(WITH_LIBMIKMOD) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBMIKMOD to enable libmikmod Audio plugin' .endif .ifndef(WITH_LIBMPEG2) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_LIBMPEG2 to enable libmpeg2 Video plugin' .endif .ifndef(WITH_MAD) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_MAD to enable mad Audio plugin' .endif .ifndef(WITH_OPENQUICKTIME) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_OPENQUICKTIME to enable openquicktime Video plugin' .endif .ifndef(WITHOUT_OSS) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITHOUT_OSS to disable OSS Audio plugin' .endif .ifndef(WITH_PNG) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_PNG to enable png Video plugin' .endif .ifndef(WITH_SDL) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_SDL to enable SDL Video plugin' .endif .ifndef(WITH_VORBIS) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_VORBIS to enable vorbis Audio plugin' .endif .include Property changes on: head/multimedia/gstreamer-plugins80/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/multimedia/gxanim/Makefile =================================================================== --- head/multimedia/gxanim/Makefile (revision 65521) +++ head/multimedia/gxanim/Makefile (revision 65522) @@ -1,25 +1,26 @@ # New ports collection makefile for: xanim # Date created: Sat Nov 5 11:43:03 PST 1994 # Whom: Rod Taylor # # $FreeBSD$ # PORTNAME= gxanim PORTVERSION= 0.50 CATEGORIES= graphics MASTER_SITES= http://www.greslin.org/code/ DISTNAME= GXAnim-${PORTVERSION} EXTRACT_SUFX= .tar.bz2 MAINTAINER= rbt@zort.ca RUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim WRKSRC= ${WRKDIR}/gxanim-${PORTVERSION} USE_BZIP2= yes USE_XLIB= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 .include Property changes on: head/multimedia/gxanim/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/multimedia/libmovtar/Makefile =================================================================== --- head/multimedia/libmovtar/Makefile (revision 65521) +++ head/multimedia/libmovtar/Makefile (revision 65522) @@ -1,39 +1,40 @@ # New ports collection makefile for: libmovtar # Date created: Mon Oct 15 23:35:04 BRST 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= libmovtar PORTVERSION= 0.1.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mjpeg MAINTAINER= lioux@FreeBSD.org LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ jpeg.9:${PORTSDIR}/graphics/jpeg -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-m4data-prefix=${PREFIX}/share CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ LOCALBASE="${LOCALBASE}" MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS=${PTHREAD_LIBS} SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config post-patch: @${REINPLACE_CMD} -e 's|SDL/|SDL11/|' \ ${WRKSRC}/rtjpeg/rtjshow.c \ ${WRKSRC}/movtar_play.c @${REINPLACE_CMD} -E -e 's|^(LIBS="-ljpeg )|\1 -L${LOCALBASE}/lib|; \ s|(LIBS -ljpeg)"|\1 -L${LOCALBASE}/lib"|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .include Property changes on: head/multimedia/libmovtar/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/multimedia/libxine/Makefile =================================================================== --- head/multimedia/libxine/Makefile (revision 65521) +++ head/multimedia/libxine/Makefile (revision 65522) @@ -1,109 +1,110 @@ # New ports collection makefile for: libxine # Date created: 14 Oct 2000 # Whom: alex # # $FreeBSD$ # PORTNAME= xine PORTVERSION= 0.9.13 CATEGORIES= graphics MASTER_SITES= http://xine.sourceforge.net/files/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= lib DISTNAME= ${PORTNAME}-lib-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libavcodec.a:${PORTSDIR}/graphics/ffmpeg \ ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft LIB_DEPENDS= a52.0:${PORTSDIR}/audio/liba52 \ aa.1:${PORTSDIR}/graphics/aalib \ SDL-1.1:${PORTSDIR}/devel/sdl12 \ intl.4:${PORTSDIR}/devel/gettext \ iconv.3:${PORTSDIR}/converters/libiconv \ divxdecore.1:${PORTSDIR}/graphics/libdivxdecore-devel WRKSRC= ${WRKDIR}/${PORTNAME}-lib-${PORTVERSION} USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_GMAKE= yes USE_AUTOMAKE= yes USE_MESA= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ SDL_CONFIG="${LOCALBASE}/bin/sdl11-config" \ THREAD_CFLAGS="${PTHREAD_CFLAGS}" \ THREAD_LIBS="${PTHREAD_LIBS}" \ X_EXTRA_LIBS="-lGL -lGLU -lXext -lX11 -lm" CONFIGURE_ARGS= --with-w32-path=${LOCALBASE}/lib/win32 \ --disable-dxr3 --disable-vidix --disable-dha-kmod \ --disable-alsa INSTALLS_SHLIB= yes MAN1= xine-config.1 MAN3= ao_driver_t.3 ao_functions_t.3 autoplay_group.3 \ audio_cap.3 audio_group.3 audio_prop.3 \ browse_group.3 build_info.3 cfg_data_t.3 config_group.3 \ config_values_s.3 config_values_t.3 demux_strategy.3 \ event_group.3 loadplugins_group.3 mrl_t.3 mrl_types.3 \ status_group.3 ui_callbacks.3 version_group.3 video_cap.3 \ video_group.3 video_prop.3 video_ratio.3 visual_types.3 \ vo_driver_s.3 vo_driver_t.3 vo_frame_t.3 vo_overlay_t.3 \ xine-lib.3 xine.h.3 xine_api.3 xine_init.3 xine_management.3 \ xine_t.3 xine_version.3 .include .if ${XFREE86_VERSION} >= 4 PLIST_SUB= HAVE_LIBXV="" .else PLIST_SUB= HAVE_LIBXV="@comment " .endif .if exists(${LOCALBASE}/bin/artsc-config) PLIST_SUB+= HAVE_ARTS="" .else PLIST_SUB+= HAVE_ARTS="@comment " .endif .if exists(${LOCALBASE}/include/vorbis/codec.h) LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis PLIST_SUB+= HAVE_VORBIS="" .else PLIST_SUB+= HAVE_VORBIS="@comment " .endif .if exists(${LOCALBASE}/include/ogg/ogg.h) LIB_DEPENDS+= ogg.4:${PORTSDIR}/audio/libogg PLIST_SUB+= HAVE_OGG="" .else PLIST_SUB+= HAVE_OGG="@comment " .endif post-patch: @${REINPLACE_CMD} -e \ 's|THREAD_LIBS=.*$$|THREAD_LIBS="\$$THREAD_LIBS"|g ; \ s|THREAD_CFLAGS=.*$$|THREAD_CFLAGS="\$$THREAD_CFLAGS"|g ; \ s|-L/usr/local/lib||g ; \ s|-I/usr/local/include||g ; \ s|-lgiconv|-liconv|g ; \ s|-funroll-loops||g' ${WRKSRC}/configure.in .if ${OSVERSION} >= 500035 @${REINPLACE_CMD} -e \ 's|-malign-loops|-falign-loops|g ; \ s|-malign-jumps|-falign-jumps|g ; \ s|-malign-functions|-falign-functions|g' ${WRKSRC}/configure.in .endif @${REINPLACE_CMD} -e \ 's|aclocal,|${ACLOCAL},|g ; \ s|autoconf,|${AUTOCONF},|g ; \ s|automake,|${AUTOMAKE},|g ; \ s|autoheader,|${AUTOHEADER},|g' ${WRKSRC}/aclocal.m4 .include Property changes on: head/multimedia/libxine/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/multimedia/mplayer/Makefile =================================================================== --- head/multimedia/mplayer/Makefile (revision 65521) +++ head/multimedia/mplayer/Makefile (revision 65522) @@ -1,234 +1,236 @@ # New ports collection makefile for: mplayer # Date created: 10 August 2001 # Whom: Thomas E. Zander # with lots of help from Vladimir Kushnir # $FreeBSD$ # PORTNAME= mplayer PORTVERSION= 0.90.0.6 CATEGORIES= graphics MASTER_SITES= http://ftp.mplayerhq.hu/MPlayer/releases/ \ http://www.mplayerhq.hu/MPlayer/releases/ \ http://www2.mplayerhq.hu/MPlayer/releases/ \ http://ftp.lug.udel.edu/MPlayer/releases/ \ ftp://ftp.mplayerhq.hu/MPlayer/releases/ \ ftp://ftp2.mplayerhq.hu/MPlayer/releases/ \ ftp://ftp.lug.udel.edu/MPlayer/releases/ \ http://www.rrr.de/~riggs/mplayer/ DISTNAME= MPlayer-0.90pre6 MAINTAINER= riggs@rrr.de LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ iconv.3:${PORTSDIR}/converters/libiconv \ mp3lame.0:${PORTSDIR}/audio/lame RUN_DEPENDS= ${LOCALBASE}/share/mplayer/fonts:${PORTSDIR}/graphics/mplayer-fonts USE_BZIP2= yes USE_GMAKE= yes USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS=${PTHREAD_LIBS} CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \ --with-extraincdir=${LOCALBASE}/include -WANT_GTK= yes +USE_GNOMENG= yes +WANT_GNOME= yes MAN1= mplayer.1 MLINKS= mplayer.1 mencoder.1 MANCOMPRESSED= no CONFFILES= codecs.conf example.conf input.conf DOCFILES= bugreports.html cd-dvd.html codecs-in.html \ codecs.html documentation.html faq.html skin-en.html \ encoding.html formats.html sound.html \ users_against_developers.html \ video.html .include .if exists(${LOCALBASE}/lib/libdvdcss.so.2) WITH_DVD= yes .endif .if exists(${LOCALBASE}/lib/libvga.so.1) WITH_SVGALIB= yes .endif .if exists(${LOCALBASE}/lib/libSDL-1.1.so.4) WITH_SDL= yes .endif .if exists(${LOCALBASE}/lib/libvorbis.so.2) WITH_VORBIS= yes .endif .if exists(${LOCALBASE}/lib/libjpeg.so.9) LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg .endif .if exists(${X11BASE}/bin/xanim) WITH_XANIM= yes .endif .if defined(WITH_OPTIMIZED_CFLAGS) CFLAGS+= -O3 -ffast-math -fomit-frame-pointer .endif -.if defined(HAVE_GTK) +.if ${HAVE_GNOME:Mgtk12}!="" WITH_GUI= yes .endif .if defined(WITH_GUI) -USE_GTK= yes +USE_GNOME+= gtk12 +PKGNAMESUFFIX= -gtk CONFIGURE_ARGS+= --enable-gui .endif .if defined(WITH_DVD) .if !defined(WITH_LIBDVDREAD) LIB_DEPENDS+= dvdcss.2:${PORTSDIR}/graphics/libdvdcss .else LIB_DEPENDS+= dvdread.2:${PORTSDIR}/graphics/libdvdread .endif .endif .if defined(WITH_SVGALIB) LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib .endif .if defined(WITH_SDL) LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12 .endif .if defined(WITH_VORBIS) LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis .endif .if defined(WITH_XANIM) BUILD_DEPENDS+= xanim:${PORTSDIR}/graphics/xanim CONFIGURE_ARGS+=--enable-xanim --with-xanimlibdir=${X11BASE}/lib/X11/xanim .else CONFIGURE_ARGS+=--disable-xanim .endif # "enable" build for other archs .if ${ARCH} == "i386" .if !defined(WITHOUT_RUNTIME_CPUDETECTION) CONFIGURE_ARGS+=--enable-runtime-cpudetection .else #WITHOUT_RUNTIME_CPUDETECTION .if defined(WITHOUT_MMX) CONFIGURE_ARGS+=--disable-mmx .endif .if defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021 CONFIGURE_ARGS+=--disable-3dnow .endif .if defined(WITHOUT_DSP) || defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021 CONFIGURE_ARGS+=--disable-3dnowex .endif .if defined(WITHOUT_SSE) CONFIGURE_ARGS+=--disable-mmx2 --disable-sse .endif .endif #WITHOUT_RUNTIME_CPUDETECTION .if !defined(WITH_SVGALIB) CONFIGURE_ARGS+=--disable-svga .endif .if !defined(WITH_SDL) CONFIGURE_ARGS+=--disable-sdl .endif .if !defined(WITH_VORBIS) CONFIGURE_ARGS+=--disable-vorbis .endif .if !defined(WITHOUT_WIN32_CODECS) RUN_DEPENDS+= ${CODEC_DETECTION_FILE}:${CODEC_PORT} CONFIGURE_ARGS+= --with-win32libdir=${LOCALBASE}/lib/win32 CODEC_PORT= ${PORTSDIR}/graphics/win32-codecs #CODEC_PORT= ${.CURDIR}/../win32-codecs CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE .endif .endif # ARCH == i386 pre-everything:: .if defined(WITH_GUI) @${ECHO_MSG} "You can download official skin collections from" @${ECHO_MSG} "http://www.mplayerhq.hu/homepage/dload.html" .endif .if !defined(WITH_OPTIMIZED_CFLAGS) @${ECHO_MSG} "You can enable additional compilation optimizations" @${ECHO_MSG} "by defining WITH_OPTIMIZED_CFLAGS" .endif -.if !defined(WITH_GUI) && !defined(HAVE_GTK) +.if !defined(WITH_GUI) && ${HAVE_GNOME:Mgtk12}=="" @${ECHO_MSG} "You can enable GTK GUI by defining WITH_GUI." .endif .if !defined(WITH_DVD) @${ECHO_MSG} "You can enable DVD support by defining WITH_DVD." .endif .if defined(WITH_DVD) && !defined(WITH_LIBDVDREAD) @${ECHO_MSG} "You can replace mplayer internal DVD routines with libdvdread" @${ECHO_MSG} "support by defining WITH_LIBDVDREAD." .endif .if !defined(WITH_SVGALIB) @${ECHO_MSG} "You can enable SVGALIB support by defining WITH_SVGALIB." .endif .if !defined(WITH_SDL) @${ECHO_MSG} "You can enable SDL support by defining WITH_SDL." .endif .if !defined(WITH_VORBIS) @${ECHO_MSG} "You can enable VORBIS sound support by defining WITH_VORBIS." .endif .if !defined(WITH_XANIM) @${ECHO_MSG} "You can enable XAnim DLL support by defining WITH_XANIM." .endif .if ${ARCH} == "i386" .if !defined(WITHOUT_WIN32_CODECS) @${ECHO_MSG} "You can disable support (this turns this into a X86 only port)" @${ECHO_MSG} "for Win32 codecs by defining WITHOUT_WIN32_CODECS" .endif .if defined(WITHOUT_RUNTIME_CPUDETECTION) .if !defined(WITHOUT_SSE) @${ECHO_MSG} "You have to enable \"options CPU_ENABLE_SSE\" in your kernel" @${ECHO_MSG} "config in order to enable kernel support for SSE/MMX2." .endif .if !defined(WITHOUT_MMX) @${ECHO_MSG} "You can disable use of MMX routines by defining WITHOUT_MMX." .endif .if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 @${ECHO_MSG} "You can disable use of 3DNow! optimized routines by defining WITHOUT_3DNOW." .endif .if !defined(WITHOUT_3DNOW) && !defined(WITHOUT_DSP) && ${OSVERSION} >= 400021 @${ECHO_MSG} "You can disable support for Athlon DSP extensions by defining WITHOUT_DSP." .endif @${ECHO_MSG} "Note: The cpu features are autodetected, so there is probably no need" @${ECHO_MSG} "to manually disable them." .else @${ECHO_MSG} "You can disable runtime cpu detection features by defining WITHOUT_RUNTIME_CPUDETECTION" .endif .endif # ARCH == i386 pre-configure: .if defined(WITH_LIBDVDREAD) @${RM} -Rf ${WRKSRC}/libmpdvdkit/ .endif post-install: @${MKDIR} ${DATADIR} @${CHMOD} 755 ${DATADIR} .for conf in ${CONFFILES} ${INSTALL_DATA} ${WRKSRC}/etc/${conf} ${DATADIR} .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${CHMOD} 755 ${DOCSDIR} .for doc in ${DOCFILES} @${INSTALL_DATA} ${WRKSRC}/DOCS/${doc} ${DOCSDIR} .endfor .endif @${CAT} pkg-message install-user: @${PERL} ${FILESDIR}/install-user .include Property changes on: head/multimedia/mplayer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/multimedia/mplayerxp/Makefile =================================================================== --- head/multimedia/mplayerxp/Makefile (revision 65521) +++ head/multimedia/mplayerxp/Makefile (revision 65522) @@ -1,234 +1,236 @@ # New ports collection makefile for: mplayer # Date created: 10 August 2001 # Whom: Thomas E. Zander # with lots of help from Vladimir Kushnir # $FreeBSD$ # PORTNAME= mplayer PORTVERSION= 0.90.0.6 CATEGORIES= graphics MASTER_SITES= http://ftp.mplayerhq.hu/MPlayer/releases/ \ http://www.mplayerhq.hu/MPlayer/releases/ \ http://www2.mplayerhq.hu/MPlayer/releases/ \ http://ftp.lug.udel.edu/MPlayer/releases/ \ ftp://ftp.mplayerhq.hu/MPlayer/releases/ \ ftp://ftp2.mplayerhq.hu/MPlayer/releases/ \ ftp://ftp.lug.udel.edu/MPlayer/releases/ \ http://www.rrr.de/~riggs/mplayer/ DISTNAME= MPlayer-0.90pre6 MAINTAINER= riggs@rrr.de LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ iconv.3:${PORTSDIR}/converters/libiconv \ mp3lame.0:${PORTSDIR}/audio/lame RUN_DEPENDS= ${LOCALBASE}/share/mplayer/fonts:${PORTSDIR}/graphics/mplayer-fonts USE_BZIP2= yes USE_GMAKE= yes USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS=${PTHREAD_LIBS} CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \ --with-extraincdir=${LOCALBASE}/include -WANT_GTK= yes +USE_GNOMENG= yes +WANT_GNOME= yes MAN1= mplayer.1 MLINKS= mplayer.1 mencoder.1 MANCOMPRESSED= no CONFFILES= codecs.conf example.conf input.conf DOCFILES= bugreports.html cd-dvd.html codecs-in.html \ codecs.html documentation.html faq.html skin-en.html \ encoding.html formats.html sound.html \ users_against_developers.html \ video.html .include .if exists(${LOCALBASE}/lib/libdvdcss.so.2) WITH_DVD= yes .endif .if exists(${LOCALBASE}/lib/libvga.so.1) WITH_SVGALIB= yes .endif .if exists(${LOCALBASE}/lib/libSDL-1.1.so.4) WITH_SDL= yes .endif .if exists(${LOCALBASE}/lib/libvorbis.so.2) WITH_VORBIS= yes .endif .if exists(${LOCALBASE}/lib/libjpeg.so.9) LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg .endif .if exists(${X11BASE}/bin/xanim) WITH_XANIM= yes .endif .if defined(WITH_OPTIMIZED_CFLAGS) CFLAGS+= -O3 -ffast-math -fomit-frame-pointer .endif -.if defined(HAVE_GTK) +.if ${HAVE_GNOME:Mgtk12}!="" WITH_GUI= yes .endif .if defined(WITH_GUI) -USE_GTK= yes +USE_GNOME+= gtk12 +PKGNAMESUFFIX= -gtk CONFIGURE_ARGS+= --enable-gui .endif .if defined(WITH_DVD) .if !defined(WITH_LIBDVDREAD) LIB_DEPENDS+= dvdcss.2:${PORTSDIR}/graphics/libdvdcss .else LIB_DEPENDS+= dvdread.2:${PORTSDIR}/graphics/libdvdread .endif .endif .if defined(WITH_SVGALIB) LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib .endif .if defined(WITH_SDL) LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12 .endif .if defined(WITH_VORBIS) LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis .endif .if defined(WITH_XANIM) BUILD_DEPENDS+= xanim:${PORTSDIR}/graphics/xanim CONFIGURE_ARGS+=--enable-xanim --with-xanimlibdir=${X11BASE}/lib/X11/xanim .else CONFIGURE_ARGS+=--disable-xanim .endif # "enable" build for other archs .if ${ARCH} == "i386" .if !defined(WITHOUT_RUNTIME_CPUDETECTION) CONFIGURE_ARGS+=--enable-runtime-cpudetection .else #WITHOUT_RUNTIME_CPUDETECTION .if defined(WITHOUT_MMX) CONFIGURE_ARGS+=--disable-mmx .endif .if defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021 CONFIGURE_ARGS+=--disable-3dnow .endif .if defined(WITHOUT_DSP) || defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021 CONFIGURE_ARGS+=--disable-3dnowex .endif .if defined(WITHOUT_SSE) CONFIGURE_ARGS+=--disable-mmx2 --disable-sse .endif .endif #WITHOUT_RUNTIME_CPUDETECTION .if !defined(WITH_SVGALIB) CONFIGURE_ARGS+=--disable-svga .endif .if !defined(WITH_SDL) CONFIGURE_ARGS+=--disable-sdl .endif .if !defined(WITH_VORBIS) CONFIGURE_ARGS+=--disable-vorbis .endif .if !defined(WITHOUT_WIN32_CODECS) RUN_DEPENDS+= ${CODEC_DETECTION_FILE}:${CODEC_PORT} CONFIGURE_ARGS+= --with-win32libdir=${LOCALBASE}/lib/win32 CODEC_PORT= ${PORTSDIR}/graphics/win32-codecs #CODEC_PORT= ${.CURDIR}/../win32-codecs CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE .endif .endif # ARCH == i386 pre-everything:: .if defined(WITH_GUI) @${ECHO_MSG} "You can download official skin collections from" @${ECHO_MSG} "http://www.mplayerhq.hu/homepage/dload.html" .endif .if !defined(WITH_OPTIMIZED_CFLAGS) @${ECHO_MSG} "You can enable additional compilation optimizations" @${ECHO_MSG} "by defining WITH_OPTIMIZED_CFLAGS" .endif -.if !defined(WITH_GUI) && !defined(HAVE_GTK) +.if !defined(WITH_GUI) && ${HAVE_GNOME:Mgtk12}=="" @${ECHO_MSG} "You can enable GTK GUI by defining WITH_GUI." .endif .if !defined(WITH_DVD) @${ECHO_MSG} "You can enable DVD support by defining WITH_DVD." .endif .if defined(WITH_DVD) && !defined(WITH_LIBDVDREAD) @${ECHO_MSG} "You can replace mplayer internal DVD routines with libdvdread" @${ECHO_MSG} "support by defining WITH_LIBDVDREAD." .endif .if !defined(WITH_SVGALIB) @${ECHO_MSG} "You can enable SVGALIB support by defining WITH_SVGALIB." .endif .if !defined(WITH_SDL) @${ECHO_MSG} "You can enable SDL support by defining WITH_SDL." .endif .if !defined(WITH_VORBIS) @${ECHO_MSG} "You can enable VORBIS sound support by defining WITH_VORBIS." .endif .if !defined(WITH_XANIM) @${ECHO_MSG} "You can enable XAnim DLL support by defining WITH_XANIM." .endif .if ${ARCH} == "i386" .if !defined(WITHOUT_WIN32_CODECS) @${ECHO_MSG} "You can disable support (this turns this into a X86 only port)" @${ECHO_MSG} "for Win32 codecs by defining WITHOUT_WIN32_CODECS" .endif .if defined(WITHOUT_RUNTIME_CPUDETECTION) .if !defined(WITHOUT_SSE) @${ECHO_MSG} "You have to enable \"options CPU_ENABLE_SSE\" in your kernel" @${ECHO_MSG} "config in order to enable kernel support for SSE/MMX2." .endif .if !defined(WITHOUT_MMX) @${ECHO_MSG} "You can disable use of MMX routines by defining WITHOUT_MMX." .endif .if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 @${ECHO_MSG} "You can disable use of 3DNow! optimized routines by defining WITHOUT_3DNOW." .endif .if !defined(WITHOUT_3DNOW) && !defined(WITHOUT_DSP) && ${OSVERSION} >= 400021 @${ECHO_MSG} "You can disable support for Athlon DSP extensions by defining WITHOUT_DSP." .endif @${ECHO_MSG} "Note: The cpu features are autodetected, so there is probably no need" @${ECHO_MSG} "to manually disable them." .else @${ECHO_MSG} "You can disable runtime cpu detection features by defining WITHOUT_RUNTIME_CPUDETECTION" .endif .endif # ARCH == i386 pre-configure: .if defined(WITH_LIBDVDREAD) @${RM} -Rf ${WRKSRC}/libmpdvdkit/ .endif post-install: @${MKDIR} ${DATADIR} @${CHMOD} 755 ${DATADIR} .for conf in ${CONFFILES} ${INSTALL_DATA} ${WRKSRC}/etc/${conf} ${DATADIR} .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${CHMOD} 755 ${DOCSDIR} .for doc in ${DOCFILES} @${INSTALL_DATA} ${WRKSRC}/DOCS/${doc} ${DOCSDIR} .endfor .endif @${CAT} pkg-message install-user: @${PERL} ${FILESDIR}/install-user .include Property changes on: head/multimedia/mplayerxp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/multimedia/ogle-gui/Makefile =================================================================== --- head/multimedia/ogle-gui/Makefile (revision 65521) +++ head/multimedia/ogle-gui/Makefile (revision 65522) @@ -1,66 +1,68 @@ # New ports collection makefile for: ogle # Date created: Tue Oct 16 18:35:39 BRST 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= ogle PORTVERSION= 0.8.5 CATEGORIES= graphics gnome MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ PKGNAMESUFFIX= -gui DISTNAME= ${PORTNAME}_gui-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.8:${PORTSDIR}/graphics/ogle LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ glade.4:${PORTSDIR}/devel/libglade \ xml2.5:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= ogle:${PORTSDIR}/graphics/ogle USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 +WANT_GNOME= yes USE_XPM= yes USE_REINPLACE= yes -WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-dvd-includes=${LOCALBASE}/include \ --with-dvdcontrol=${LOCALBASE} \ --without-included-gettext \ --with-gtk-prefix=${X11BASE} \ --with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} \ --with-libglade-config=${X11BASE}/bin/libglade-config \ --with-xml-prefix=${LOCALBASE} .include -.ifdef(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mlibcapplet}!="" +USE_GNOME+= libcapplet +PKGNAMESUFFIX= -gnome SHARE_DATADIR= share/gnome .else SHARE_DATADIR= share .endif PLIST_SUB= SHARE_DATADIR="${SHARE_DATADIR}" post-patch: # fix library version @${REINPLACE_CMD} -E -e "s|(libglade\.so)\.0|\1.4|; \ s|%%LOCALBASE%%|${LOCALBASE}|" \ ${CONFIGURE_WRKSRC}/configure # correct path for program data files @${REINPLACE_CMD} -E -e \ 's!(LOCALEDIR[[:space:]]*=[^"]+\")[^/]+/!\1${PREFIX}/share/!; \ s!(CONFIG_FILE[[:space:]]*=[^"]+\")[^/]+/!\1${LOCALBASE}/share/!; \ s!(CONFIG_FILE_DTD[[:space:]]*=[^"]+\")[^/]+/!\1${LOCALBASE}/share/!' \ ${WRKSRC}/src/Makefile.in # install locale correctly @${REINPLACE_CMD} -E -e \ 's!(datadir[[:space:]]*=).*$$!\1${PREFIX}/share!' \ ${WRKSRC}/po/Makefile.in.in .include Property changes on: head/multimedia/ogle-gui/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/multimedia/openquicktime/Makefile =================================================================== --- head/multimedia/openquicktime/Makefile (revision 65521) +++ head/multimedia/openquicktime/Makefile (revision 65522) @@ -1,34 +1,35 @@ # New ports collection makefile for: openquicktime # Date created: Mon Sep 24 16:26:33 BRT 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= openquicktime PORTVERSION= 1.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openquicktime DISTNAME= ${PORTNAME}-${PORTVERSION}-src EXTRACT_SUFX= .tgz MAINTAINER= lioux@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes USE_REINPLACE= yes INSTALL_SHLIBS= yes PKGDEINSTALL= ${PKGINSTALL} post-patch: @${REINPLACE_CMD} -e "s/xCC/xc/" ${WRKSRC}/configure post-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} \ ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include Property changes on: head/multimedia/openquicktime/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/multimedia/smpeg/Makefile =================================================================== --- head/multimedia/smpeg/Makefile (revision 65521) +++ head/multimedia/smpeg/Makefile (revision 65522) @@ -1,43 +1,44 @@ # New ports collection makefile for: smpeg # Date created: 2 Feb 2000 # Whom: Chris Piazza # # $FreeBSD$ # PORTNAME= smpeg PORTVERSION= 0.4.4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.lokigames.com/pub/open-source/smpeg/ \ ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \ ftp://boudicca.tux.org/misc/lokigames/open-source/smpeg/ \ ftp://snuffleupagus.animearchive.org/loki/open-source/smpeg/ \ http://ftp.gameaholic.com/mirrors/ftp.lokigames.com/open-source/smpeg/ MAINTAINER= cpiazza@FreeBSD.org LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ GLBASE="${X11BASE}" \ CPPFLAGS="-I${X11BASE}/include" \ CC="${CXX}" REAL_CC="${CC}" #If you want to try the opengl player (which doesn't seem to work) #comment out the following line. CONFIGURE_ARGS= --disable-opengl-player \ --enable-mmx MAN1= gtv.1 plaympeg.1 post-configure: @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ ${WRKSRC}/libtool .include Property changes on: head/multimedia/smpeg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/multimedia/smpeg-xmms/Makefile =================================================================== --- head/multimedia/smpeg-xmms/Makefile (revision 65521) +++ head/multimedia/smpeg-xmms/Makefile (revision 65522) @@ -1,35 +1,36 @@ # New ports collection makefile for: smpeg-xmms # Date created: 30 August 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= smpeg-xmms PORTVERSION= 0.3.4 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.xmms.org/xmms/plugins/smpeg-xmms/ MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= smpeg.1:${PORTSDIR}/graphics/smpeg \ xmms.3:${PORTSDIR}/audio/xmms SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure post-configure: @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ ${WRKSRC}/libtool .include Property changes on: head/multimedia/smpeg-xmms/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/multimedia/vlc/Makefile =================================================================== --- head/multimedia/vlc/Makefile (revision 65521) +++ head/multimedia/vlc/Makefile (revision 65522) @@ -1,30 +1,31 @@ # New ports collection makefile for: vlc # Date created: 3rd August 2001 # Whom: Brian Somers # # $FreeBSD$ # PORTNAME= vlc PORTVERSION= 0.4.4 CATEGORIES= graphics MASTER_SITES= http://www.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ ftp://ftp.Awfulhak.org/pub/vlc/ \ http://people.FreeBSD.org/~brian/vlc/ MAINTAINER= brian@FreeBSD.org LIB_DEPENDS= dvdcss.2:${PORTSDIR}/graphics/libdvdcss \ dvdread.2:${PORTSDIR}/graphics/libdvdread GNU_CONFIGURE= yes CONFIGURE_ENV= PATH_GTKCONFIG="${GTK_CONFIG}" CONFIGURE_ARGS+=--with-dvdcss=${LOCALBASE} \ --with-dvdread=${LOCALBASE} \ --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes .include Property changes on: head/multimedia/vlc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/multimedia/vlc-devel/Makefile =================================================================== --- head/multimedia/vlc-devel/Makefile (revision 65521) +++ head/multimedia/vlc-devel/Makefile (revision 65522) @@ -1,30 +1,31 @@ # New ports collection makefile for: vlc # Date created: 3rd August 2001 # Whom: Brian Somers # # $FreeBSD$ # PORTNAME= vlc PORTVERSION= 0.4.4 CATEGORIES= graphics MASTER_SITES= http://www.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ ftp://ftp.Awfulhak.org/pub/vlc/ \ http://people.FreeBSD.org/~brian/vlc/ MAINTAINER= brian@FreeBSD.org LIB_DEPENDS= dvdcss.2:${PORTSDIR}/graphics/libdvdcss \ dvdread.2:${PORTSDIR}/graphics/libdvdread GNU_CONFIGURE= yes CONFIGURE_ENV= PATH_GTKCONFIG="${GTK_CONFIG}" CONFIGURE_ARGS+=--with-dvdcss=${LOCALBASE} \ --with-dvdread=${LOCALBASE} \ --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes .include Property changes on: head/multimedia/vlc-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/multimedia/xine/Makefile =================================================================== --- head/multimedia/xine/Makefile (revision 65521) +++ head/multimedia/xine/Makefile (revision 65522) @@ -1,77 +1,78 @@ # New ports collection makefile for: xine # Date created: 14 Oct 2000 # Whom: alex # # $FreeBSD$ # PORTNAME= xine PORTVERSION= 0.9.13 CATEGORIES= graphics MASTER_SITES= http://xine.sourceforge.net/files/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-ui-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org LIB_DEPENDS= xine.2:${PORTSDIR}/graphics/libxine \ aa.1:${PORTSDIR}/graphics/aalib \ png.5:${PORTSDIR}/graphics/png \ intl.4:${PORTSDIR}/devel/gettext USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ THREAD_CFLAGS="${PTHREAD_CFLAGS}" \ THREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-w32-path=${LOCALBASE}/lib/win32 MANLANG= "" de es fr pl MAN1= aaxine.1 xine.1 xine-bugreport.1 xine-check.1 xine-remote.1 .include .if (${ARCH} == "i386") .if !defined(WITHOUT_WIN32_CODECS) RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT} CODEC_PORT= ${PORTSDIR}/graphics/win32-codecs CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE .endif .endif post-patch: @${REINPLACE_CMD} -e \ 's|THREAD_LIBS=.*$$|THREAD_LIBS="\$$THREAD_LIBS"|g ; \ s|THREAD_CFLAGS=.*$$|THREAD_CFLAGS="\$$THREAD_CFLAGS"|g ; \ s|-L/usr/local/lib||g ; \ s|-I/usr/local/include||g' ${WRKSRC}/configure .if ${OSVERSION} >= 500035 @${REINPLACE_CMD} -e \ 's|-malign-loops|-falign-loops|g ; \ s|-malign-jumps|-falign-jumps|g ; \ s|-malign-functions|-falign-functions|g' ${WRKSRC}/configure .endif @${RM} ${WRKSRC}/src/xitk/xine-remote.c post-install: .for l in es fr @${CP} ${PREFIX}/man/man1/aaxine.1 ${PREFIX}/man/${l}/man1/aaxine.1 .endfor .for l in es fr pl @${CP} ${PREFIX}/man/man1/xine-bugreport.1 ${PREFIX}/man/${l}/man1/xine-bugreport.1 .endfor .for l in es fr pl @${CP} ${PREFIX}/man/man1/xine-check.1 ${PREFIX}/man/${l}/man1/xine-check.1 .endfor .for l in de es fr pl @${CP} ${PREFIX}/man/man1/xine-remote.1 ${PREFIX}/man/${l}/man1/xine-remote.1 .endfor @${CAT} ${PKGMESSAGE} .include Property changes on: head/multimedia/xine/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/multimedia/xmms-avi/Makefile =================================================================== --- head/multimedia/xmms-avi/Makefile (revision 65521) +++ head/multimedia/xmms-avi/Makefile (revision 65522) @@ -1,40 +1,41 @@ # Ports collection makefile for: xmms-avi # Date created: Feb 6 2000 # Whom: Roman Shterenzon # # $FreeBSD$ # PORTNAME= xmms-avi PORTVERSION= 1.2.2 CATEGORIES= graphics MASTER_SITES= http://www.xmms.org/files/plugins/avi-xmms/ \ ftp://ftp.sunet.se/pub/multimedia/xmms/plugins/avi-xmms/ \ ftp://ftp.fu-berlin.de/unix/sound/xmms/plugins/avi-xmms/ DISTNAME= avi-xmms-${PORTVERSION} MAINTAINER= roman@xpert.com BROKEN= Maintainer is working on a fix BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms LIB_DEPENDS= aviplay-0.7.0:${PORTSDIR}/graphics/avifile RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config ONLY_FOR_ARCHS= i386 USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" pre-patch: @${PERL} -pi.orig -e "s|SDL/SDL.h|SDL11/SDL.h|g" ${WRKSRC}/src/ctrackbar.cpp @${PERL} -pi.orig -e "s|lc_r|pthread|g" ${WRKSRC}/configure # This is to avoid libtool running ldconfig -m ${X11BASE}/lib/xmms/Input do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/libavixmms.so ${PREFIX}/lib/xmms/Input .include Property changes on: head/multimedia/xmms-avi/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/multimedia/xmps-opendivx-plugin/Makefile =================================================================== --- head/multimedia/xmps-opendivx-plugin/Makefile (revision 65521) +++ head/multimedia/xmps-opendivx-plugin/Makefile (revision 65522) @@ -1,33 +1,34 @@ # New ports collection makefile for: xmps-opendivx-plugin # Date created: 03 Feb 20001 # Whom: Mario S F Ferreira # # $FreeBSD$ # PORTNAME= xmps-opendivx-plugin PORTVERSION= 0.0.1 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://download.projectmayo.com/dnload/divx4linux/xmps/ MAINTAINER= lioux@FreeBSD.org LIB_DEPENDS= divxdecore.0:${PORTSDIR}/graphics/libdivxdecore \ xmps.0:${PORTSDIR}/graphics/xmps \ intl.4:${PORTSDIR}/devel/gettext WRKSRC= ${WRKDIR}/${PORTNAME}-0.0.2 USE_GMAKE= yes USE_LIBTOOL= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_X_PREFIX= yes INSTALLS_SHLIB= yes PLIST_SUB= LIB_VERSION="${LIB_VERSION}" LIB_VERSION= 0 post-install: @${LN} -sf libopendivx.so ${PREFIX}/lib/xmps/codecs/video/libopendivx.so.${LIB_VERSION} .include Property changes on: head/multimedia/xmps-opendivx-plugin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/multimedia/xmps-win32-plugin/Makefile =================================================================== --- head/multimedia/xmps-win32-plugin/Makefile (revision 65521) +++ head/multimedia/xmps-win32-plugin/Makefile (revision 65522) @@ -1,41 +1,42 @@ # New ports collection makefile for: xmps-win32-plugin # Date created: 03 Feb 20001 # Whom: Mario S F Ferreira # # $FreeBSD$ # PORTNAME= xmps-win32-plugin PORTVERSION= 0.0.4 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://xmps.sourceforge.net/sources/ MAINTAINER= lioux@FreeBSD.org LIB_DEPENDS= xmps.0:${PORTSDIR}/graphics/xmps \ intl.4:${PORTSDIR}/devel/gettext RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT} USE_GMAKE= yes USE_LIBTOOL= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_REINPLACE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes PLIST_SUB= LIB_VERSION="${LIB_VERSION}" #CODEC_PORT= ${PORTSDIR}/graphics/win32-codecs CODEC_PORT= ${.CURDIR}/../win32-codecs CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE LIB_VERSION= 0 post-patch: @${REINPLACE_CMD} -e "s|/usr/lib/win32|${LOCALBASE}/lib/win32|" \ ${WRKSRC}/src/win32_codec.c @${REINPLACE_CMD} -e 's|||' ${WRKSRC}/src/* post-install: @${LN} -sf libwin32.so ${PREFIX}/lib/xmps/codecs/video/libwin32.so.${LIB_VERSION} .include Property changes on: head/multimedia/xmps-win32-plugin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/multimedia/xtheater/Makefile =================================================================== --- head/multimedia/xtheater/Makefile (revision 65521) +++ head/multimedia/xtheater/Makefile (revision 65522) @@ -1,47 +1,48 @@ # ex:ts=8 # Ports collection makefile for: xtheater # Date created: Jun 7, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= xtheater PORTVERSION= 1.0.0.p1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= Xtheater-${PORTVERSION:S/.p/-pre/} MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ smpeg.1:${PORTSDIR}/graphics/smpeg SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_BZIP2= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_MESA= yes USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ SDL_CONFIG="${SDL_CONFIG}" CONFIGURE_ARGS= --enable-gl CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|[(]prefix[)]/Xtheater|(libdir)/Xtheater|g ; \ s|-release.*$$|-module -avoid-version|g' @${REINPLACE_CMD} -e 's|PREFIX/Xtheater|PREFIX/lib/Xtheater|g' \ ${WRKSRC}/Xtheater.conf .for file in plugins/player/smpeg/glscreen.c plugins/player/wm/glscreen.c @${REINPLACE_CMD} -e 's|||g' ${WRKSRC}/${file} .endfor .include Property changes on: head/multimedia/xtheater/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property