# 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: # # multimedia/avidemux26/ # multimedia/avidemux26/Makefile # multimedia/avidemux26/Makefile.common # multimedia/avidemux26/distinfo # multimedia/avidemux26/pkg-descr # multimedia/avidemux26/pkg-plist # multimedia/avidemux26/files/ # multimedia/avidemux26/files/avidemux2.desktop.in # multimedia/avidemux26/files/patch-avidemux_core_ADM_core_src_ADM_memsupport.cpp # multimedia/avidemux26/files/patch-config.mak.diff # multimedia/avidemux26/files/patch-libexecinfo # multimedia/avidemux26/files/patch-po__CMakeLists.txt # multimedia/avidemux26/files/post-patch-.build-ffmpeg-build-ffmpeg_make.sh # multimedia/avidemux26-cli/ # multimedia/avidemux26-cli/Makefile # multimedia/avidemux26-cli/pkg-plist # multimedia/avidemux26-gtk/ # multimedia/avidemux26-gtk/Makefile # multimedia/avidemux26-gtk/pkg-plist # multimedia/avidemux26-plugins/ # multimedia/avidemux26-plugins/Makefile # multimedia/avidemux26-plugins/pkg-plist # multimedia/avidemux26-qt4/ # multimedia/avidemux26-qt4/Makefile # multimedia/avidemux26-qt4/pkg-plist # echo c - multimedia/avidemux26/ mkdir -p multimedia/avidemux26/ > /dev/null 2>&1 echo x - multimedia/avidemux26/Makefile sed 's/^X//' >multimedia/avidemux26/Makefile << 'c2ef30d1930752470dc2adf19aef2bfe' X# assuming freebsd always has 16 byte aligned malloc as macos does. is this true? X# nls files not getting installed with nls=on. are they getting built? X# the other avidemux26-* ports need to share a common options config with this port X# sync port options with current software options X X# Created by: Anish Mistry (with help from mean) X# $FreeBSD: head/multimedia/avidemux2/Makefile 344274 2014-02-14 16:12:38Z antoine $ X XPORTNAME= avidemux26 XPORTVERSION= ${AVIDEMUX2_VERSION} XCATEGORIES= multimedia X XMAINTAINER= multimedia@FreeBSD.org XCOMMENT= Simple GUI based video editor X X.include "${.CURDIR}/Makefile.common" X XNO_STAGE= yes X XCMAKE_SOURCE_PATH= ${WRKSRC}/avidemux_core X Xpost-configure: post-configure-common X @cd ${WRKSRC}/.. && ${PATCH} --quiet < \ X ${FILESDIR}/post-patch-.build-ffmpeg-build-ffmpeg_make.sh X Xpost-install: X.if ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MQT4} X @${MKDIR} "${STAGEDIR}${DATADIR}" X ${INSTALL_DATA} "${WRKSRC}/avidemux_icon.png" "${STAGEDIR}${DATADIR}/${PORTNAME}.png" X @${ECHO_CMD} "${DATADIR_REL}/${PORTNAME}.png" >> ${TMPPLIST} X @${ECHO_CMD} "@unexec ${RMDIR} %D/${DATADIR_REL} 2>/dev/null || ${TRUE}" >> ${TMPPLIST} X @${ECHO_CMD} "@cwd ${DESKTOPDIR}" >> ${TMPPLIST} X.if ${PORT_OPTIONS:MGTK3} X @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" -e "s|%%DATADIR%%|${DATADIR}|g" \ X -e "s|%%NAME%%|${PORTNAME}|g" -e "s|%%API%%|gtk|g" \ X < ${FILESDIR}/avidemux2.desktop.in > ${WRKDIR}/${PORTNAME}.desktop X ${INSTALL_DATA} "${WRKDIR}/${PORTNAME}.desktop" "${STAGEDIR}${DESKTOPDIR}" X @${ECHO_CMD} "${PORTNAME}.desktop" >> ${TMPPLIST} X.endif X.if ${PORT_OPTIONS:MQT4} X @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" -e "s|%%DATADIR%%|${DATADIR}|g" \ X -e "s|%%NAME%%|${PORTNAME}|g" -e "s|%%API%%|qt4|g" \ X < ${FILESDIR}/avidemux2.desktop.in > ${WRKDIR}/${PORTNAME}_qt4.desktop X ${INSTALL_DATA} "${WRKDIR}/${PORTNAME}_qt4.desktop" "${STAGEDIR}${DESKTOPDIR}" X @${ECHO_CMD} "${PORTNAME}_qt4.desktop" >> ${TMPPLIST} X.endif X @${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST} X.endif X X.include c2ef30d1930752470dc2adf19aef2bfe echo x - multimedia/avidemux26/Makefile.common sed 's/^X//' >multimedia/avidemux26/Makefile.common << '3609f61962f1cca575387cb1883ae4e6' X# $FreeBSD$ X# X XAVIDEMUX2_VERSION= 2.6.8 XPORTREVISION= 0 XMASTER_SITES= \ X SF/avidemux/avidemux/${PORTVERSION} XDISTNAME= avidemux_${PORTVERSION} X XBUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm \ X bash:${PORTSDIR}/shells/bash XLIB_DEPENDS+= libmad.so:${PORTSDIR}/audio/libmad \ X libpng15.so:${PORTSDIR}/graphics/png X XLICENSE= GPLv2 X XCONFLICTS= avidemux2-2.[0-46-9].* X XUSE_GNOME= libxml2 XUSE_QT4= # empty XOPTIONS_FILE= ${PORT_DBDIR}/${OPTIONS_NAME:C/-.*//}/options X XNO_STAGE= yes XUSE_SQLITE= yes XWANT_SDL= yes XUSES= cmake:outsource pkgconfig iconv gmake compiler:features XCMAKE_ARGS+= -DGNUMAKE_EXECUTABLE=gmake XCMAKE_ARGS+= -DAVIDEMUX_PACKAGER=none XCXXFLAGS+= -I${LOCALBASE}/include X# XXX would want USE_CXXSTD= c++11 but that would need gcc47 on 9.x... X#CXXFLAGS+= -D__STDC_CONSTANT_MACROS XMAKE_JOBS_UNSAFE= yes X XBUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils XCONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin XMAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin X XOPTIONS_DEFINE= GTK3 QT4 FREETYPE FONTCONFIG OSS ESOUND JACK PULSEAUDIO XVIDEO FAAC \ X FAAD X264 VPX XVID SDL AMR VORBIS NLS LAME VDPAU XOPTIONS_DEFAULT= QT4 FREETYPE FONTCONFIG OSS XVIDEO VPX XVID SDL FAAD VORBIS X X.if !defined(PACKAGE_BUILDING) XOPTIONS_DEFAULT+= LAME FAAC AMR X.endif X X.include X X.if ${PORT_OPTIONS:MNLS} XUSES+= gettext XPLIST_SUB+= NLS="" X. if ${PORT_OPTIONS:MQT4} XPLIST_SUB+= QT_NLS="" X. else XPLIST_SUB+= QT_NLS="@comment " X. endif X.else XCMAKE_ARGS+= -DNO_NLS:BOOL=ON XPLIST_SUB+= NLS="@comment " QT_NLS="@comment " X.endif X X.include X X# is this kosher? the result seems to run tho... (see ports/185997) X.if $(COMPILER_FEATURES:Mlibc++) XLDFLAGS+= -lc++ X.endif X X#.if ${COMPILER_TYPE} == clang XUSE_GCC= yes X#.endif X X# for libexecinfo: (so that __builtin_frame_address() finds the top X# of the stack) X.if ${ARCH} == "amd64" XCFLAGS+= -fno-omit-frame-pointer X.endif X.if ${OSVERSION} < 1000000 XLIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo XCMAKE_ARGS+= -DLIBEXECINFO_INCLUDE_DIR=${LOCALBASE}/include XCMAKE_ARGS+= -DLIBEXECINFO_LIBRARY_DIR=${LOCALBASE}/lib/libexecinfo.so X.else XCMAKE_ARGS+= -DLIBEXECINFO_INCLUDE_DIR=/usr/include XCMAKE_ARGS+= -DLIBEXECINFO_LIBRARY_DIR=-lexecinfo X.endif X X# We haven't ALSA(Never) & Aften(Yet) on FreeBSD XCMAKE_ARGS+= -DARTS:BOOL=OFF -DALSA:BOOL=OFF -DAFTEN:BOOL=OFF X X.if empty(PORT_OPTIONS:MGTK3) && empty(PORT_OPTIONS:MQT4) XCMAKE_ARGS+= -DX11:BOOL=OFF X.else XUSE_GNOME+= libxslt X.endif X X.if ${PORT_OPTIONS:MGTK3} XUSE_GNOME+= gnomeprefix gnomehack gtk30 XPLIST_SUB+= GTK="" X.else XCMAKE_ARGS+= -DGTK:BOOL=OFF XPLIST_SUB+= GTK="@comment " X.endif X X.if ${PORT_OPTIONS:MQT4} XCMAKE_ARGS+= -DLRELEASE_EXECUTABLE=${LOCALBASE}/bin/lrelease-qt4 XUSE_QT4= qmake_build moc_build rcc_build uic_build linguist_build gui XPLIST_SUB+= QT4="" X.else XCMAKE_ARGS+= -DQT4:BOOL=OFF XPLIST_SUB+= QT4="@comment " X.endif X X.if ${PORT_OPTIONS:MOSS} XCMAKE_ARGS+= -DOSS_SUPPORT:BOOL=ON X.else XCMAKE_ARGS+= -DOSS_SUPPORT:BOOL=OFF X.endif X X.if ${PORT_OPTIONS:MESOUND} XUSE_GNOME+= esound XPLIST_SUB+= ESD="" X.else XCMAKE_ARGS+= -DESD:BOOL=OFF XPLIST_SUB+= ESD="@comment " X.endif X X.if ${PORT_OPTIONS:MJACK} XLIB_DEPENDS+= libjack.so:${PORTSDIR}/audio/jack XPLIST_SUB+= JACK="" X.else XCMAKE_ARGS+= -DJACK:BOOL=OFF XPLIST_SUB+= JACK="@comment " X.endif X X.if ${PORT_OPTIONS:MPULSEAUDIO} XLIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio XPLIST_SUB+= PULSE="" X.else XCMAKE_ARGS+= -DPULSEAUDIOSIMPLE:BOOL=OFF XPLIST_SUB+= PULSE="@comment " X.endif X X.if ${PORT_OPTIONS:MFREETYPE} XLIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2 XPLIST_SUB+= FREETYPE="" X.else XCMAKE_ARGS+= -DFREETYPE2:BOOL=OFF XPLIST_SUB+= FREETYPE="@comment " X.endif X X.if ${PORT_OPTIONS:MFONTCONFIG} XLIB_DEPENDS+= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig X.else XCMAKE_ARGS+= -DFONTCONFIG:BOOL=OFF X.endif X X.if ${PORT_OPTIONS:MXVIDEO} X#LIB_DEPENDS+= Xv:${PORTSDIR}/x11/libXv XUSE_XORG+= xv X.else XCMAKE_ARGS+= -DXVIDEO:BOOL=OFF X.endif X X.if ${PORT_OPTIONS:MFAAC} XLIB_DEPENDS+= libfaac.so:${PORTSDIR}/audio/faac XPLIST_SUB+= FAAC="" X.else XCMAKE_ARGS+= -DFAAC:BOOL=OFF XPLIST_SUB+= FAAC="@comment " X.endif X X.if ${PORT_OPTIONS:MLAME} XLIB_DEPENDS+= libmp3lame.so:${PORTSDIR}/audio/lame XPLIST_SUB+= LAME="" X.else XCMAKE_ARGS+= -DLAME:BOOL=OFF XPLIST_SUB+= LAME="@comment " X.endif X X.if ${PORT_OPTIONS:MFAAD} XLIB_DEPENDS+= libfaad.so:${PORTSDIR}/audio/faad XPLIST_SUB+= FAAD="" X.else XCMAKE_ARGS+= -DFAAD:BOOL=OFF -DNeAAC:BOOL=OFF XPLIST_SUB+= FAAD="@comment " X.endif X X.if ${PORT_OPTIONS:MX264} XLIB_DEPENDS+= libx264.so:${PORTSDIR}/multimedia/x264 XPLIST_SUB+= X264="" X.else XCMAKE_ARGS+= -DX264:BOOL=OFF XPLIST_SUB+= X264="@comment " X.endif X X.if ${PORT_OPTIONS:MVPX} XLIB_DEPENDS+= libvpx.so:${PORTSDIR}/multimedia/libvpx X.else XCMAKE_ARGS+= -DVPXDEC:BOOL=OFF X.endif X X.if ${PORT_OPTIONS:MXVID} XLIB_DEPENDS+= libxvidcore.so:${PORTSDIR}/multimedia/xvid XPLIST_SUB+= XVID="" X.else XCMAKE_ARGS+= -DXVID:BOOL=OFF XPLIST_SUB+= XVID="@comment " X.endif X X.if ${PORT_OPTIONS:MSDL} XUSE_SDL= sdl XPLIST_SUB+= SDL="" X.else XCMAKE_ARGS+= -DSDL:BOOL=OFF XPLIST_SUB+= SDL="@comment " X.endif X X.if ${PORT_OPTIONS:MVDPAU} XLIB_DEPENDS+= libvdpau.so:${PORTSDIR}/multimedia/libvdpau XPLIST_SUB+= VDPAU="" X.else XCMAKE_ARGS+= -DVDPAU:BOOL=OFF XPLIST_SUB+= VDPAU="@comment " X.endif X X.if ${PORT_OPTIONS:MVORBIS} XLIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis XPLIST_SUB+= VORBIS="" X.else XCMAKE_ARGS+= -DLIBVORBIS:BOOL=OFF -DVORBIS:BOOL=OFF XPLIST_SUB+= VORBIS="@comment " X.endif X X.if ${PORT_OPTIONS:MAMR} XLIB_DEPENDS+= libopencore-amrnb.so:${PORTSDIR}/audio/opencore-amr XPLIST_SUB+= AMRNB="" XPLIST_SUB+= AMRWB="" X.else XCMAKE_ARGS+= -DOPENCORE_AMRNB:BOOL=OFF XPLIST_SUB+= AMRNB="@comment " XCMAKE_ARGS+= -DOPENCORE_AMRWB:BOOL=OFF XPLIST_SUB+= AMRWB="@comment " X.endif X X.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" XBROKEN= Does not compile on ia64, powerpc, or sparc64 X.endif X Xpost-patch: X @${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/*/*/Makefile X @${MKDIR} ${CONFIGURE_WRKSRC}/config X @${LN} -s ${LOCALBASE}/include/iconv.h ${CONFIGURE_WRKSRC}/config X @${REINPLACE_CMD} 's|-ldl||' ${WRKSRC}/avidemux_core/CMakeLists.txt X Xpost-configure-common: X @${FIND} ${CONFIGURE_WRKSRC} -name link.txt -print0 |${XARGS} -0 ${REINPLACE_CMD} 's|-ldl||g' 3609f61962f1cca575387cb1883ae4e6 echo x - multimedia/avidemux26/distinfo sed 's/^X//' >multimedia/avidemux26/distinfo << '8ee85d44e3f876a3cdef7c87bac95164' XSHA256 (avidemux_2.6.8.tar.gz) = 02998c235a89894d184d745c94cac37b78bc20e9eb44b318ee2bb83f2507e682 XSIZE (avidemux_2.6.8.tar.gz) = 17380534 8ee85d44e3f876a3cdef7c87bac95164 echo x - multimedia/avidemux26/pkg-descr sed 's/^X//' >multimedia/avidemux26/pkg-descr << '54fc4f795c580c35a0062a4e4603230a' XA video editor that allows editing of AVI, OGM, and MPEG videos. The MPEG Xsupport provides the ability to convert to DVD compliat PS streams. It Xcontains various filters for deinterlacing, cropping, resizing, etc. Allows Xfor cutting without re-encoding. Has the ability to re-encode and re-sample. XUtilizes ECMAScript (aka. Javascript) to provide batch scripting and Xprocessing support. X XWWW: http://avidemux.org/ 54fc4f795c580c35a0062a4e4603230a echo x - multimedia/avidemux26/pkg-plist sed 's/^X//' >multimedia/avidemux26/pkg-plist << 'dac6ae86b8d5f8ebfa90e216199d5411' Xlib/libADM6avcodec.so.54 Xlib/libADM6avformat.so.54 Xlib/libADM6avutil.so.52 Xlib/libADM6postproc.so.52 Xlib/libADM6swscale.so.2 Xlib/libADM_core6.so Xlib/libADM_coreAudio6.so Xlib/libADM_coreImage6.so Xlib/libADM_coreUI6.so Xlib/libADM_audioParser6.so Xlib/libADM_coreAudioDevice6.so Xlib/libADM_coreAudioEncoder6.so Xlib/libADM_coreAudioFilterAPI6.so Xlib/libADM_coreDemuxer6.so Xlib/libADM_coreDemuxerMpeg6.so Xlib/libADM_coreImageLoader6.so Xlib/libADM_coreJobs.so Xlib/libADM_coreMuxer6.so Xlib/libADM_coreScript.so Xlib/libADM_coreSocket6.so Xlib/libADM_coreSqlLight3.so Xlib/libADM_coreSubtitle.so Xlib/libADM_coreUtils6.so X%%VDPAU%%lib/libADM_coreVDPAU6.so Xlib/libADM_coreVideoCodec6.so Xlib/libADM_coreVideoEncoder6.so Xlib/libADM_coreVideoFilter6.so Xinclude/avidemux/2.6/libavutil/avconfig.h Xinclude/avidemux/2.6/libavutil/attributes.h Xinclude/avidemux/2.6/libavutil/avutil.h Xinclude/avidemux/2.6/libavutil/bswap.h Xinclude/avidemux/2.6/libavutil/common.h Xinclude/avidemux/2.6/libavutil/cpu.h Xinclude/avidemux/2.6/libavutil/intfloat_readwrite.h Xinclude/avidemux/2.6/libavutil/log.h Xinclude/avidemux/2.6/libavutil/mathematics.h Xinclude/avidemux/2.6/libavutil/mem.h Xinclude/avidemux/2.6/libavutil/pixfmt.h Xinclude/avidemux/2.6/libavutil/old_pix_fmts.h Xinclude/avidemux/2.6/libavutil/channel_layout.h Xinclude/avidemux/2.6/libavutil/error.h Xinclude/avidemux/2.6/libavutil/dict.h Xinclude/avidemux/2.6/libavutil/version.h Xinclude/avidemux/2.6/libavutil/time.h Xinclude/avidemux/2.6/libavutil/intfloat.h Xinclude/avidemux/2.6/libavutil/samplefmt.h Xinclude/avidemux/2.6/libavutil/audioconvert.h Xinclude/avidemux/2.6/libavutil/rational.h Xinclude/avidemux/2.6/libavcodec/avcodec.h Xinclude/avidemux/2.6/libavcodec/vdpau.h Xinclude/avidemux/2.6/libavcodec/version.h Xinclude/avidemux/2.6/libavcodec/old_codec_ids.h Xinclude/avidemux/2.6/libavformat/avformat.h Xinclude/avidemux/2.6/libavformat/avio.h Xinclude/avidemux/2.6/libavformat/version.h Xinclude/avidemux/2.6/libavformat/flv.h Xinclude/avidemux/2.6/libpostproc/postprocess.h Xinclude/avidemux/2.6/libpostproc/version.h Xinclude/avidemux/2.6/libswscale/swscale.h Xinclude/avidemux/2.6/libswscale/version.h Xinclude/avidemux/2.6/ADM_coreConfig.h Xinclude/avidemux/2.6/ADM_coreConfig.cmake X@dirrm include/avidemux/2.6/libavutil X@dirrm include/avidemux/2.6/libavcodec X@dirrm include/avidemux/2.6/libavformat X@dirrm include/avidemux/2.6/libpostproc X@dirrm include/avidemux/2.6/libswscale X@dirrm include/avidemux/2.6 X@dirrm include/avidemux X%%NLS%%@dirrmtry share/locale/sr@latin/LC_MESSAGES X%%NLS%%@dirrmtry share/locale/sr@latin dac6ae86b8d5f8ebfa90e216199d5411 echo c - multimedia/avidemux26/files/ mkdir -p multimedia/avidemux26/files/ > /dev/null 2>&1 echo x - multimedia/avidemux26/files/avidemux2.desktop.in sed 's/^X//' >multimedia/avidemux26/files/avidemux2.desktop.in << 'df6e1ed1e6109dd72cb4c01753035723' X[Desktop Entry] XEncoding=UTF-8 XName=%%NAME%%-%%API%% XGenericName[ru]=Видеоредактор XComment=Video Editor XComment[ru]=Видеоредактор XExec=%%PREFIX%%/bin/%%NAME%%_%%API%% XMimeType=video/mpeg;video/quicktime;video/x-msvideo;video/x-anim;audio/x-mp3;audio/x-mp2; XIcon=%%DATADIR%%/%%NAME%%.png XTerminal=false XType=Application XCategories=Application;AudioVideo;AudioVideoEditing; df6e1ed1e6109dd72cb4c01753035723 echo x - multimedia/avidemux26/files/patch-avidemux_core_ADM_core_src_ADM_memsupport.cpp sed 's/^X//' >multimedia/avidemux26/files/patch-avidemux_core_ADM_core_src_ADM_memsupport.cpp << '31a71bd7b6d167c39f685f24da90281e' X--- avidemux_core/ADM_core/src/ADM_memsupport.cpp.orig X+++ avidemux_core/ADM_core/src/ADM_memsupport.cpp X@@ -23,7 +23,7 @@ X * (at your option) any later version. * X * * X ***************************************************************************/ X-#ifndef __APPLE__ X+#if !defined(__APPLE__) && !defined(__FreeBSD__) X #include X #endif X #include "ADM_default.h" X@@ -79,7 +79,7 @@ void ADM_dezalloc(void *ptr) X X ADM_aligned_free(ptr); X } X-#ifdef __APPLE__ X+#if defined(__APPLE__) || defined(__FreeBSD__) X void *ADM_aligned_alloc(size_t size) X { X return malloc(size); 31a71bd7b6d167c39f685f24da90281e echo x - multimedia/avidemux26/files/patch-config.mak.diff sed 's/^X//' >multimedia/avidemux26/files/patch-config.mak.diff << 'dadd0079ea317c5ae2053f8c1bf7103b' X--- avidemux_core/ffmpeg_package/patches/config.mak.diff.orig X+++ avidemux_core/ffmpeg_package/patches/config.mak.diff X@@ -1,6 +1,8 @@ X---- config.mak 2011-09-29 06:10:57.072423557 +0000 X-+++ config.mak 2011-09-29 06:11:44.896423943 +0000 X-@@ -59,7 +59,7 @@ X+--- config.mak.orig X++++ config.mak X+@@ -93,7 +93,7 @@ X+ EXEOBJS= X+ INSTALL=install X LIBTARGET= X -SLIBNAME=$(SLIBPREF)$(FULLNAME)$(SLIBSUF) X +SLIBNAME=$(SLIBPREF)ADM6$(FULLNAME)$(SLIBSUF) dadd0079ea317c5ae2053f8c1bf7103b echo x - multimedia/avidemux26/files/patch-libexecinfo sed 's/^X//' >multimedia/avidemux26/files/patch-libexecinfo << '9d9cdba31d238aff796d961b48e89dad' X--- cmake/admCheckMiscLibs.cmake.orig X+++ cmake/admCheckMiscLibs.cmake X@@ -67,7 +67,7 @@ X MESSAGE(STATUS "Checking for execinfo") X MESSAGE(STATUS "*********************") X X-FIND_HEADER_AND_LIB(execinfo execinfo.h execinfo backtrace_symbols) X+FIND_HEADER_AND_LIB(EXECINFO execinfo.h execinfo backtrace_symbols) X PRINT_LIBRARY_INFO("execinfo" EXECINFO_FOUND "${LIBEXECINFO_INCLUDE_DIR}" "${LIBEXECINFO_LIBRARY_DIR}") X X IF (LIBEXECINFO_INCLUDE_DIR) 9d9cdba31d238aff796d961b48e89dad echo x - multimedia/avidemux26/files/patch-po__CMakeLists.txt sed 's/^X//' >multimedia/avidemux26/files/patch-po__CMakeLists.txt << '69c58ea6425674bb0f3c1b201293098e' X--- ./po/CMakeLists.txt.orig 2007-10-08 15:57:48.000000000 +0200 X+++ ./po/CMakeLists.txt 2008-07-11 02:23:10.000000000 +0200 X@@ -1,3 +1,4 @@ X+IF (NOT DEFINED NO_NLS) X IF (HAVE_GETTEXT) X INCLUDE(Po) X COMPILE_PO_FILES(${CMAKE_SOURCE_DIR}/po MO_FILES) X@@ -10,4 +11,5 @@ X COMPILE_TS_FILES(${CMAKE_SOURCE_DIR}/po QM_FILES) X X ADD_CUSTOM_TARGET(qmfiles ALL DEPENDS ${QM_FILES}) X-ENDIF (QT4_FOUND) X\ No newline at end of file X+ENDIF (QT4_FOUND) X+ENDIF (NOT DEFINED NO_NLS) 69c58ea6425674bb0f3c1b201293098e echo x - multimedia/avidemux26/files/post-patch-.build-ffmpeg-build-ffmpeg_make.sh sed 's/^X//' >multimedia/avidemux26/files/post-patch-.build-ffmpeg-build-ffmpeg_make.sh << '2b3d58e8ce762088cc2f788db300bec3' X--- .build/ffmpeg/build/ffmpeg_make.sh.orig X+++ .build/ffmpeg/build/ffmpeg_make.sh X@@ -1,2 +1,9 @@ X export PATH=:$PATH X-"gmake" V=1 X+# XXX avoid libADM6avcodec.so getting linked a second time w/o the x86 objects X+if [ ! -h libavcodec/libADM6avcodec.so ]; then X+ "gmake" V=1 X+ mkdir .bak X+ cp libavcodec/libADM6avcodec.so.* .bak X+else X+ cp .bak/libADM6avcodec.so.* libavcodec X+fi 2b3d58e8ce762088cc2f788db300bec3 echo c - multimedia/avidemux26-cli/ mkdir -p multimedia/avidemux26-cli/ > /dev/null 2>&1 echo x - multimedia/avidemux26-cli/Makefile sed 's/^X//' >multimedia/avidemux26-cli/Makefile << '581fe885cabb3b19b751eb4c950a3ed7' X# $FreeBSD$ X XPORTNAME= avidemux26 XPORTVERSION= ${AVIDEMUX2_VERSION} XPORTREVISION= 0 XCATEGORIES= multimedia XPKGNAMESUFFIX= -cli X XMAINTAINER= multimedia@FreeBSD.org XCOMMENT= Simple GUI based video editor (cli) X XLIB_DEPENDS= libADM6avutil.so.52:${PORTSDIR}/multimedia/avidemux26 X XMASTERDIR= ${.CURDIR}/../avidemux26 XPLIST= ${.CURDIR}/pkg-plist XNO_STAGE= yes X X.include "${MASTERDIR}/Makefile.common" X XCMAKE_SOURCE_PATH= ${WRKSRC}/avidemux/cli X XCMAKE_ARGS+= -DAVIDEMUX_SOURCE_DIR=${WRKSRC} -DAVIDEMUX_INSTALL_PREFIX:PATH="${PREFIX}" X Xpost-configure: post-configure-common X X.include 581fe885cabb3b19b751eb4c950a3ed7 echo x - multimedia/avidemux26-cli/pkg-plist sed 's/^X//' >multimedia/avidemux26-cli/pkg-plist << '1b7ed374b3143959d4f82ab3b237ed48' Xlib/ADM_plugins/audioDecoder/libADM_ad_Mad.so Xlib/ADM_plugins/audioDecoder/libADM_ad_a52.so X%%VORBIS%%lib/ADM_plugins/audioDecoder/libADM_ad_vorbis.so Xlib/ADM_plugins/audioDevices/libADM_av_oss.so X%%LAME%%lib/ADM_plugins/audioEncoders/libADM_ae_lame.so Xlib/ADM_plugins/audioEncoders/libADM_ae_lav_ac3.so Xlib/ADM_plugins/audioEncoders/libADM_ae_lav_mp2.so Xlib/ADM_plugins/audioEncoders/libADM_ae_pcm.so Xlib/ADM_plugins/audioEncoders/libADM_ae_twolame.so Xlib/ADM_plugins/videoEncoder/avcodec/Flv1Param.xsd Xlib/ADM_plugins/videoEncoder/avcodec/H263Param.xsd Xlib/ADM_plugins/videoEncoder/avcodec/MjpegParam.xsd Xlib/ADM_plugins/videoEncoder/avcodec/Mpeg1Param.xsd Xlib/ADM_plugins/videoEncoder/avcodec/Mpeg2Param.xsd Xlib/ADM_plugins/videoEncoder/avcodec/Mpeg4aspParam.xsd Xlib/ADM_plugins/videoEncoder/avcodec/mpeg-1/Video CD.xml Xlib/ADM_plugins/videoEncoder/avcodec/mpeg-2/DVD.xml Xlib/ADM_plugins/videoEncoder/avcodec/mpeg-2/Super Video CD.xml Xlib/ADM_plugins/videoEncoder/libADM_vidEnc_avcodec.so Xlib/ADM_plugins/videoEncoder/libADM_vidEnc_mpeg2enc.so Xlib/ADM_plugins/videoEncoder/mpeg2enc/Mpeg1Param.xsd Xlib/ADM_plugins/videoEncoder/mpeg2enc/Mpeg2Param.xsd Xlib/ADM_plugins/videoEncoder/mpeg2enc/mpeg-1/Video CD.xml Xlib/ADM_plugins/videoEncoder/mpeg2enc/mpeg-2/DVD.xml Xlib/ADM_plugins/videoEncoder/mpeg2enc/mpeg-2/Super Video CD.xml Xlib/ADM_plugins/videoFilter/libADM_vf_Deinterlace.so Xlib/ADM_plugins/videoFilter/libADM_vf_Delta.so Xlib/ADM_plugins/videoFilter/libADM_vf_Denoise.so Xlib/ADM_plugins/videoFilter/libADM_vf_FluxSmooth.so Xlib/ADM_plugins/videoFilter/libADM_vf_Hue_cli.so Xlib/ADM_plugins/videoFilter/libADM_vf_Mosaic.so Xlib/ADM_plugins/videoFilter/libADM_vf_Pulldown.so Xlib/ADM_plugins/videoFilter/libADM_vf_Stabilize.so Xlib/ADM_plugins/videoFilter/libADM_vf_Tisophote.so Xlib/ADM_plugins/videoFilter/libADM_vf_Whirl.so Xlib/ADM_plugins/videoFilter/libADM_vf_addborders.so Xlib/ADM_plugins/videoFilter/libADM_vf_asharp_cli.so Xlib/ADM_plugins/videoFilter/libADM_vf_avisynthResize_cli.so Xlib/ADM_plugins/videoFilter/libADM_vf_avsfilter.so Xlib/ADM_plugins/videoFilter/libADM_vf_blackenBorders.so Xlib/ADM_plugins/videoFilter/libADM_vf_blendDgBob.so Xlib/ADM_plugins/videoFilter/libADM_vf_blendRemoval.so Xlib/ADM_plugins/videoFilter/libADM_vf_chromashift_cli.so Xlib/ADM_plugins/videoFilter/libADM_vf_cnr2_cli.so Xlib/ADM_plugins/videoFilter/libADM_vf_colorYUV_cli.so Xlib/ADM_plugins/videoFilter/libADM_vf_contrast_cli.so Xlib/ADM_plugins/videoFilter/libADM_vf_crop_cli.so Xlib/ADM_plugins/videoFilter/libADM_vf_decimate.so Xlib/ADM_plugins/videoFilter/libADM_vf_denoise3d.so Xlib/ADM_plugins/videoFilter/libADM_vf_denoise3dhq.so Xlib/ADM_plugins/videoFilter/libADM_vf_dropOut.so Xlib/ADM_plugins/videoFilter/libADM_vf_eq2_cli.so Xlib/ADM_plugins/videoFilter/libADM_vf_equalizer_cli.so Xlib/ADM_plugins/videoFilter/libADM_vf_fade.so Xlib/ADM_plugins/videoFilter/libADM_vf_fastconvolutiongauss.so Xlib/ADM_plugins/videoFilter/libADM_vf_fastconvolutionmean.so Xlib/ADM_plugins/videoFilter/libADM_vf_fastconvolutionmedian.so Xlib/ADM_plugins/videoFilter/libADM_vf_fastconvolutionsharpen.so Xlib/ADM_plugins/videoFilter/libADM_vf_forcedPP.so Xlib/ADM_plugins/videoFilter/libADM_vf_hzStackField.so Xlib/ADM_plugins/videoFilter/libADM_vf_keepEvenField.so Xlib/ADM_plugins/videoFilter/libADM_vf_keepOddField.so Xlib/ADM_plugins/videoFilter/libADM_vf_kernelDeint.so Xlib/ADM_plugins/videoFilter/libADM_vf_largemedian.so Xlib/ADM_plugins/videoFilter/libADM_vf_lavDeinterlace.so Xlib/ADM_plugins/videoFilter/libADM_vf_logo.so Xlib/ADM_plugins/videoFilter/libADM_vf_lumaonly.so Xlib/ADM_plugins/videoFilter/libADM_vf_mSharpen.so Xlib/ADM_plugins/videoFilter/libADM_vf_mSmooth.so Xlib/ADM_plugins/videoFilter/libADM_vf_mcdeint.so Xlib/ADM_plugins/videoFilter/libADM_vf_mergeField.so Xlib/ADM_plugins/videoFilter/libADM_vf_mpdelogo_cli.so Xlib/ADM_plugins/videoFilter/libADM_vf_mplayerResize_cli.so Xlib/ADM_plugins/videoFilter/libADM_vf_palShift.so Xlib/ADM_plugins/videoFilter/libADM_vf_resampleFps.so Xlib/ADM_plugins/videoFilter/libADM_vf_reverse.so Xlib/ADM_plugins/videoFilter/libADM_vf_rotate.so Xlib/ADM_plugins/videoFilter/libADM_vf_separateField.so Xlib/ADM_plugins/videoFilter/libADM_vf_smartPalShift.so Xlib/ADM_plugins/videoFilter/libADM_vf_smartSwapField.so Xlib/ADM_plugins/videoFilter/libADM_vf_soften.so Xlib/ADM_plugins/videoFilter/libADM_vf_stackField.so Xlib/ADM_plugins/videoFilter/libADM_vf_swapField.so Xlib/ADM_plugins/videoFilter/libADM_vf_swapuv.so Xlib/ADM_plugins/videoFilter/libADM_vf_tdeint.so Xlib/ADM_plugins/videoFilter/libADM_vf_telecide.so Xlib/ADM_plugins/videoFilter/libADM_vf_unstackField.so Xlib/ADM_plugins/videoFilter/libADM_vf_vflip.so Xlib/ADM_plugins/videoFilter/libADM_vf_vlad.so Xlib/ADM_plugins/videoFilter/libADM_vf_yadif.so Xlib/ADM_plugins/videoFilter/libADM_vidChromaU.so Xlib/ADM_plugins/videoFilter/libADM_vidChromaV.so X%%AMRNB%%lib/ADM_plugins/audioDecoder/libADM_ad_opencore_amrnb.so X%%AMRWB%%lib/ADM_plugins/audioDecoder/libADM_ad_opencore_amrwb.so X%%ESD%%lib/ADM_plugins/audioDevices/libADM_av_esd.so X%%FAAC%%lib/ADM_plugins/audioEncoders/libADM_ae_faac.so X%%FAAD%%lib/ADM_plugins/audioDecoder/libADM_ad_faad.so X%%FREETYPE%%lib/ADM_plugins/videoFilter/libADM_vf_ssa.so X%%FREETYPE%%lib/ADM_plugins/videoFilter/libADM_vf_sub_cli.so X%%GTK%%%%FREETYPE%%lib/ADM_plugins/videoFilter/libADM_vf_sub_gtk.so X%%GTK%%%%X264%%lib/ADM_plugins/videoEncoder/x264/libADM_vidEnc_x264_Gtk.so X%%GTK%%%%XVID%%lib/ADM_plugins/videoEncoder/xvid/libADM_vidEnc_Xvid_Gtk.so X%%GTK%%lib/ADM_plugins/videoFilter/libADM_vf_Crop_gtk.so X%%GTK%%lib/ADM_plugins/videoFilter/libADM_vf_asharp_gtk.so X%%GTK%%lib/ADM_plugins/videoFilter/libADM_vf_avisynthResize_gtk.so X%%GTK%%lib/ADM_plugins/videoFilter/libADM_vf_chromaShift_gtk.so X%%GTK%%lib/ADM_plugins/videoFilter/libADM_vf_cnr2_gtk.so X%%GTK%%lib/ADM_plugins/videoFilter/libADM_vf_colorYUV_gtk.so X%%GTK%%lib/ADM_plugins/videoFilter/libADM_vf_contrast_gtk.so X%%GTK%%lib/ADM_plugins/videoFilter/libADM_vf_eq2_gtk.so X%%GTK%%lib/ADM_plugins/videoFilter/libADM_vf_equalizer_gtk.so X%%GTK%%lib/ADM_plugins/videoFilter/libADM_vf_hue_gtk.so X%%GTK%%lib/ADM_plugins/videoFilter/libADM_vf_mpdelogo_gtk.so X%%GTK%%lib/ADM_plugins/videoFilter/libADM_vf_mplayerResize_gtk.so X%%JACK%%lib/ADM_plugins/audioDevices/libADM_av_jack.so X%%PULSE%%lib/ADM_plugins/audioDevices/libADM_av_pulseAudioSimple.so X%%QT4%%%%FREETYPE%%lib/ADM_plugins/videoFilter/libADM_vf_sub_qt4.so X%%QT4%%%%X264%%lib/ADM_plugins/videoEncoder/x264/libADM_vidEnc_x264_Qt.so X%%QT4%%%%XVID%%lib/ADM_plugins/videoEncoder/xvid/libADM_vidEnc_Xvid_Qt.so X%%QT4%%lib/ADM_plugins/videoFilter/libADM_vf_asharp_qt4.so X%%QT4%%lib/ADM_plugins/videoFilter/libADM_vf_avisynthResize_qt4.so X%%QT4%%lib/ADM_plugins/videoFilter/libADM_vf_chromaShift_qt4.so X%%QT4%%lib/ADM_plugins/videoFilter/libADM_vf_cnr2_qt4.so X%%QT4%%lib/ADM_plugins/videoFilter/libADM_vf_colorYUV_qt4.so X%%QT4%%lib/ADM_plugins/videoFilter/libADM_vf_contrast_qt4.so X%%QT4%%lib/ADM_plugins/videoFilter/libADM_vf_crop_qt4.so X%%QT4%%lib/ADM_plugins/videoFilter/libADM_vf_curveEditor_qt4.so X%%QT4%%lib/ADM_plugins/videoFilter/libADM_vf_eq2_qt4.so X%%QT4%%lib/ADM_plugins/videoFilter/libADM_vf_equalizer_qt4.so X%%QT4%%lib/ADM_plugins/videoFilter/libADM_vf_hue_qt4.so X%%QT4%%lib/ADM_plugins/videoFilter/libADM_vf_mpdelogo_qt4.so X%%QT4%%lib/ADM_plugins/videoFilter/libADM_vf_mplayerResize_qt4.so X%%SDL%%lib/ADM_plugins/audioDevices/libADM_av_sdl.so X%%VORBIS%%lib/ADM_plugins/audioEncoders/libADM_ae_vorbis.so X%%X264%%lib/ADM_plugins/videoEncoder/libADM_vidEnc_x264.so X%%X264%%lib/ADM_plugins/videoEncoder/x264/Apple iPhone.xml X%%X264%%lib/ADM_plugins/videoEncoder/x264/Apple iPod 5.5G.xml X%%X264%%lib/ADM_plugins/videoEncoder/x264/Apple iPod.xml X%%X264%%lib/ADM_plugins/videoEncoder/x264/Microsoft Zune.xml X%%X264%%lib/ADM_plugins/videoEncoder/x264/Sony PlayStation Portable.xml X%%X264%%lib/ADM_plugins/videoEncoder/x264/x264Param.xsd X%%XVID%%lib/ADM_plugins/videoEncoder/libADM_vidEnc_xvid.so X%%XVID%%lib/ADM_plugins/videoEncoder/xvid/XvidParam.xsd X@dirrm lib/ADM_plugins/audioDecoder X@dirrm lib/ADM_plugins/audioDevices X@dirrm lib/ADM_plugins/videoEncoder/avcodec/mpeg-1 X@dirrm lib/ADM_plugins/videoEncoder/avcodec/mpeg-2 X@dirrm lib/ADM_plugins/videoEncoder/avcodec X%%X264%%@dirrm lib/ADM_plugins/videoEncoder/x264 X%%XVID%%@dirrm lib/ADM_plugins/videoEncoder/xvid X@dirrm lib/ADM_plugins/videoEncoder/mpeg2enc/mpeg-1 X@dirrm lib/ADM_plugins/videoEncoder/mpeg2enc/mpeg-2 X@dirrm lib/ADM_plugins/videoEncoder/mpeg2enc X@dirrm lib/ADM_plugins/videoEncoder X@dirrm lib/ADM_plugins/videoFilter X@dirrm lib/ADM_plugins/audioEncoders X@dirrm lib/ADM_plugins 1b7ed374b3143959d4f82ab3b237ed48 echo c - multimedia/avidemux26-gtk/ mkdir -p multimedia/avidemux26-gtk/ > /dev/null 2>&1 echo x - multimedia/avidemux26-gtk/Makefile sed 's/^X//' >multimedia/avidemux26-gtk/Makefile << 'a6dd2455ab6eb24fc3fef6bc383b4ba5' X# $FreeBSD$ X XPORTNAME= avidemux26 XPORTVERSION= ${AVIDEMUX2_VERSION} XPORTREVISION= 0 XCATEGORIES= multimedia XPKGNAMESUFFIX= -gtk X XMAINTAINER= multimedia@FreeBSD.org XCOMMENT= Simple GUI based video editor (GTK UI - may be broken) X XLIB_DEPENDS= libADM6avutil.so.52:${PORTSDIR}/multimedia/avidemux26 X XMASTERDIR= ${.CURDIR}/../avidemux26 XPLIST= ${.CURDIR}/pkg-plist XNO_STAGE= yes X X.include "${MASTERDIR}/Makefile.common" X XCMAKE_SOURCE_PATH= ${WRKSRC}/avidemux/gtk X XCMAKE_ARGS+= -DAVIDEMUX_SOURCE_DIR=${WRKSRC} -DAVIDEMUX_INSTALL_PREFIX:PATH="${PREFIX}" X Xpost-configure: post-configure-common X X.include a6dd2455ab6eb24fc3fef6bc383b4ba5 echo x - multimedia/avidemux26-gtk/pkg-plist sed 's/^X//' >multimedia/avidemux26-gtk/pkg-plist << 'bf602325047797908ba4f2dbd649cffa' Xbin/avidemux3_gtk Xinclude/avidemux/2.6/gtk/config.h Xlib/ADM_glade/DIA_alternate.gtkBuilder Xlib/ADM_glade/about.gtkBuilder Xlib/ADM_glade/avidemux_icon.png Xlib/ADM_glade/calculator.gtkBuilder Xlib/ADM_glade/encoding.gtkBuilder Xlib/ADM_glade/main/avidemux_icon_small.png Xlib/ADM_glade/main/first-frame.png Xlib/ADM_glade/main/gtk2_build.gtkBuilder Xlib/ADM_glade/main/last-frame.png Xlib/ADM_glade/main/markA.png Xlib/ADM_glade/main/markB.png Xlib/ADM_glade/main/next-black-frame.png Xlib/ADM_glade/main/next-frame.png Xlib/ADM_glade/main/next-key-frame.png Xlib/ADM_glade/main/play.png Xlib/ADM_glade/main/previous-black-frame.png Xlib/ADM_glade/main/previous-frame.png Xlib/ADM_glade/main/previous-key-frame.png Xlib/ADM_glade/main/stop.png Xlib/ADM_glade/properties.gtkBuilder Xlib/ADM_glade/videoFilter/1.png Xlib/ADM_glade/videoFilter/2.png Xlib/ADM_glade/videoFilter/3.png Xlib/ADM_glade/videoFilter/4.png Xlib/ADM_glade/videoFilter/5.png Xlib/ADM_glade/videoFilter/6.png Xlib/ADM_glade/videoFilter/7.png Xlib/ADM_glade/videoFilter/add.png Xlib/ADM_glade/videoFilter/cd.png Xlib/ADM_glade/videoFilter/close.png Xlib/ADM_glade/videoFilter/down.png Xlib/ADM_glade/videoFilter/exec.png Xlib/ADM_glade/videoFilter/fileopen.png Xlib/ADM_glade/videoFilter/filesave.png Xlib/ADM_glade/videoFilter/filesaveas.png Xlib/ADM_glade/videoFilter/gl.png Xlib/ADM_glade/videoFilter/remove.png Xlib/ADM_glade/videoFilter/thumbnail.png Xlib/ADM_glade/videoFilter/up.png Xlib/ADM_glade/videoFilter/videoFilter.gtkBuilder Xlib/libADM_UIGtk6.so Xlib/libADM_render6_gtk.so Xlib/libADM_toolkitGtk.so X@dirrm lib/ADM_glade/videoFilter X@dirrm lib/ADM_glade/main X@dirrm lib/ADM_glade X@dirrm include/avidemux/2.6/gtk bf602325047797908ba4f2dbd649cffa echo c - multimedia/avidemux26-plugins/ mkdir -p multimedia/avidemux26-plugins/ > /dev/null 2>&1 echo x - multimedia/avidemux26-plugins/Makefile sed 's/^X//' >multimedia/avidemux26-plugins/Makefile << 'b0d6bb2611a8ffe01685907f96178c92' X# Created by: Anish Mistry (with help from mean) X# $FreeBSD: head/multimedia/avidemux2-plugins/Makefile 314159 2013-03-14 13:43:11Z makc $ X XPORTNAME= avidemux26 XPORTVERSION= ${AVIDEMUX2_VERSION} XPORTREVISION= 0 XCATEGORIES= multimedia XPKGNAMESUFFIX= -plugins X XMAINTAINER= multimedia@FreeBSD.org XCOMMENT= Simple GUI based video editor (Plugins) X XLIB_DEPENDS= libADM6avutil.so.52:${PORTSDIR}/multimedia/avidemux26 X XMASTERDIR= ${.CURDIR}/../avidemux26 XPLIST= ${.CURDIR}/pkg-plist XNO_STAGE= yes X X.include "${MASTERDIR}/Makefile.common" X XCMAKE_SOURCE_PATH= ${WRKSRC}/avidemux_plugins X X#CMAKE_ARGS+= -DAVIDEMUX_SOURCE_DIR=${WRKSRC} -DAVIDEMUX_INSTALL_PREFIX:PATH="${PREFIX}" -DAVIDEMUX_CORECONFIG_DIR=${CONFIGURE_WRKSRC}/config XCMAKE_ARGS+= -DAVIDEMUX_SOURCE_DIR=${WRKSRC} -DAVIDEMUX_INSTALL_PREFIX:PATH="${PREFIX}" XCMAKE_ARGS+= -DPLUGIN_UI=ALL X Xpost-configure: post-configure-common X X.include b0d6bb2611a8ffe01685907f96178c92 echo x - multimedia/avidemux26-plugins/pkg-plist sed 's/^X//' >multimedia/avidemux26-plugins/pkg-plist << 'ff6234815c72520b8e1a55fa15b8fcda' Xlib/ADM_plugins6/audioDecoder/libADM_ad_Mad.so Xlib/ADM_plugins6/audioDecoder/libADM_ad_a52.so Xlib/ADM_plugins6/audioDecoder/libADM_ad_lav.so Xlib/ADM_plugins6/audioDecoder/libADM_ad_ulaw.so Xlib/ADM_plugins6/audioDecoder/libADM_ad_ms_adpcm.so Xlib/ADM_plugins6/audioDecoder/libADM_ad_ima_adpcm.so X%%VORBIS%%lib/ADM_plugins6/audioDecoder/libADM_ad_vorbis.so Xlib/ADM_plugins6/audioDevices/libADM_av_oss.so X%%LAME%%lib/ADM_plugins6/audioEncoders/libADM_ae_lame.so Xlib/ADM_plugins6/audioEncoders/libADM_ae_lav_ac3.so Xlib/ADM_plugins6/audioEncoders/libADM_ae_lav_mp2.so Xlib/ADM_plugins6/audioEncoders/libADM_ae_lav_aac.so Xlib/ADM_plugins6/audioEncoders/libADM_ae_pcm.so Xlib/ADM_plugins6/videoEncoders/libADM_ve_yv12.so Xlib/ADM_plugins6/videoEncoders/libADM_ve_png.so Xlib/ADM_plugins6/videoEncoders/libADM_ve_jpeg.so Xlib/ADM_plugins6/videoEncoders/libADM_ve_huff.so Xlib/ADM_plugins6/videoEncoders/libADM_ve_ffDv.so Xlib/ADM_plugins6/videoEncoders/libADM_ve_ffMpeg4.so Xlib/ADM_plugins6/videoEncoders/libADM_ve_ffMpeg2.so Xlib/ADM_plugins6/videoEncoders/libADM_ve_ffFlv1.so Xlib/ADM_plugins6/videoEncoders/libADM_ve_null.so Xlib/ADM_plugins6/videoFilters/libADM_vf_addBorders.so Xlib/ADM_plugins6/videoFilters/libADM_vf_avsfilter.so Xlib/ADM_plugins6/videoFilters/libADM_vf_blackenBorders.so Xlib/ADM_plugins6/videoFilters/libADM_vf_changeFps.so Xlib/ADM_plugins6/videoFilters/libADM_vf_colorYuv.so Xlib/ADM_plugins6/videoFilters/libADM_vf_decimate.so Xlib/ADM_plugins6/videoFilters/libADM_vf_DgBob.so Xlib/ADM_plugins6/videoFilters/libADM_vf_dummy.so Xlib/ADM_plugins6/videoFilters/libADM_vf_fadeToBlack.so Xlib/ADM_plugins6/videoFilters/libADM_vf_mean.so Xlib/ADM_plugins6/videoFilters/libADM_vf_gauss.so Xlib/ADM_plugins6/videoFilters/libADM_vf_median.so Xlib/ADM_plugins6/videoFilters/libADM_vf_sharpen.so Xlib/ADM_plugins6/videoFilters/libADM_vf_separateField.so Xlib/ADM_plugins6/videoFilters/libADM_vf_mergeField.so Xlib/ADM_plugins6/videoFilters/libADM_vf_FluxSmooth.so Xlib/ADM_plugins6/videoFilters/libADM_hf_hflip.so Xlib/ADM_plugins6/videoFilters/libADM_vf_kernelDeint.so Xlib/ADM_plugins6/videoFilters/libADM_vf_largeMedian.so Xlib/ADM_plugins6/videoFilters/libADM_vf_lavDeint.so Xlib/ADM_plugins6/videoFilters/libADM_vf_logo.so Xlib/ADM_plugins6/videoFilters/libADM_vf_lumaOnly.so Xlib/ADM_plugins6/videoFilters/libADM_vf_denoise3dhq.so Xlib/ADM_plugins6/videoFilters/libADM_vf_denoise3d.so Xlib/ADM_plugins6/videoFilters/libADM_vf_msharpen.so Xlib/ADM_plugins6/videoFilters/libADM_vf_printInfo.so Xlib/ADM_plugins6/videoFilters/libADM_vf_removePlane.so Xlib/ADM_plugins6/videoFilters/libADM_vf_resampleFps.so Xlib/ADM_plugins6/videoFilters/libADM_vf_rotate.so Xlib/ADM_plugins6/videoFilters/libADM_vf_stackField.so Xlib/ADM_plugins6/videoFilters/libADM_vf_unstackField.so Xlib/ADM_plugins6/videoFilters/libADM_vf_hzstackField.so Xlib/ADM_plugins6/videoFilters/libADM_vf_swapUV.so Xlib/ADM_plugins6/videoFilters/libADM_vf_telecide.so Xlib/ADM_plugins6/videoFilters/libADM_vf_yadif.so Xlib/ADM_plugins6/videoFilters/libADM_vf_vflip.so Xlib/ADM_plugins6/scriptEngines/libADM_script_spiderMonkey.so Xlib/ADM_plugins6/scriptEngines/libADM_script_tinyPy.so Xlib/ADM_plugins6/demuxers/libADM_dm_flv.so Xlib/ADM_plugins6/demuxers/libADM_dm_pic.so Xlib/ADM_plugins6/demuxers/libADM_dm_mp4.so Xlib/ADM_plugins6/demuxers/libADM_dm_matroska.so Xlib/ADM_plugins6/demuxers/libADM_dm_opendml.so Xlib/ADM_plugins6/demuxers/libADM_dm_ps.so Xlib/ADM_plugins6/demuxers/libADM_dm_ts.so Xlib/ADM_plugins6/demuxers/libADM_dm_asf.so Xlib/ADM_plugins6/demuxers/libADM_dm_avsproxy.so Xlib/ADM_plugins6/demuxers/libADM_dm_mxf.so Xlib/ADM_plugins6/muxers/libADM_mx_dummy.so Xlib/ADM_plugins6/muxers/libADM_mx_mp4v2.so Xlib/ADM_plugins6/muxers/libADM_mx_avi.so Xlib/ADM_plugins6/muxers/libADM_mx_raw.so Xlib/ADM_plugins6/muxers/libADM_mx_flv.so Xlib/ADM_plugins6/muxers/libADM_mx_mp4.so Xlib/ADM_plugins6/muxers/libADM_mx_Mkv.so Xlib/ADM_plugins6/muxers/libADM_mx_ffPS.so Xlib/ADM_plugins6/muxers/libADM_mx_ffTS.so Xlib/ADM_plugins6/autoScripts/720p.py Xlib/ADM_plugins6/autoScripts/PSP.py Xlib/ADM_plugins6/autoScripts/check24fps.py Xlib/ADM_plugins6/autoScripts/svcd.py Xlib/ADM_plugins6/autoScripts/vcd.py Xlib/ADM_plugins6/autoScripts/dvd.py Xlib/ADM_plugins6/autoScripts/lib/ADM_imageInfo.py Xlib/ADM_plugins6/autoScripts/lib/ADM_image.py Xlib/ADM_plugins6/videoDecoders/libADM_vd_vpx.so X%%ESD%%lib/ADM_plugins6/audioDevices/libADM_av_esd.so X%%FAAC%%lib/ADM_plugins6/audioEncoders/libADM_ae_faac.so X%%FAAD%%lib/ADM_plugins6/audioDecoder/libADM_ad_faad.so X%%JACK%%lib/ADM_plugins6/audioDevices/libADM_av_jack.so X%%PULSE%%lib/ADM_plugins6/audioDevices/libADM_av_pulseAudioSimple.so X%%XVID%%lib/ADM_plugins6/videoEncoders/libADM_ve_xvid4.so X%%VORBIS%%lib/ADM_plugins6/audioEncoders/libADM_ae_vorbis.so X%%AMRNB%%lib/ADM_plugins6/audioDecoder/libADM_ad_opencore_amrnb.so X%%AMRWB%%lib/ADM_plugins6/audioDecoder/libADM_ad_opencore_amrwb.so X%%QT4%%lib/ADM_plugins6/scriptEngines/libADM_script_qt.so X%%VDPAU%%lib/ADM_plugins6/videoFilters/libADM_vf_vdpauFilter.so X%%VDPAU%%lib/ADM_plugins6/videoFilters/libADM_vf_vdpauFilterDeint.so X%%QT4%%share/avidemux6/help/QtScript/Dialog.jpg X%%QT4%%share/avidemux6/help/QtScript/_dialog_8admjs-example.html X%%QT4%%share/avidemux6/help/QtScript/_transcode_directory_8admjs-example.html X%%QT4%%share/avidemux6/help/QtScript/annotated.html X%%QT4%%share/avidemux6/help/QtScript/avidemux_icon_small.png X%%QT4%%share/avidemux6/help/QtScript/bc_s.png X%%QT4%%share/avidemux6/help/QtScript/bdwn.png X%%QT4%%share/avidemux6/help/QtScript/class_audio_encoder-members.html X%%QT4%%share/avidemux6/help/QtScript/class_audio_encoder.html X%%QT4%%share/avidemux6/help/QtScript/class_audio_output-members.html X%%QT4%%share/avidemux6/help/QtScript/class_audio_output.html X%%QT4%%share/avidemux6/help/QtScript/class_audio_output_collection-members.html X%%QT4%%share/avidemux6/help/QtScript/class_audio_output_collection.html X%%QT4%%share/avidemux6/help/QtScript/class_audio_properties-members.html X%%QT4%%share/avidemux6/help/QtScript/class_audio_properties.html X%%QT4%%share/avidemux6/help/QtScript/class_check_box_control-members.html X%%QT4%%share/avidemux6/help/QtScript/class_check_box_control.html X%%QT4%%share/avidemux6/help/QtScript/class_check_box_control.png X%%QT4%%share/avidemux6/help/QtScript/class_combo_box_control-members.html X%%QT4%%share/avidemux6/help/QtScript/class_combo_box_control.html X%%QT4%%share/avidemux6/help/QtScript/class_combo_box_control.png X%%QT4%%share/avidemux6/help/QtScript/class_combo_box_item-members.html X%%QT4%%share/avidemux6/help/QtScript/class_combo_box_item.html X%%QT4%%share/avidemux6/help/QtScript/class_combo_box_item_collection-members.html X%%QT4%%share/avidemux6/help/QtScript/class_combo_box_item_collection.html X%%QT4%%share/avidemux6/help/QtScript/class_control.html X%%QT4%%share/avidemux6/help/QtScript/class_control.png X%%QT4%%share/avidemux6/help/QtScript/class_control_collection-members.html X%%QT4%%share/avidemux6/help/QtScript/class_control_collection.html X%%QT4%%share/avidemux6/help/QtScript/class_dialog-members.html X%%QT4%%share/avidemux6/help/QtScript/class_dialog.html X%%QT4%%share/avidemux6/help/QtScript/class_directory-members.html X%%QT4%%share/avidemux6/help/QtScript/class_directory.html X%%QT4%%share/avidemux6/help/QtScript/class_double_spin_box_control-members.html X%%QT4%%share/avidemux6/help/QtScript/class_double_spin_box_control.html X%%QT4%%share/avidemux6/help/QtScript/class_double_spin_box_control.png X%%QT4%%share/avidemux6/help/QtScript/class_editor-members.html X%%QT4%%share/avidemux6/help/QtScript/class_editor.html X%%QT4%%share/avidemux6/help/QtScript/class_file-members.html X%%QT4%%share/avidemux6/help/QtScript/class_file.html X%%QT4%%share/avidemux6/help/QtScript/class_file_information-members.html X%%QT4%%share/avidemux6/help/QtScript/class_file_information.html X%%QT4%%share/avidemux6/help/QtScript/class_frame_properties-members.html X%%QT4%%share/avidemux6/help/QtScript/class_frame_properties.html X%%QT4%%share/avidemux6/help/QtScript/class_line_edit_control-members.html X%%QT4%%share/avidemux6/help/QtScript/class_line_edit_control.html X%%QT4%%share/avidemux6/help/QtScript/class_line_edit_control.png X%%QT4%%share/avidemux6/help/QtScript/class_muxer-members.html X%%QT4%%share/avidemux6/help/QtScript/class_muxer.html X%%QT4%%share/avidemux6/help/QtScript/class_segment-members.html X%%QT4%%share/avidemux6/help/QtScript/class_segment.html X%%QT4%%share/avidemux6/help/QtScript/class_segment_collection-members.html X%%QT4%%share/avidemux6/help/QtScript/class_segment_collection.html X%%QT4%%share/avidemux6/help/QtScript/class_slider_control-members.html X%%QT4%%share/avidemux6/help/QtScript/class_slider_control.html X%%QT4%%share/avidemux6/help/QtScript/class_slider_control.png X%%QT4%%share/avidemux6/help/QtScript/class_spin_box_control-members.html X%%QT4%%share/avidemux6/help/QtScript/class_spin_box_control.html X%%QT4%%share/avidemux6/help/QtScript/class_spin_box_control.png X%%QT4%%share/avidemux6/help/QtScript/class_video_decoder-members.html X%%QT4%%share/avidemux6/help/QtScript/class_video_decoder.html X%%QT4%%share/avidemux6/help/QtScript/class_video_encoder-members.html X%%QT4%%share/avidemux6/help/QtScript/class_video_encoder.html X%%QT4%%share/avidemux6/help/QtScript/class_video_file_properties-members.html X%%QT4%%share/avidemux6/help/QtScript/class_video_file_properties.html X%%QT4%%share/avidemux6/help/QtScript/class_video_filter-members.html X%%QT4%%share/avidemux6/help/QtScript/class_video_filter.html X%%QT4%%share/avidemux6/help/QtScript/class_video_filter_collection-members.html X%%QT4%%share/avidemux6/help/QtScript/class_video_filter_collection.html X%%QT4%%share/avidemux6/help/QtScript/class_video_output-members.html X%%QT4%%share/avidemux6/help/QtScript/class_video_output.html X%%QT4%%share/avidemux6/help/QtScript/classes.html X%%QT4%%share/avidemux6/help/QtScript/closed.png X%%QT4%%share/avidemux6/help/QtScript/doxygen.css X%%QT4%%share/avidemux6/help/QtScript/dynsections.js X%%QT4%%share/avidemux6/help/QtScript/examples.html X%%QT4%%share/avidemux6/help/QtScript/ftv2blank.png X%%QT4%%share/avidemux6/help/QtScript/ftv2cl.png X%%QT4%%share/avidemux6/help/QtScript/ftv2doc.png X%%QT4%%share/avidemux6/help/QtScript/ftv2folderclosed.png X%%QT4%%share/avidemux6/help/QtScript/ftv2folderopen.png X%%QT4%%share/avidemux6/help/QtScript/ftv2lastnode.png X%%QT4%%share/avidemux6/help/QtScript/ftv2link.png X%%QT4%%share/avidemux6/help/QtScript/ftv2mlastnode.png X%%QT4%%share/avidemux6/help/QtScript/ftv2mnode.png X%%QT4%%share/avidemux6/help/QtScript/ftv2mo.png X%%QT4%%share/avidemux6/help/QtScript/ftv2node.png X%%QT4%%share/avidemux6/help/QtScript/ftv2ns.png X%%QT4%%share/avidemux6/help/QtScript/ftv2plastnode.png X%%QT4%%share/avidemux6/help/QtScript/ftv2pnode.png X%%QT4%%share/avidemux6/help/QtScript/ftv2splitbar.png X%%QT4%%share/avidemux6/help/QtScript/ftv2vertline.png X%%QT4%%share/avidemux6/help/QtScript/functions.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x62.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x63.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x64.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x65.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x66.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x67.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x68.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x69.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x6a.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x6c.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x6d.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x6e.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x6f.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x70.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x71.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x72.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x73.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x74.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x75.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x76.html X%%QT4%%share/avidemux6/help/QtScript/functions_0x77.html X%%QT4%%share/avidemux6/help/QtScript/functions_enum.html X%%QT4%%share/avidemux6/help/QtScript/functions_eval.html X%%QT4%%share/avidemux6/help/QtScript/functions_func.html X%%QT4%%share/avidemux6/help/QtScript/functions_prop.html X%%QT4%%share/avidemux6/help/QtScript/group__global_functions.html X%%QT4%%share/avidemux6/help/QtScript/hierarchy.html X%%QT4%%share/avidemux6/help/QtScript/jquery.js X%%QT4%%share/avidemux6/help/QtScript/modules.html X%%QT4%%share/avidemux6/help/QtScript/nav_f.png X%%QT4%%share/avidemux6/help/QtScript/nav_g.png X%%QT4%%share/avidemux6/help/QtScript/nav_h.png X%%QT4%%share/avidemux6/help/QtScript/open.png X%%QT4%%share/avidemux6/help/QtScript/search/all_61.html X%%QT4%%share/avidemux6/help/QtScript/search/all_61.js X%%QT4%%share/avidemux6/help/QtScript/search/all_62.html X%%QT4%%share/avidemux6/help/QtScript/search/all_62.js X%%QT4%%share/avidemux6/help/QtScript/search/all_63.html X%%QT4%%share/avidemux6/help/QtScript/search/all_63.js X%%QT4%%share/avidemux6/help/QtScript/search/all_64.html X%%QT4%%share/avidemux6/help/QtScript/search/all_64.js X%%QT4%%share/avidemux6/help/QtScript/search/all_65.html X%%QT4%%share/avidemux6/help/QtScript/search/all_65.js X%%QT4%%share/avidemux6/help/QtScript/search/all_66.html X%%QT4%%share/avidemux6/help/QtScript/search/all_66.js X%%QT4%%share/avidemux6/help/QtScript/search/all_67.html X%%QT4%%share/avidemux6/help/QtScript/search/all_67.js X%%QT4%%share/avidemux6/help/QtScript/search/all_68.html X%%QT4%%share/avidemux6/help/QtScript/search/all_68.js X%%QT4%%share/avidemux6/help/QtScript/search/all_69.html X%%QT4%%share/avidemux6/help/QtScript/search/all_69.js X%%QT4%%share/avidemux6/help/QtScript/search/all_6a.html X%%QT4%%share/avidemux6/help/QtScript/search/all_6a.js X%%QT4%%share/avidemux6/help/QtScript/search/all_6c.html X%%QT4%%share/avidemux6/help/QtScript/search/all_6c.js X%%QT4%%share/avidemux6/help/QtScript/search/all_6d.html X%%QT4%%share/avidemux6/help/QtScript/search/all_6d.js X%%QT4%%share/avidemux6/help/QtScript/search/all_6e.html X%%QT4%%share/avidemux6/help/QtScript/search/all_6e.js X%%QT4%%share/avidemux6/help/QtScript/search/all_6f.html X%%QT4%%share/avidemux6/help/QtScript/search/all_6f.js X%%QT4%%share/avidemux6/help/QtScript/search/all_70.html X%%QT4%%share/avidemux6/help/QtScript/search/all_70.js X%%QT4%%share/avidemux6/help/QtScript/search/all_71.html X%%QT4%%share/avidemux6/help/QtScript/search/all_71.js X%%QT4%%share/avidemux6/help/QtScript/search/all_72.html X%%QT4%%share/avidemux6/help/QtScript/search/all_72.js X%%QT4%%share/avidemux6/help/QtScript/search/all_73.html X%%QT4%%share/avidemux6/help/QtScript/search/all_73.js X%%QT4%%share/avidemux6/help/QtScript/search/all_74.html X%%QT4%%share/avidemux6/help/QtScript/search/all_74.js X%%QT4%%share/avidemux6/help/QtScript/search/all_75.html X%%QT4%%share/avidemux6/help/QtScript/search/all_75.js X%%QT4%%share/avidemux6/help/QtScript/search/all_76.html X%%QT4%%share/avidemux6/help/QtScript/search/all_76.js X%%QT4%%share/avidemux6/help/QtScript/search/all_77.html X%%QT4%%share/avidemux6/help/QtScript/search/all_77.js X%%QT4%%share/avidemux6/help/QtScript/search/classes_61.html X%%QT4%%share/avidemux6/help/QtScript/search/classes_61.js X%%QT4%%share/avidemux6/help/QtScript/search/classes_63.html X%%QT4%%share/avidemux6/help/QtScript/search/classes_63.js X%%QT4%%share/avidemux6/help/QtScript/search/classes_64.html X%%QT4%%share/avidemux6/help/QtScript/search/classes_64.js X%%QT4%%share/avidemux6/help/QtScript/search/classes_65.html X%%QT4%%share/avidemux6/help/QtScript/search/classes_65.js X%%QT4%%share/avidemux6/help/QtScript/search/classes_66.html X%%QT4%%share/avidemux6/help/QtScript/search/classes_66.js X%%QT4%%share/avidemux6/help/QtScript/search/classes_6c.html X%%QT4%%share/avidemux6/help/QtScript/search/classes_6c.js X%%QT4%%share/avidemux6/help/QtScript/search/classes_6d.html X%%QT4%%share/avidemux6/help/QtScript/search/classes_6d.js X%%QT4%%share/avidemux6/help/QtScript/search/classes_73.html X%%QT4%%share/avidemux6/help/QtScript/search/classes_73.js X%%QT4%%share/avidemux6/help/QtScript/search/classes_76.html X%%QT4%%share/avidemux6/help/QtScript/search/classes_76.js X%%QT4%%share/avidemux6/help/QtScript/search/close.png X%%QT4%%share/avidemux6/help/QtScript/search/enums_61.html X%%QT4%%share/avidemux6/help/QtScript/search/enums_61.js X%%QT4%%share/avidemux6/help/QtScript/search/enums_63.html X%%QT4%%share/avidemux6/help/QtScript/search/enums_63.js X%%QT4%%share/avidemux6/help/QtScript/search/enums_66.html X%%QT4%%share/avidemux6/help/QtScript/search/enums_66.js X%%QT4%%share/avidemux6/help/QtScript/search/enums_67.html X%%QT4%%share/avidemux6/help/QtScript/search/enums_67.js X%%QT4%%share/avidemux6/help/QtScript/search/enums_69.html X%%QT4%%share/avidemux6/help/QtScript/search/enums_69.js X%%QT4%%share/avidemux6/help/QtScript/search/enums_6d.html X%%QT4%%share/avidemux6/help/QtScript/search/enums_6d.js X%%QT4%%share/avidemux6/help/QtScript/search/enums_6f.html X%%QT4%%share/avidemux6/help/QtScript/search/enums_6f.js X%%QT4%%share/avidemux6/help/QtScript/search/enums_70.html X%%QT4%%share/avidemux6/help/QtScript/search/enums_70.js X%%QT4%%share/avidemux6/help/QtScript/search/enums_73.html X%%QT4%%share/avidemux6/help/QtScript/search/enums_73.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_61.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_61.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_62.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_62.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_63.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_63.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_64.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_64.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_65.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_65.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_66.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_66.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_68.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_68.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_69.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_69.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_6a.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_6a.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_6c.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_6c.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_6d.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_6d.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_6e.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_6e.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_6f.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_6f.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_70.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_70.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_72.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_72.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_73.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_73.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_74.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_74.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_75.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_75.js X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_77.html X%%QT4%%share/avidemux6/help/QtScript/search/enumvalues_77.js X%%QT4%%share/avidemux6/help/QtScript/search/functions_61.html X%%QT4%%share/avidemux6/help/QtScript/search/functions_61.js X%%QT4%%share/avidemux6/help/QtScript/search/functions_63.html X%%QT4%%share/avidemux6/help/QtScript/search/functions_63.js X%%QT4%%share/avidemux6/help/QtScript/search/functions_64.html X%%QT4%%share/avidemux6/help/QtScript/search/functions_64.js X%%QT4%%share/avidemux6/help/QtScript/search/functions_65.html X%%QT4%%share/avidemux6/help/QtScript/search/functions_65.js X%%QT4%%share/avidemux6/help/QtScript/search/functions_66.html X%%QT4%%share/avidemux6/help/QtScript/search/functions_66.js X%%QT4%%share/avidemux6/help/QtScript/search/functions_69.html X%%QT4%%share/avidemux6/help/QtScript/search/functions_69.js X%%QT4%%share/avidemux6/help/QtScript/search/functions_6c.html X%%QT4%%share/avidemux6/help/QtScript/search/functions_6c.js X%%QT4%%share/avidemux6/help/QtScript/search/functions_6d.html X%%QT4%%share/avidemux6/help/QtScript/search/functions_6d.js X%%QT4%%share/avidemux6/help/QtScript/search/functions_6f.html X%%QT4%%share/avidemux6/help/QtScript/search/functions_6f.js X%%QT4%%share/avidemux6/help/QtScript/search/functions_70.html X%%QT4%%share/avidemux6/help/QtScript/search/functions_70.js X%%QT4%%share/avidemux6/help/QtScript/search/functions_72.html X%%QT4%%share/avidemux6/help/QtScript/search/functions_72.js X%%QT4%%share/avidemux6/help/QtScript/search/functions_73.html X%%QT4%%share/avidemux6/help/QtScript/search/functions_73.js X%%QT4%%share/avidemux6/help/QtScript/search/functions_74.html X%%QT4%%share/avidemux6/help/QtScript/search/functions_74.js X%%QT4%%share/avidemux6/help/QtScript/search/functions_75.html X%%QT4%%share/avidemux6/help/QtScript/search/functions_75.js X%%QT4%%share/avidemux6/help/QtScript/search/functions_77.html X%%QT4%%share/avidemux6/help/QtScript/search/functions_77.js X%%QT4%%share/avidemux6/help/QtScript/search/groups_67.html X%%QT4%%share/avidemux6/help/QtScript/search/groups_67.js X%%QT4%%share/avidemux6/help/QtScript/search/mag_sel.png X%%QT4%%share/avidemux6/help/QtScript/search/nomatches.html X%%QT4%%share/avidemux6/help/QtScript/search/pages_61.html X%%QT4%%share/avidemux6/help/QtScript/search/pages_61.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_61.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_61.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_62.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_62.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_63.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_63.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_64.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_64.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_65.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_65.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_66.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_66.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_67.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_67.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_68.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_68.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_69.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_69.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_6c.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_6c.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_6d.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_6d.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_6e.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_6e.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_6f.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_6f.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_70.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_70.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_71.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_71.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_72.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_72.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_73.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_73.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_74.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_74.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_76.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_76.js X%%QT4%%share/avidemux6/help/QtScript/search/properties_77.html X%%QT4%%share/avidemux6/help/QtScript/search/properties_77.js X%%QT4%%share/avidemux6/help/QtScript/search/search.css X%%QT4%%share/avidemux6/help/QtScript/search/search.js X%%QT4%%share/avidemux6/help/QtScript/search/search_l.png X%%QT4%%share/avidemux6/help/QtScript/search/search_m.png X%%QT4%%share/avidemux6/help/QtScript/search/search_r.png X%%QT4%%share/avidemux6/help/QtScript/sync_off.png X%%QT4%%share/avidemux6/help/QtScript/sync_on.png X%%QT4%%share/avidemux6/help/QtScript/tab_a.png X%%QT4%%share/avidemux6/help/QtScript/tab_b.png X%%QT4%%share/avidemux6/help/QtScript/tab_h.png X%%QT4%%share/avidemux6/help/QtScript/tab_s.png X%%QT4%%share/avidemux6/help/QtScript/tabs.css X%%QT4%%@dirrm share/avidemux6/help/QtScript/search X%%QT4%%@dirrm share/avidemux6/help/QtScript X%%QT4%%@dirrm share/avidemux6/help X%%QT4%%@dirrm share/avidemux6 X@dirrm lib/ADM_plugins6/audioDecoder X@dirrm lib/ADM_plugins6/audioDevices X@dirrm lib/ADM_plugins6/demuxers X@dirrm lib/ADM_plugins6/muxers X@dirrm lib/ADM_plugins6/autoScripts/lib X@dirrm lib/ADM_plugins6/autoScripts X@dirrm lib/ADM_plugins6/videoDecoders X@dirrm lib/ADM_plugins6/videoEncoders X@dirrm lib/ADM_plugins6/videoFilters X@dirrm lib/ADM_plugins6/scriptEngines X@dirrm lib/ADM_plugins6/audioEncoders X@dirrm lib/ADM_plugins6 ff6234815c72520b8e1a55fa15b8fcda echo c - multimedia/avidemux26-qt4/ mkdir -p multimedia/avidemux26-qt4/ > /dev/null 2>&1 echo x - multimedia/avidemux26-qt4/Makefile sed 's/^X//' >multimedia/avidemux26-qt4/Makefile << '08a4892b446cfc97309f823a1bef7949' X# $FreeBSD$ X XPORTNAME= avidemux26 XPORTVERSION= ${AVIDEMUX2_VERSION} XPORTREVISION= 0 XCATEGORIES= multimedia XPKGNAMESUFFIX= -qt4 X XMAINTAINER= multimedia@FreeBSD.org XCOMMENT= Simple GUI based video editor (QT4 UI) X XLIB_DEPENDS= libADM6avutil.so.52:${PORTSDIR}/multimedia/avidemux26 X XMASTERDIR= ${.CURDIR}/../avidemux26 XPLIST= ${.CURDIR}/pkg-plist XNO_STAGE= yes X X.include "${MASTERDIR}/Makefile.common" X XCMAKE_SOURCE_PATH= ${WRKSRC}/avidemux/qt4 X XCMAKE_ARGS+= -DAVIDEMUX_SOURCE_DIR=${WRKSRC} -DAVIDEMUX_INSTALL_PREFIX:PATH="${PREFIX}" X Xpost-configure: post-configure-common X X.include 08a4892b446cfc97309f823a1bef7949 echo x - multimedia/avidemux26-qt4/pkg-plist sed 's/^X//' >multimedia/avidemux26-qt4/pkg-plist << '506fa9f93d1676145bf5104bbb425a8e' Xbin/avidemux3_jobs Xbin/avidemux3_qt4 Xinclude/avidemux/2.6/qt4/config.h Xlib/libADM_UIQT46.so Xlib/libADM_render6_qt4.so Xshare/avidemux6/i18n/avidemux_ca.qm Xshare/avidemux6/i18n/avidemux_cs.qm Xshare/avidemux6/i18n/avidemux_de.qm Xshare/avidemux6/i18n/avidemux_el.qm Xshare/avidemux6/i18n/avidemux_en.qm Xshare/avidemux6/i18n/avidemux_es.qm Xshare/avidemux6/i18n/avidemux_eu.qm Xshare/avidemux6/i18n/avidemux_fr.qm Xshare/avidemux6/i18n/avidemux_it.qm Xshare/avidemux6/i18n/avidemux_ja.qm Xshare/avidemux6/i18n/avidemux_pl.qm Xshare/avidemux6/i18n/avidemux_pt_BR.qm Xshare/avidemux6/i18n/avidemux_ru.qm Xshare/avidemux6/i18n/avidemux_sr.qm Xshare/avidemux6/i18n/avidemux_sr@latin.qm Xshare/avidemux6/i18n/avidemux_tr.qm Xshare/avidemux6/i18n/avidemux_zh_TW.qm Xshare/avidemux6/i18n/qt_ca.qm Xshare/avidemux6/i18n/qt_cs.qm Xshare/avidemux6/i18n/qt_de.qm Xshare/avidemux6/i18n/qt_eu.qm Xshare/avidemux6/i18n/qt_fr.qm Xshare/avidemux6/i18n/qt_it.qm Xshare/avidemux6/i18n/qt_zh_TW.qm X@dirrm share/avidemux6/i18n X@dirrm share/avidemux6 X@dirrm include/avidemux/2.6/qt4 506fa9f93d1676145bf5104bbb425a8e exit