Index: head/multimedia/dirac/Makefile =================================================================== --- head/multimedia/dirac/Makefile (revision 239370) +++ head/multimedia/dirac/Makefile (revision 239371) @@ -1,28 +1,29 @@ # New ports collection makefile for: dirac # Date created: 11 May 2004 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= dirac PORTVERSION= 1.0.2 PORTREVISION?= 0 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= multimedia@FreeBSD.org COMMENT?= Open source video codec from the BBC USE_AUTOTOOLS= libtool:22 GNU_CONFIGURE= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_GNOME= pkgconfig gnomehack gnometarget USE_LDCONFIG= yes CONFIGURE_ENV?= CPPFLAGS=-I${LOCALBASE}/include \ HAVE_LATEX=${FALSE} HAVE_DVIPDFM=${FALSE} \ HAVE_DOXYGEN=${FALSE} HAVE_DOT=${FALSE} .include Property changes on: head/multimedia/dirac/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/gavl/Makefile =================================================================== --- head/multimedia/gavl/Makefile (revision 239370) +++ head/multimedia/gavl/Makefile (revision 239371) @@ -1,53 +1,54 @@ # New ports collection makefile for: gavl # Date created: 2004-08-29 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= gavl PORTVERSION= 1.1.1 CATEGORIES= multimedia MASTER_SITES= SF/gmerlin MAINTAINER= mm@FreeBSD.org COMMENT= A library for handling uncompressed video and audio data LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ samplerate.1:${PORTSDIR}/audio/libsamplerate USE_GNOME= pkgconfig gnometarget gnomehack USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --without-cpuflags --without-doxygen PORTDOCS= README OPTIONS= OPTIMIZED_CFLAGS "Additional optimizations" off .include .if defined(WITH_OPTIMIZED_CFLAGS) && ${ARCH} == i386 && ${OSVERSION} < 700000 # Build fails on FreeBSD-6.3 i386 with optimized cflags with gcc 3.4 USE_GCC= 4.2+ .endif post-patch: # This is possibly wrong, but benchmark does not affect library functionality, so @${REINPLACE_CMD} -e 's|CLOCK_PROCESS_CPUTIME_ID|CLOCK_PROF|g' \ ${WRKSRC}/src/benchmark.c .if !defined(WITH_OPTIMIZED_CFLAGS) @${REINPLACE_CMD} -e \ 's|-O3 -funroll-all-loops -fomit-frame-pointer -ffast-math||g' \ ${WRKSRC}/configure .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/multimedia/gavl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/multimedia/libquicktime/Makefile =================================================================== --- head/multimedia/libquicktime/Makefile (revision 239370) +++ head/multimedia/libquicktime/Makefile (revision 239371) @@ -1,189 +1,190 @@ # Ports collection makefile for: libquicktime # Date Created: Jul 17, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= libquicktime PORTVERSION= 1.1.3 PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SFE MAINTAINER= mm@FreeBSD.org COMMENT= A library for reading and writing quicktime files .if !defined(_BUILDING_LIBQUICKTIME_PLUGINS) LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis .endif USE_LDCONFIG= yes USE_GNOME= gnometarget gnomehack pkgconfig USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= autoconf:262 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" .if !defined(WITHOUT_NLS) CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl" .else CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" .endif CFLAGS+= -fPIC .if !defined(_BUILDING_LIBQUICKTIME_PLUGINS) USE_XORG= xaw xv CONFIGURE_ARGS= --with-x --enable-gpl --without-doxygen --without-lame MAN1= lqtplay.1 OPTIONS= OPENGL "Enable OpenGL support" On \ DV "Enable libdv support for digital cameras" On \ JPEG "Enable JPEG support" On \ PNG "Enable PNG support" On \ FFMPEG "Enable FFmpeg support" On \ FAAC "Enable FAAC support" Off \ FAAD "Enable FAAD support" On \ X264 "Enable X264 codec support" On \ SCHROEDINGER "Enable dirac support" On \ GTK2 "Enable Gtk+2 Frontend" Off \ OPTIMIZED_CFLAGS "Enable Optimized CFLAGS" Off PORTDOCS= api_usage.html codecs.html qt4l_building.html \ qt4l_codecs.html qt4l_index.html \ qt4l_license.html qt4l_opening.html qt4l_positioning.html \ qt4l_reading.html qt4l_util.html qt4l_writing.html .else CONFIGURE_ARGS+= --without-x --enable-gpl --without-doxygen OPTIONS= OPTIMIZED_CFLAGS "Enable Optimized CFLAGS" Off .endif .include .if !defined(WITH_OPTIMIZED_CFLAGS) CONFIGURE_ARGS+= --without-cpuflags .endif .if !defined(_BUILDING_LIBQUICKTIME_PLUGINS) .if ${HAVE_GNOME:Mgtk20}!="" && defined(WITH_GTK2) USE_GNOME+= gtk20 CONFIGURE_ARGS+= --with-gtk PLIST_SUB+= GTK="" .else CONFIGURE_ARGS+= --without-gtk PLIST_SUB+= GTK="@comment " .endif .if !defined(WITHOUT_OPENGL) USE_GL= yes CONFIGURE_ARGS+= --with-opengl .else CONFIGURE_ARGS+= --without-opengl .endif .if !defined(WITHOUT_DV) LIB_DEPENDS+= dv.4:${PORTSDIR}/multimedia/libdv PLIST_SUB+= DV="" CONFIGURE_ARGS+= --with-libdv .else PLIST_SUB+= DV="@comment " CONFIGURE_ARGS+= --without-libdv .endif .if !defined(WITHOUT_JPEG) LIB_DEPENDS+= jpeg.10:${PORTSDIR}/graphics/jpeg PLIST_SUB+= JPEG="" CONFIGURE_ARGS+= --with-libjpeg .else PLIST_SUB+= JPEG="@comment " CONFIGURE_ARGS+= --without-libjpeg .endif .if !defined(WITHOUT_PNG) LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png PLIST_SUB+= PNG="" CONFIGURE_ARGS+= --with-libpng .else PLIST_SUB+= PNG="@comment " CONFIGURE_ARGS+= --without-libpng .endif .if !defined(WITHOUT_FFMPEG) LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg PLIST_SUB+= FFMPEG="" CONFIGURE_ARGS+= --with-ffmpeg .else PLIST_SUB+= FFMPEG="@comment " CONFIGURE_ARGS+= --without-ffmpeg .endif .if defined(WITH_FAAC) LIB_DEPENDS+= faac.0:${PORTSDIR}/audio/faac PLIST_SUB+= FAAC="" CONFIGURE_ARGS+= --with-faac .else PLIST_SUB+= FAAC="@comment " CONFIGURE_ARGS+= --without-faac .endif .if !defined(WITHOUT_FAAD) LIB_DEPENDS+= faad.2:${PORTSDIR}/audio/faad PLIST_SUB+= FAAD="" CONFIGURE_ARGS+= --with-faad2 .else PLIST_SUB+= FAAD="@comment " CONFIGURE_ARGS+= --without-faad2 .endif .if !defined(WITHOUT_X264) LIB_DEPENDS+= x264.65:${PORTSDIR}/multimedia/x264 PLIST_SUB+= X264="" CONFIGURE_ARGS+= --with-x264 .else PLIST_SUB+= X264="@comment " CONFIGURE_ARGS+= --without-x264 .endif .if !defined(WITHOUT_SCHROEDINGER) LIB_DEPENDS+= schroedinger-1.0.2:${PORTSDIR}/multimedia/schroedinger PLIST_SUB+= SCHROEDINGER="" .else PLIST_SUB+= SCHROEDINGER="@comment " CONFIGURE_ARGS+= --without-schroedinger .endif .if ${MACHINE_CPU:Mmmx} CONFIGURE_ARGS+= --enable-mmx .else CONFIGURE_ARGS+= --disable-mmx .endif .endif .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif post-patch: @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ ${WRKSRC}/plugins/audiocodec/* \ ${WRKSRC}/plugins/videocodec/* @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-DG.*_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure* pre-configure: @${CHMOD} +x ${WRKSRC}/configure .if !defined(NOPORTDOCS) && !defined(_BUILDING_LIBQUICKTIME_PLUGINS) post-install: @${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/multimedia/libquicktime/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.70 \ No newline at end of property +1.71 \ No newline at end of property Index: head/multimedia/schroedinger/Makefile =================================================================== --- head/multimedia/schroedinger/Makefile (revision 239370) +++ head/multimedia/schroedinger/Makefile (revision 239371) @@ -1,70 +1,71 @@ # New ports collection makefile for: schroedinger # Date created: 2008-06-14 # Whom: Gea-Suan Lin # # $FreeBSD$ # .if !defined(_BUILDING_GSTREAMER_PLUGIN) PORTNAME= schroedinger .else PORTNAME= gstreamer .endif PORTVERSION= 1.0.7 PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://www.diracvideo.org/download/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} .if defined(_BUILDING_GSTREAMER_PLUGIN) PKGNAMESUFFIX= -schroedinger DISTNAME= schroedinger-${PORTVERSION} .endif MAINTAINER= mm@FreeBSD.org .if !defined(_BUILDING_GSTREAMER_PLUGIN) COMMENT= High-speed Dirac codec .else COMMENT= GStreamer dirac plugin using Schroedinger library .endif LIB_DEPENDS= oil:${PORTSDIR}/devel/liboil .if defined(_BUILDING_GSTREAMER_PLUGIN) LIB_DEPENDS+= schroedinger-1.0.2:${PORTSDIR}/multimedia/schroedinger .endif GNU_CONFIGURE= yes USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes .if defined(_BUILDING_GSTREAMER_PLUGIN) WANT_GSTREAMER= yes USE_GSTREAMER= yes BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/gst INSTALL_WRKSRC= ${BUILD_WRKSRC} PLIST= ${WRKSRC}/PLIST DESCR= ${MASTERDIR}/pkg-descr.gstreamer .else CONFIGURE_ARGS+= --disable-gstreamer .endif .include .if defined(_BUILDING_GSTREAMER_PLUGIN) PLIST_FILES+= lib/gstreamer-${GST_VERSION}/libgstschro.a \ lib/gstreamer-${GST_VERSION}/libgstschro.la \ lib/gstreamer-${GST_VERSION}/libgstschro.so .endif post-patch: ${REINPLACE_CMD} -e 's|^pkgconfigdir=.*|pkgconfigdir="\\$$(prefix)/libdata/pkgconfig"|' ${WRKSRC}/configure .if defined(_BUILDING_GSTREAMER_PLUGIN) post-configure: ${REINPLACE_CMD} -e "s|\$$(top_builddir)/schroedinger/libschroedinger-1.0.la|${LOCALBASE}/lib/libschroedinger-1.0.la|g" \ ${WRKSRC}/gst/Makefile pre-build: @cd ${WRKSRC}/gst-libs/gst/video && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET} .endif .include Property changes on: head/multimedia/schroedinger/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property