Date: Wed, 17 Jul 2013 02:11:04 -0300 (BRT) From: Marcel Bonnet <mstudioserver@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/180602: [NEW PORT] multimedia/xjadeo: A synced video player for Jack Transport Message-ID: <201307170511.r6H5B44l022422@machine.STUDIO> Resent-Message-ID: <201307170520.r6H5K0SQ045408@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 180602 >Category: ports >Synopsis: [NEW PORT] multimedia/xjadeo: A synced video player for Jack Transport >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 17 05:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Marcel Bonnet >Release: FreeBSD 9.0-STABLE i386 >Organization: >Environment: System: FreeBSD machine.STUDIO 9.0-STABLE FreeBSD 9.0-STABLE #1 r230443M: Thu Jun 27 16:20:15 BRT >Description: Xjadeo is a software video player that displays a video-clip in sync with an external time source (MTC, LTC, JACK-transport). Xjadeo is useful in soundtrack composition, video monitoring or any task tha t requires to synchronizing movie frames with audio events. Xjadeo supports a multitude of video file formats, display libraries and syn c sources. It includes an optional GUI called qjadeo that provides setup opt ions, file history, video import/transcoding and control of Xjadeo's run-tim e parameters. WWW: http://xjadeo.sourceforge.net/ Generated with FreeBSD Port Tools 0.99_7 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xjadeo # xjadeo/Makefile # xjadeo/files # xjadeo/files/patch-src-xjadeo-mqueue.c # xjadeo/distinfo # xjadeo/pkg-descr # echo c - xjadeo mkdir -p xjadeo > /dev/null 2>&1 echo x - xjadeo/Makefile sed 's/^X//' >xjadeo/Makefile << '84ea660f9c0937080401f6dffa440d4b' X# Created by: Marcel Bonnet <ports@monovox.org> X# $FreeBSD$ X XPORTNAME= xjadeo XPORTVERSION= 0.7.4 XCATEGORIES= multimedia XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/v${PORTVERSION} X XMAINTAINER= ports@monovox.org XCOMMENT= A synced video player for Jack Transport X XLIB_DEPENDS= jack:${PORTSDIR}/audio/jack \ X swscale:${PORTSDIR}/multimedia/ffmpeg \ X Imlib2:${PORTSDIR}/graphics/imlib2 \ X X11:${PORTSDIR}/x11/libX11 \ X Xau:${PORTSDIR}/x11/libXau \ X Xdmcp:${PORTSDIR}/x11/libXdmcp \ X Xext:${PORTSDIR}/x11/libXext \ X Xpm:${PORTSDIR}/x11/libXpm \ X Xv:${PORTSDIR}/x11/libXv \ X aa:${PORTSDIR}/graphics/aalib \ X avcodec:${PORTSDIR}/multimedia/ffmpeg \ X avformat:${PORTSDIR}/multimedia/ffmpeg \ X avutil:${PORTSDIR}/multimedia/ffmpeg \ X freetype:${PORTSDIR}/print/freetype2 \ X iconv:${PORTSDIR}/converters/libiconv \ X mp3lame:${PORTSDIR}/audio/lame \ X ogg:${PORTSDIR}/audio/libogg \ X orc-0:${PORTSDIR}/devel/orc \ X pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ X schroedinger-1:${PORTSDIR}/multimedia/schroedinger \ X theoradec:${PORTSDIR}/multimedia/libtheora \ X theoraenc:${PORTSDIR}/multimedia/libtheora \ X vorbis:${PORTSDIR}/audio/libvorbis \ X vorbisenc:${PORTSDIR}/audio/libvorbis \ X vpx:${PORTSDIR}/multimedia/libvpx \ X x264:${PORTSDIR}/multimedia/x264 \ X xcb:${PORTSDIR}/x11/libxcb \ X xvidcore:${PORTSDIR}/multimedia/xvid X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_SDL= sdl XUSES= iconv XCPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libavutil \ X -I${LOCALBASE}/include/libavcodec \ X -I${LOCALBASE}/include/libavformat \ X -I${LOCALBASE}/include/libswscale XCONFIGURE_ARGS= --disable-alsamidi X XPLIST_FILES= bin/xjadeo bin/xjremote X XMAN1= qjadeo.1 xjadeo.1 xjinfo.1 xjremote.1 X X.include <bsd.port.mk> 84ea660f9c0937080401f6dffa440d4b echo c - xjadeo/files mkdir -p xjadeo/files > /dev/null 2>&1 echo x - xjadeo/files/patch-src-xjadeo-mqueue.c sed 's/^X//' >xjadeo/files/patch-src-xjadeo-mqueue.c << 'b2f17c16a0910126af9a2657169ba00f' X--- src/xjadeo/mqueue.c.orig 2013-07-15 23:50:47.000000000 -0300 X+++ src/xjadeo/mqueue.c 2013-07-15 23:51:27.000000000 -0300 X@@ -26,6 +26,7 @@ X #include <sys/stat.h> X #include <unistd.h> X #include <stdarg.h> X+#include <fcntl.h> X X X #include <mqueue.h> b2f17c16a0910126af9a2657169ba00f echo x - xjadeo/distinfo sed 's/^X//' >xjadeo/distinfo << '2894b17481729d9d4780e54dcddc0b43' XSHA256 (xjadeo-0.7.4.tar.gz) = ef170264469038e630963c176615b49ba45234c7416c59c1478f58826897c05e XSIZE (xjadeo-0.7.4.tar.gz) = 354890 2894b17481729d9d4780e54dcddc0b43 echo x - xjadeo/pkg-descr sed 's/^X//' >xjadeo/pkg-descr << '58012b3d25168d9eeb9de344ef159759' XXjadeo is a software video player that displays a video-clip in sync with an X external time source (MTC, LTC, JACK-transport). XXjadeo is useful in soundtrack composition, video monitoring or any task tha Xt requires to synchronizing movie frames with audio events. XXjadeo supports a multitude of video file formats, display libraries and syn Xc sources. It includes an optional GUI called qjadeo that provides setup opt Xions, file history, video import/transcoding and control of Xjadeo's run-tim Xe parameters. X XWWW: http://xjadeo.sourceforge.net/ 58012b3d25168d9eeb9de344ef159759 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307170511.r6H5B44l022422>