diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 25db3f73d58e..ae59498953d3 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -1,203 +1,209 @@ PORTNAME= lives DISTVERSION= 3.2.0 PORTREVISION= 24 CATEGORIES= multimedia MASTER_SITES= http://lives-video.com/releases/ DISTNAME= LiVES-${PORTVERSION} MAINTAINER= vvd@FreeBSD.org COMMENT= Video editing system WWW= http://lives-video.com/ LICENSE= GPLv3+ LGPL3+ LICENSE_COMB= multi LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LGPL -BROKEN= fails to build with FFmpeg 6 -DEPRECATED= Marked broken in 2023, sunset port -EXPIRATION_DATE=2025-03-31 - BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ analyseplugin:audio/ladspa LIB_DEPENDS= liboil-0.3.so:devel/liboil \ libpng.so:graphics/png \ - libavcodec.so:multimedia/ffmpeg \ libmjpegutils.so:multimedia/mjpegtools RUN_DEPENDS= analyseplugin:audio/ladspa \ ffprobe:multimedia/ffmpeg \ sox:audio/sox USES= autoreconf compiler:c++11-lib gettext-runtime gettext-tools \ gl gnome libtool localbase pathfix perl5 pkgconfig python \ sdl shebangfix xorg USE_GL= gl glu USE_GNOME= cairo gdkpixbuf gtk30 intltool USE_LDCONFIG= yes USE_SDL= sdl sdl2 USE_XORG= x11 xrender SHEBANG_FILES= build-lives-rfx-plugin build-lives-rfx-plugin-multi smogrify \ tools/autolives.pl lives-plugins/plugins/encoders/*_encoder \ lives-plugins/marcos-encoders/*encoder* \ lives-plugins/plugins/encoders/multi_encoder3 \ lives-plugins/plugins/playback/audiostream/audiostreamer.pl GNU_CONFIGURE= yes - CONFIGURE_ARGS= --disable-ldvgrab --disable-prctl --disable-system-weed --disable-dirac INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DOC_FILES= AUTHORS COPYING COPYING.LGPL ChangeLog FEATURES GETTING.STARTED NEWS README \ OMC/lives-OMC.txt RFX/LiVES-Perl.odt RFX/rfxbuilder.odt \ RFX/RFX.spec docs/c++-bindings.odt docs/clip_format.txt \ lives-plugins/marcos-encoders/README.multi_encoder \ weed-docs/weedspec.txt weed-docs/weedevents.txt -OPTIONS_DEFINE= ALSA DOCS DOXYGEN DV FFTW FREI0R JACK IMAGEMAGICK LIBEXPLAIN \ - LIBVISUAL OGG OPENCV OPTIMIZED_CFLAGS NLS PROJECTM PULSEAUDIO \ - THEORA V4L WAYLAND -OPTIONS_DEFAULT= CDDA2WAV DOCS DV FFTW GHOSTSCRIPT IMAGEMAGICK JACK LAME \ - MPG123 MPLAYER NLS OGG123 OGG OGM OPENCV \ - THEORA X264 XDG_SCREENSAVER XDOTOOL XWININFO YTDLP +OPTIONS_DEFINE= ALSA DOCS DOXYGEN DV FFMPEG FFTW FREI0R IMAGEMAGICK JACK \ + LIBEXPLAIN LIBVISUAL NLS OGG OPENCV OPTIMIZED_CFLAGS \ + PROJECTM PULSEAUDIO THEORA V4L WAYLAND +OPTIONS_DEFAULT= CDDA2WAV DV FFTW GHOSTSCRIPT IMAGEMAGICK JACK \ + LAME MPG123 MPLAYER NLS OGG OGG123 OGM THEORA \ + X264 XDG_SCREENSAVER XDOTOOL XWININFO YTDLP + OPTIONS_GROUP= RUNTIME EXT_WIN_CAPTURE MPLAYERS MP3 OPTIONS_GROUP_EXT_WIN_CAPTURE= WMCTRL XDOTOOL OPTIONS_GROUP_MP3= MPG123 MPG321 OPTIONS_GROUP_MPLAYERS= MPLAYER MPV OPTIONS_GROUP_RUNTIME= CDDA2WAV GHOSTSCRIPT LAME MATROSKA MENCODER OGG123 OGM \ SSWF X264 XDG_SCREENSAVER XWININFO YTDLP OPTIONS_SUB= yes EXT_WIN_CAPTURE_DESC= Allows external window capture via xdotool or wmctrl LIBEXPLAIN_DESC= Used to explain Unix and Linux system call errors MENCODER_DESC= Use mencoder as video file and movie encoder MP3_DESC= Runtime check order is: mpg321, mpg123, mplayer, mplayer2, mpv MPG321_DESC= MP3 decoding support via mpg321 MPLAYERS_DESC= Install mplayer/mpv (runtime check) MPV_DESC= MPV media player support OGG123_DESC= Use ogg123 from vorbis-tools OGM_DESC= Use ogmtools for manipulating with OGM files PROJECTM_DESC= projectM support RUNTIME_DESC= Runtime detected utilities SSWF_DESC= Use sswf for manipulating with Flash movies WMCTRL_DESC= Install wmctrl XDG_SCREENSAVER_DESC= Used to disable screensaver during playback XDOTOOL_DESC= Install xdotool XWININFO_DESC= Used for external window capture YTDLP_DESC= Install yt-dlp (youtube-dl fork) - requires SYMLINK option ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CONFIGURE_OFF= --disable-alsa CDDA2WAV_RUN_DEPENDS= cdda2wav:sysutils/cdrtools DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CONFIGURE_OFF= --disable-doxygen DV_LIB_DEPENDS= libdv.so:multimedia/libdv DV_RUN_DEPENDS= encodedv:multimedia/libdv DV_CONFIGURE_OFF= --disable-libdv +FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg +FFMPEG_CONFIGURE_OFF= --disable-ffmpeg + FFTW_LIB_DEPENDS= libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float FFTW_CONFIGURE_OFF= --disable-fftw3f FREI0R_BUILD_DEPENDS= frei0r>0:graphics/frei0r FREI0R_RUN_DEPENDS= frei0r>0:graphics/frei0r FREI0R_CONFIGURE_OFF= --disable-frei0r GHOSTSCRIPT_USES= ghostscript:run IMAGEMAGICK_USES= magick:run JACK_LIB_DEPENDS= libjack.so:audio/jack \ libjackserver.so:audio/jack JACK_CONFIGURE_OFF= --disable-jack LAME_RUN_DEPENDS= lame:audio/lame LIBEXPLAIN_LIB_DEPENDS= libexplain.so:devel/libexplain LIBEXPLAIN_CONFIGURE_OFF= --disable-libexplain LIBVISUAL_LIB_DEPENDS= libvisual-0.4.so:graphics/libvisual04 LIBVISUAL_CONFIGURE_OFF= --disable-libvisual MATROSKA_RUN_DEPENDS= mkvmerge:multimedia/mkvtoolnix MENCODER_RUN_DEPENDS= mencoder:multimedia/mencoder MPG123_RUN_DEPENDS= mpg123:audio/mpg123 MPG321_RUN_DEPENDS= mpg321:audio/mpg321 MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer MPV_RUN_DEPENDS= mpv:multimedia/mpv NLS_USES= gettext-tools OGG123_RUN_DEPENDS= ogg123:audio/vorbis-tools OGG_LIB_DEPENDS= libogg.so:audio/libogg OGG_CONFIGURE_OFF= --disable-ogg OGM_RUN_DEPENDS= ogmmerge:multimedia/ogmtools OPENCV_LIB_DEPENDS= libopencv_calib3d.so:graphics/opencv \ libopencv_core.so:graphics/opencv OPENCV_CONFIGURE_OFF= --disable-opencv OPTIMIZED_CFLAGS_CONFIGURE_ON= --enable-turbo PROJECTM_LIB_DEPENDS= libprojectM.so:graphics/libprojectm PROJECTM_CONFIGURE_OFF= --disable-projectM PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_OFF= --disable-pulse SSWF_RUN_DEPENDS= sswf:graphics/sswf THEORA_LIB_DEPENDS= libtheora.so:multimedia/libtheora THEORA_CONFIGURE_OFF= --disable-theora V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l V4L_CONFIGURE_OFF= --disable-v4l WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libwayland-egl.so:graphics/wayland \ libwayland-cursor.so:graphics/wayland WAYLAND_CONFIGURE_OFF= --disable-wayland WMCTRL_RUN_DEPENDS= wmctrl:x11/wmctrl-fork X264_RUN_DEPENDS= x264:multimedia/x264 XDG_SCREENSAVER_RUN_DEPENDS= xdg-screensaver:devel/xdg-utils XDOTOOL_RUN_DEPENDS= xdotool:x11/xdotool XWININFO_RUN_DEPENDS= xwininfo:x11/xwininfo YTDLP_RUN_DEPENDS= yt-dlp:www/yt-dlp post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \ 's/^LIBS = $$/&@LIBS@/' @${REINPLACE_CMD} -e 's|/usr/local/lib/|${LOCALBASE}/lib/|g' \ ${WRKSRC}/lives-plugins/weed-plugins/frei0r.c @${REINPLACE_CMD} 's|/usr/bin/perl|${perl_CMD}|' \ ${WRKSRC}/build-lives-rfx-plugin + @${REINPLACE_CMD} -e '/haar_analyser\.la/d' \ + ${WRKSRC}/lives-plugins/weed-plugins/gdk/Makefile.am +# ISO C++17 does not allow 'register' storage class specifier + @${REINPLACE_CMD} -e 's,register int,int,' \ + ${WRKSRC}/lives-plugins/plugins/playback/video/openGL.cpp \ + ${WRKSRC}/lives-plugins/weed-plugins/farneback_analyser.cpp \ + ${WRKSRC}/lives-plugins/weed-plugins/gdk/haar_analyser.cpp \ + ${WRKSRC}/lives-plugins/weed-plugins/projectM.cpp pre-build-NLS-on: @(cd ${WRKSRC}/po && ${DO_MAKE_BUILD} update-po) post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} post-install-DOXYGEN-on: @(cd ${STAGEDIR}${PREFIX} && ${FIND} ${DOCSDIR_REL}/html \ -not -type d >> ${TMPPLIST}) .include diff --git a/multimedia/lives/pkg-plist b/multimedia/lives/pkg-plist index 6e5b0f140e8e..c484bc01105c 100644 --- a/multimedia/lives/pkg-plist +++ b/multimedia/lives/pkg-plist @@ -1,391 +1,391 @@ bin/autolives.pl bin/build-lives-rfx-plugin bin/build-lives-rfx-plugin-multi bin/lives bin/lives-exe bin/lives-midistart bin/lives-midistop bin/lives_avi_encoder bin/lives_avi_encoder3 bin/lives_dirac_encoder bin/lives_dirac_encoder3 bin/lives_gif_encoder bin/lives_gif_encoder3 bin/lives_mkv_encoder bin/lives_mkv_encoder3 bin/lives_mng_encoder bin/lives_mng_encoder3 bin/lives_mpeg_encoder bin/lives_mpeg_encoder3 bin/lives_ogm_encoder bin/lives_ogm_encoder3 bin/lives_theora_encoder bin/lives_theora_encoder3 bin/sendOSC bin/smogrify include/weed/weed-compat.h include/weed/weed-effects.h include/weed/weed-events.h include/weed/weed-host.h include/weed/weed-palettes.h include/weed/weed-plugin-utils.h include/weed/weed-plugin.h include/weed/weed-utils.h include/weed/weed.h lib/libOSC.a lib/libOSC.so lib/libOSC.so.0 lib/libOSC.so.0.0.0 lib/libOSC_client.a lib/libOSC_client.so lib/libOSC_client.so.0 lib/libOSC_client.so.0.0.0 lib/libweed-utils.a lib/libweed-utils.so lib/libweed-utils.so.0 lib/libweed-utils.so.0.1.13 lib/libweed-utils_scripting.so lib/libweed-utils_scripting.so.0 lib/libweed-utils_scripting.so.0.1.13 lib/libweed.a lib/libweed.so lib/libweed.so.0 lib/libweed.so.0.1.13 lib/libweed_gslice.a lib/libweed_gslice.so lib/libweed_gslice.so.0 lib/libweed_gslice.so.0.1.13 lib/libweed_gslice_scripting.so lib/libweed_gslice_scripting.so.0 lib/libweed_gslice_scripting.so.0.1.13 -lib/lives/plugins/decoders/asf_decoder.so +%%FFMPEG%%lib/lives/plugins/decoders/asf_decoder.so lib/lives/plugins/decoders/dv_decoder.so -lib/lives/plugins/decoders/flv_decoder.so -lib/lives/plugins/decoders/mkv_decoder.so -lib/lives/plugins/decoders/mpegts_decoder.so +%%FFMPEG%%lib/lives/plugins/decoders/flv_decoder.so +%%FFMPEG%%lib/lives/plugins/decoders/mkv_decoder.so +%%FFMPEG%%lib/lives/plugins/decoders/mpegts_decoder.so lib/lives/plugins/decoders/ogg_decoder.so -lib/lives/plugins/decoders/zzavformat_decoder.so +%%FFMPEG%%lib/lives/plugins/decoders/zzavformat_decoder.so lib/lives/plugins/effects/realtime/weed/RGBdelay.so lib/lives/plugins/effects/realtime/weed/alien_overlay.so lib/lives/plugins/effects/realtime/weed/alpha_means.so lib/lives/plugins/effects/realtime/weed/alpha_to_grey.so lib/lives/plugins/effects/realtime/weed/alpha_visualizer.so lib/lives/plugins/effects/realtime/weed/audio_fft.so lib/lives/plugins/effects/realtime/weed/audio_transition.so lib/lives/plugins/effects/realtime/weed/audio_volume.so lib/lives/plugins/effects/realtime/weed/beat_detector.so lib/lives/plugins/effects/realtime/weed/blank_frame_detector.so lib/lives/plugins/effects/realtime/weed/blurzoom.so lib/lives/plugins/effects/realtime/weed/bump2d.so lib/lives/plugins/effects/realtime/weed/ccorrect.so lib/lives/plugins/effects/realtime/weed/colorkey.so lib/lives/plugins/effects/realtime/weed/comic.so lib/lives/plugins/effects/realtime/weed/compositor.so lib/lives/plugins/effects/realtime/weed/data_processor.so lib/lives/plugins/effects/realtime/weed/data_unpacker.so lib/lives/plugins/effects/realtime/weed/data/fourKlives/songs/examples.txt lib/lives/plugins/effects/realtime/weed/data/fourKlives/songs/modulations.txt lib/lives/plugins/effects/realtime/weed/data/fourKlives/songs/newlives.txt lib/lives/plugins/effects/realtime/weed/data/fourKlives/songs/regrlives.txt lib/lives/plugins/effects/realtime/weed/data/fourKlives/songs/roselives.txt lib/lives/plugins/effects/realtime/weed/deinterlace.so lib/lives/plugins/effects/realtime/weed/edge.so -lib/lives/plugins/effects/realtime/weed/farneback_analyser.so +%%OPENCV%%lib/lives/plugins/effects/realtime/weed/farneback_analyser.so lib/lives/plugins/effects/realtime/weed/fg_bg_removal.so lib/lives/plugins/effects/realtime/weed/fireTV.so %%FREI0R%%lib/lives/plugins/effects/realtime/weed/frei0r/frei0r.so lib/lives/plugins/effects/realtime/weed/fourKlives.so lib/lives/plugins/effects/realtime/weed/gdk_fast_resize.so -lib/lives/plugins/effects/realtime/weed/haar_analyser.so +@comment lib/lives/plugins/effects/realtime/weed/haar_analyser.so lib/lives/plugins/effects/realtime/weed/haip.so lib/lives/plugins/effects/realtime/weed/kaleidoscope.so lib/lives/plugins/effects/realtime/weed/ladspa.so lib/lives/plugins/effects/realtime/weed/layout_blends.so %%LIBVISUAL%%lib/lives/plugins/effects/realtime/weed/libvisual/libvis.so lib/lives/plugins/effects/realtime/weed/lifeTV.so lib/lives/plugins/effects/realtime/weed/livetext.so lib/lives/plugins/effects/realtime/weed/log_sig.so lib/lives/plugins/effects/realtime/weed/mask_overlay.so lib/lives/plugins/effects/realtime/weed/mirrors.so lib/lives/plugins/effects/realtime/weed/multi_blends.so lib/lives/plugins/effects/realtime/weed/multi_transitions.so lib/lives/plugins/effects/realtime/weed/negate.so lib/lives/plugins/effects/realtime/weed/nn_programmer.so lib/lives/plugins/effects/realtime/weed/noise.so lib/lives/plugins/effects/realtime/weed/onedTV.so lib/lives/plugins/effects/realtime/weed/palette_test.so lib/lives/plugins/effects/realtime/weed/plasma.so lib/lives/plugins/effects/realtime/weed/posterise.so %%PROJECTM%%lib/lives/plugins/effects/realtime/weed/projectM.so lib/lives/plugins/effects/realtime/weed/puretext.so lib/lives/plugins/effects/realtime/weed/randomiser.so lib/lives/plugins/effects/realtime/weed/revTV.so lib/lives/plugins/effects/realtime/weed/rippleTV.so lib/lives/plugins/effects/realtime/weed/rotozoom.so lib/lives/plugins/effects/realtime/weed/scribbler.so lib/lives/plugins/effects/realtime/weed/shift.so lib/lives/plugins/effects/realtime/weed/simple_blend.so lib/lives/plugins/effects/realtime/weed/slide_over.so lib/lives/plugins/effects/realtime/weed/softlight.so lib/lives/plugins/effects/realtime/weed/targeted_zoom.so lib/lives/plugins/effects/realtime/weed/textfun.so lib/lives/plugins/effects/realtime/weed/tone_gen.so lib/lives/plugins/effects/realtime/weed/tvpic.so lib/lives/plugins/effects/realtime/weed/vector_visualiser.so lib/lives/plugins/effects/realtime/weed/vertigo.so lib/lives/plugins/effects/realtime/weed/videowall.so lib/lives/plugins/effects/realtime/weed/warpTV.so lib/lives/plugins/effects/realtime/weed/xeffect.so lib/lives/plugins/effects/rendered/blank_frames lib/lives/plugins/effects/rendered/blur lib/lives/plugins/effects/rendered/brightness_change lib/lives/plugins/effects/rendered/charcoal lib/lives/plugins/effects/rendered/colorize lib/lives/plugins/effects/rendered/colour_filter lib/lives/plugins/effects/rendered/colour_replace lib/lives/plugins/effects/rendered/contrast lib/lives/plugins/effects/rendered/cycle lib/lives/plugins/effects/rendered/deinterlace lib/lives/plugins/effects/rendered/despeckle lib/lives/plugins/effects/rendered/dream lib/lives/plugins/effects/rendered/edge_detect lib/lives/plugins/effects/rendered/emboss lib/lives/plugins/effects/rendered/enhance lib/lives/plugins/effects/rendered/fade_in_out lib/lives/plugins/effects/rendered/flip lib/lives/plugins/effects/rendered/flop lib/lives/plugins/effects/rendered/frame_calculator lib/lives/plugins/effects/rendered/gamma_change lib/lives/plugins/effects/rendered/gen_blank_frames lib/lives/plugins/effects/rendered/gen_clip_from_image lib/lives/plugins/effects/rendered/gen_coloured_frames lib/lives/plugins/effects/rendered/gen_text lib/lives/plugins/effects/rendered/gmic lib/lives/plugins/effects/rendered/hue_change lib/lives/plugins/effects/rendered/image_overlay lib/lives/plugins/effects/rendered/jumble lib/lives/plugins/effects/rendered/modulate lib/lives/plugins/effects/rendered/monochrome lib/lives/plugins/effects/rendered/negate lib/lives/plugins/effects/rendered/noisify lib/lives/plugins/effects/rendered/normalize lib/lives/plugins/effects/rendered/photo_still lib/lives/plugins/effects/rendered/pixilate lib/lives/plugins/effects/rendered/posterize lib/lives/plugins/effects/rendered/randomzoom lib/lives/plugins/effects/rendered/resize lib/lives/plugins/effects/rendered/rotate lib/lives/plugins/effects/rendered/saturation_change lib/lives/plugins/effects/rendered/sepia lib/lives/plugins/effects/rendered/shift_horizontal lib/lives/plugins/effects/rendered/shift_vertical lib/lives/plugins/effects/rendered/shrink_expand lib/lives/plugins/effects/rendered/skip_forwards lib/lives/plugins/effects/rendered/solarize lib/lives/plugins/effects/rendered/spin lib/lives/plugins/effects/rendered/spread lib/lives/plugins/effects/rendered/swirl lib/lives/plugins/effects/rendered/textover lib/lives/plugins/effects/rendered/transition_bwthresh lib/lives/plugins/effects/rendered/transition_checkerboard lib/lives/plugins/effects/rendered/transition_fade2 lib/lives/plugins/effects/rendered/transition_splice lib/lives/plugins/effects/rendered/trim_frames lib/lives/plugins/effects/rendered/tunnel lib/lives/plugins/effects/rendered/wave lib/lives/plugins/encoders/encodedv_encoder lib/lives/plugins/encoders/ffmpeg_encoder lib/lives/plugins/encoders/mjpegtools_encoder lib/lives/plugins/encoders/multi_encoder lib/lives/plugins/encoders/multi_encoder3 lib/lives/plugins/encoders/pdf_encoder lib/lives/plugins/encoders/qtutils_encoder lib/lives/plugins/encoders/sswf_encoder lib/lives/plugins/encoders/x264_encoder lib/lives/plugins/playback/audiostream/audiostreamer.pl lib/lives/plugins/playback/video/icecast_output.so -lib/lives/plugins/playback/video/libav_stream.so +%%FFMPEG%%lib/lives/plugins/playback/video/libav_stream.so lib/lives/plugins/playback/video/lives2lives_stream.so lib/lives/plugins/playback/video/oggstream.so lib/lives/plugins/playback/video/openGL.so %%V4L%%lib/lives/plugins/playback/video/vloopback2.so lib/lives/plugins/playback/video/yuv4mpeg_stream.so libdata/pkgconfig/libweed-compat.pc libdata/pkgconfig/libweed-plugin.pc libdata/pkgconfig/libweed-utils.pc libdata/pkgconfig/libweed.pc libdata/pkgconfig/libweed_gslice.pc share/app-install/icons/lives.png share/applications/LiVES.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/COPYING.LGPL %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/FEATURES %%PORTDOCS%%%%DOCSDIR%%/GETTING.STARTED %%PORTDOCS%%%%DOCSDIR%%/LiVES-Perl.odt %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.multi_encoder %%PORTDOCS%%%%DOCSDIR%%/RFX.spec %%PORTDOCS%%%%DOCSDIR%%/clip_format.txt %%PORTDOCS%%%%DOCSDIR%%/c++-bindings.odt %%PORTDOCS%%%%DOCSDIR%%/lives-OMC.txt %%PORTDOCS%%%%DOCSDIR%%/rfxbuilder.odt %%PORTDOCS%%%%DOCSDIR%%/version %%PORTDOCS%%%%DOCSDIR%%/weedevents.txt %%PORTDOCS%%%%DOCSDIR%%/weedspec.txt share/icons/hicolor/128x128/apps/lives.png share/icons/hicolor/16x16/apps/lives.png share/icons/hicolor/22x22/apps/lives.png share/icons/hicolor/256x256/apps/lives.png share/icons/hicolor/32x32/apps/lives.png share/icons/hicolor/48x48/apps/lives.png share/icons/hicolor/64x64/apps/lives.png %%DATADIR%%/datacons.map %%DATADIR%%/default.keymap %%DATADIR%%/devicemaps/mixxx.map %%DATADIR%%/fxdefs.perkey %%DATADIR%%/icons/lives-audio.png %%DATADIR%%/icons/lives-fullscreen.png %%DATADIR%%/icons/lives-locked.png %%DATADIR%%/icons/lives-loop.png %%DATADIR%%/icons/lives-playsel.png %%DATADIR%%/icons/lives-pref_decoding.png %%DATADIR%%/icons/lives-pref_directory.png %%DATADIR%%/icons/lives-pref_effects.png %%DATADIR%%/icons/lives-pref_encoding.png %%DATADIR%%/icons/lives-pref_gui.png %%DATADIR%%/icons/lives-pref_jack.png %%DATADIR%%/icons/lives-pref_midi.png %%DATADIR%%/icons/lives-pref_misc.png %%DATADIR%%/icons/lives-pref_multitrack.png %%DATADIR%%/icons/lives-pref_net.png %%DATADIR%%/icons/lives-pref_playback.png %%DATADIR%%/icons/lives-pref_record.png %%DATADIR%%/icons/lives-pref_themes.png %%DATADIR%%/icons/lives-pref_warning.png %%DATADIR%%/icons/lives-sepwin.png %%DATADIR%%/icons/lives-unlocked.png %%DATADIR%%/icons/lives-volume_mute.png %%DATADIR%%/icons/lives-zoom-in.png %%DATADIR%%/icons/lives-zoom-out.png %%DATADIR%%/plugins/effects/RFXscripts/blank_frames.script %%DATADIR%%/plugins/effects/RFXscripts/blur.script %%DATADIR%%/plugins/effects/RFXscripts/brightness_change.script %%DATADIR%%/plugins/effects/RFXscripts/charcoal.script %%DATADIR%%/plugins/effects/RFXscripts/colorize.script %%DATADIR%%/plugins/effects/RFXscripts/colour_filter.script %%DATADIR%%/plugins/effects/RFXscripts/colour_replace.script %%DATADIR%%/plugins/effects/RFXscripts/contrast.script %%DATADIR%%/plugins/effects/RFXscripts/cycle.script %%DATADIR%%/plugins/effects/RFXscripts/deinterlace.script %%DATADIR%%/plugins/effects/RFXscripts/despekle.script %%DATADIR%%/plugins/effects/RFXscripts/dream.script %%DATADIR%%/plugins/effects/RFXscripts/edge_detect.script %%DATADIR%%/plugins/effects/RFXscripts/emboss.script %%DATADIR%%/plugins/effects/RFXscripts/enhance.script %%DATADIR%%/plugins/effects/RFXscripts/fade_in_out.script %%DATADIR%%/plugins/effects/RFXscripts/flip.script %%DATADIR%%/plugins/effects/RFXscripts/flop.script %%DATADIR%%/plugins/effects/RFXscripts/frame_calculator.script %%DATADIR%%/plugins/effects/RFXscripts/gamma_change.script %%DATADIR%%/plugins/effects/RFXscripts/gen_blank_frames.script %%DATADIR%%/plugins/effects/RFXscripts/gen_clip_from_image.script %%DATADIR%%/plugins/effects/RFXscripts/gen_coloured_frames.script %%DATADIR%%/plugins/effects/RFXscripts/gen_text.script %%DATADIR%%/plugins/effects/RFXscripts/gmic.script %%DATADIR%%/plugins/effects/RFXscripts/hue_change.script %%DATADIR%%/plugins/effects/RFXscripts/image_overlay.script %%DATADIR%%/plugins/effects/RFXscripts/jumble.script %%DATADIR%%/plugins/effects/RFXscripts/modulate.script %%DATADIR%%/plugins/effects/RFXscripts/monochrome.script %%DATADIR%%/plugins/effects/RFXscripts/negate.script %%DATADIR%%/plugins/effects/RFXscripts/noisify.script %%DATADIR%%/plugins/effects/RFXscripts/normalize.script %%DATADIR%%/plugins/effects/RFXscripts/photo_still.script %%DATADIR%%/plugins/effects/RFXscripts/pixilate.script %%DATADIR%%/plugins/effects/RFXscripts/posterize.script %%DATADIR%%/plugins/effects/RFXscripts/randomzoom.script %%DATADIR%%/plugins/effects/RFXscripts/resize.script %%DATADIR%%/plugins/effects/RFXscripts/rotate.script %%DATADIR%%/plugins/effects/RFXscripts/saturation_change.script %%DATADIR%%/plugins/effects/RFXscripts/sepia.script %%DATADIR%%/plugins/effects/RFXscripts/shift_horizontal.script %%DATADIR%%/plugins/effects/RFXscripts/shift_vertical.script %%DATADIR%%/plugins/effects/RFXscripts/shrink_expand.script %%DATADIR%%/plugins/effects/RFXscripts/skip_forwards.script %%DATADIR%%/plugins/effects/RFXscripts/solarize.script %%DATADIR%%/plugins/effects/RFXscripts/spin.script %%DATADIR%%/plugins/effects/RFXscripts/spread.script %%DATADIR%%/plugins/effects/RFXscripts/swirl.script %%DATADIR%%/plugins/effects/RFXscripts/textover.script %%DATADIR%%/plugins/effects/RFXscripts/transition_bwthresh.script %%DATADIR%%/plugins/effects/RFXscripts/transition_checkerboard.script %%DATADIR%%/plugins/effects/RFXscripts/transition_fade.script %%DATADIR%%/plugins/effects/RFXscripts/transition_splice.script %%DATADIR%%/plugins/effects/RFXscripts/trim_frames.script %%DATADIR%%/plugins/effects/RFXscripts/tunnel.script %%DATADIR%%/plugins/effects/RFXscripts/wave.script %%DATADIR%%/plugins/effects/compound/image_stabilizer %%DATADIR%%/plugins/effects/compound/motion_analyser %%DATADIR%%/plugins/effects/compound/neural_net %%DATADIR%%/resources/vidtest.avi %%DATADIR%%/stock-icons/livestock-help-info.svg %%DATADIR%%/themes/camera/frame.jpg %%DATADIR%%/themes/camera/header.theme %%DATADIR%%/themes/camera/main.jpg %%DATADIR%%/themes/crayons-bright/frame.jpg %%DATADIR%%/themes/crayons-bright/header.theme %%DATADIR%%/themes/crayons-bright/main.jpg %%DATADIR%%/themes/crayons/frame.jpg %%DATADIR%%/themes/crayons/header.theme %%DATADIR%%/themes/crayons/header.theme_gtk2 %%DATADIR%%/themes/crayons/main.jpg %%DATADIR%%/themes/cutting_room/frame.jpg %%DATADIR%%/themes/cutting_room/header.theme %%DATADIR%%/themes/cutting_room/main.jpg %%DATADIR%%/themes/editor/frame.jpg %%DATADIR%%/themes/editor/header.theme %%DATADIR%%/themes/editor/header.theme_gtk2 %%DATADIR%%/themes/editor/main.jpg %%DATADIR%%/themes/lives-splash.png %%DATADIR%%/themes/pinks/frame.jpg %%DATADIR%%/themes/pinks/header.theme %%DATADIR%%/themes/pinks/main.jpg %%NLS%%share/locale/ar/LC_MESSAGES/lives.mo %%NLS%%share/locale/ca/LC_MESSAGES/lives.mo %%NLS%%share/locale/cs/LC_MESSAGES/lives.mo %%NLS%%share/locale/da/LC_MESSAGES/lives.mo %%NLS%%share/locale/de_DE/LC_MESSAGES/lives.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/lives.mo %%NLS%%share/locale/es/LC_MESSAGES/lives.mo %%NLS%%share/locale/et/LC_MESSAGES/lives.mo %%NLS%%share/locale/fi/LC_MESSAGES/lives.mo %%NLS%%share/locale/fr/LC_MESSAGES/lives.mo %%NLS%%share/locale/gl/LC_MESSAGES/lives.mo %%NLS%%share/locale/he/LC_MESSAGES/lives.mo %%NLS%%share/locale/hr/LC_MESSAGES/lives.mo %%NLS%%share/locale/hu/LC_MESSAGES/lives.mo %%NLS%%share/locale/it/LC_MESSAGES/lives.mo %%NLS%%share/locale/ja/LC_MESSAGES/lives.mo %%NLS%%share/locale/nl_NL/LC_MESSAGES/lives.mo %%NLS%%share/locale/oc/LC_MESSAGES/lives.mo %%NLS%%share/locale/pl/LC_MESSAGES/lives.mo %%NLS%%share/locale/pms/LC_MESSAGES/lives.mo %%NLS%%share/locale/pt/LC_MESSAGES/lives.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/lives.mo %%NLS%%share/locale/ro/LC_MESSAGES/lives.mo %%NLS%%share/locale/ru/LC_MESSAGES/lives.mo %%NLS%%share/locale/sk/LC_MESSAGES/lives.mo %%NLS%%share/locale/te/LC_MESSAGES/lives.mo %%NLS%%share/locale/tr/LC_MESSAGES/lives.mo %%NLS%%share/locale/ug/LC_MESSAGES/lives.mo %%NLS%%share/locale/uk/LC_MESSAGES/lives.mo %%NLS%%share/locale/uz/LC_MESSAGES/lives.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/lives.mo share/pixmaps/lives.png share/pixmaps/lives.xpm @dir lib/lives/plugins/effects/realtime/weed/data @dir lib/lives/plugins/effects/realtime/weed/icons @dir %%DATADIR%%/plugins/effects/compound/icons