Remove multimedia/lives
Our port is at 1.0.10 and has not seen an update since import in 2011, upstream is now at 3.2.0 (2020) and this port still fails to build with "-fno-common". Noone has stepped up to fix or update it and there are least two alternatives in ports: kdenlive and shotcut. OK tracey
This commit is contained in:
parent
fe2d5f82a8
commit
36b52e6476
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1219 2021/03/09 22:21:22 kn Exp $
|
||||
# $OpenBSD: Makefile,v 1.1220 2021/03/12 18:49:18 kn Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-3.606
|
||||
PKGNAME = quirks-3.607
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.1233 2021/03/09 22:21:22 kn Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.1234 2021/03/12 18:49:18 kn Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -2286,6 +2286,7 @@ my $obsolete_reason = {
|
||||
'gstreamer-plugins-gl' => 6,
|
||||
'gstreamer-plugins-good' => 6,
|
||||
'gstreamer-plugins-ugly' => 6,
|
||||
'lives' => 42,
|
||||
};
|
||||
|
||||
# reasons for obsolete packages
|
||||
@ -2332,6 +2333,7 @@ my @msg = (
|
||||
"Flash/SWF is end-of-life", #39
|
||||
"ancient software that often crashes and relies on single HTTP (no TLS) connections, use wireshark", #40
|
||||
"upstream moved to unversioned tarballs, use the plan9port (same upstream) package instead", #41
|
||||
"unmaintained port that was blocking other changes in ports, suggest kdenlive or shotcut", #42
|
||||
);
|
||||
|
||||
# ->is_base_system($handle, $state):
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.134 2021/03/04 13:21:32 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.135 2021/03/12 18:49:18 kn Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += aom
|
||||
@ -37,7 +37,6 @@
|
||||
SUBDIR += libtheoraplay
|
||||
SUBDIR += libv4l
|
||||
SUBDIR += libvpx
|
||||
SUBDIR += lives
|
||||
SUBDIR += lsdvd
|
||||
SUBDIR += mediainfo
|
||||
SUBDIR += minidlna
|
||||
|
@ -1,66 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2020/03/20 16:44:25 naddy Exp $
|
||||
|
||||
COMMENT = video editor and a VJ tool
|
||||
|
||||
V = 1.0.10
|
||||
DISTNAME = LiVES-${V}
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
REVISION = 10
|
||||
|
||||
SHARED_LIBS += weed 0.0 # 0.2
|
||||
SHARED_LIBS += weed_slice 0.0 # 0.2
|
||||
|
||||
CATEGORIES = multimedia
|
||||
|
||||
HOMEPAGE = http://lives.sourceforge.net
|
||||
MASTER_SITES = http://www.xs4all.nl/%7Esalsaman/lives/current/
|
||||
|
||||
# GPL v3+
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += SDL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
||||
WANTLIB += Xrandr Xrender atk-1.0 c cairo dv expat ffi fontconfig
|
||||
WANTLIB += freetype fribidi gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
||||
WANTLIB += gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 gtk-x11-2.0
|
||||
WANTLIB += harfbuzz iconv intl m mjpegutils ogg oil-0.3 pango-1.0
|
||||
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread sndio
|
||||
WANTLIB += theora usbhid xcb xcb-render xcb-shm z
|
||||
|
||||
RUN_DEPENDS = graphics/ImageMagick \
|
||||
x11/mplayer \
|
||||
audio/sox \
|
||||
sysutils/cdrtools \
|
||||
audio/vorbis-tools \
|
||||
multimedia/transcode \
|
||||
devel/desktop-file-utils
|
||||
BUILD_DEPENDS = audio/vorbis-tools \
|
||||
devel/gettext,-tools
|
||||
LIB_DEPENDS = multimedia/libtheora \
|
||||
devel/sdl \
|
||||
multimedia/libdv \
|
||||
x11/gtk+2 \
|
||||
audio/libogg \
|
||||
devel/liboil \
|
||||
multimedia/mjpegtools
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS += --disable-jack \
|
||||
--disable-frei0r \
|
||||
--disable-libvisual \
|
||||
--disable-static
|
||||
|
||||
WRKDIST = ${WRKDIR}/${DISTNAME:L}
|
||||
|
||||
pre-configure:
|
||||
find ${WRKSRC} -name Makefile.in -exec \
|
||||
perl -pi -e 's/ -O3/ ${CFLAGS} -std=gnu89/g' {} +
|
||||
|
||||
pre-install:
|
||||
@cd ${WRKDIST}/po && ${MAKE_PROGRAM} update-po
|
||||
|
||||
post-install:
|
||||
mv ${WRKINST}/${TRUEPREFIX}/share/doc/lives-${V} \
|
||||
${WRKINST}/${TRUEPREFIX}/share/doc/lives/
|
||||
find ${WRKINST}/${TRUEPREFIX}/lib/lives/plugins -name '*.la' -delete
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (LiVES-1.0.10.tar.gz) = 3zZES35gdonc7pemP/OHrmpC20RK9TUJkSZWlmaZjR4=
|
||||
SIZE (LiVES-1.0.10.tar.gz) = 3150910
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2011/11/16 16:52:01 phessler Exp $
|
||||
--- Makefile.in.orig Fri Oct 15 15:07:22 2010
|
||||
+++ Makefile.in Wed Nov 16 00:25:06 2011
|
||||
@@ -879,7 +879,7 @@ install-exec-local:
|
||||
$(top_srcdir)/po/update_with_plugins.sh install $(PACKAGE) $(prefix) $(DESTDIR)
|
||||
|
||||
install-exec-hook:
|
||||
- $(LN_S) $(DESTDIR)$(bindir)/lives-exe $(DESTDIR)$(bindir)/lives
|
||||
+ $(LN_S) $(bindir)/lives-exe $(DESTDIR)$(bindir)/lives
|
||||
|
||||
uninstall-local:
|
||||
rm -rf $(DESTDIR)$(bindir)/lives
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-libOSC_NetworkUDP_h,v 1.1.1.1 2011/11/16 16:52:01 phessler Exp $
|
||||
--- libOSC/NetworkUDP.h.orig Tue Nov 15 23:36:56 2011
|
||||
+++ libOSC/NetworkUDP.h Tue Nov 15 23:37:20 2011
|
||||
@@ -26,6 +26,8 @@ The OpenSound Control WWW page is
|
||||
http://www.cnmat.berkeley.edu/OpenSoundControl
|
||||
*/
|
||||
|
||||
+#include <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
struct NetworkReturnAddressStruct {
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-libOSC_OSC-receive_h,v 1.1.1.1 2011/11/16 16:52:01 phessler Exp $
|
||||
--- libOSC/OSC-receive.h.orig Tue Nov 15 23:34:11 2011
|
||||
+++ libOSC/OSC-receive.h Tue Nov 15 23:34:47 2011
|
||||
@@ -92,7 +92,6 @@ The OpenSound Control WWW page is
|
||||
|
||||
*/
|
||||
|
||||
-#include <netinet/in.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-lives-plugins_plugins_decoders_dv_decoder_c,v 1.1.1.1 2011/11/16 16:52:01 phessler Exp $
|
||||
--- lives-plugins/plugins/decoders/dv_decoder.c.orig Tue Nov 15 23:58:23 2011
|
||||
+++ lives-plugins/plugins/decoders/dv_decoder.c Tue Nov 15 23:58:52 2011
|
||||
@@ -11,6 +11,7 @@
|
||||
#include "../../../libweed/weed.h"
|
||||
#include "../../../libweed/weed-effects.h"
|
||||
|
||||
+#define off64_t off_t
|
||||
|
||||
///////////////////////////////////////////////////////
|
||||
#include <stdio.h>
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-lives-plugins_plugins_playback_video_lives2lives_stream_c,v 1.3 2012/07/13 12:55:07 sthen Exp $
|
||||
--- lives-plugins/plugins/playback/video/lives2lives_stream.c.orig Thu Sep 9 19:41:26 2010
|
||||
+++ lives-plugins/plugins/playback/video/lives2lives_stream.c Fri Jul 13 14:52:18 2012
|
||||
@@ -11,6 +11,8 @@
|
||||
#include <inttypes.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
+#include <arpa/inet.h>
|
||||
+#include <netinet/in.h>
|
||||
|
||||
//////////////////////////////////////
|
||||
|
@ -1,18 +0,0 @@
|
||||
$OpenBSD: patch-src_audio_c,v 1.1.1.1 2011/11/16 16:52:01 phessler Exp $
|
||||
--- src/audio.c.orig Tue Nov 15 23:42:53 2011
|
||||
+++ src/audio.c Tue Nov 15 23:55:26 2011
|
||||
@@ -10,10 +10,14 @@
|
||||
#include "effects-weed.h"
|
||||
#include "support.h"
|
||||
|
||||
+#include <sys/stat.h>
|
||||
+
|
||||
#include "../libweed/weed.h"
|
||||
#include "../libweed/weed-effects.h"
|
||||
#include "../libweed/weed-host.h"
|
||||
|
||||
+#define off64_t off_t
|
||||
+#define lseek64 lseek
|
||||
|
||||
inline void sample_silence_dS (float *dst, unsigned long nsamples) {
|
||||
memset(dst,0,nsamples*sizeof(float));
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_callbacks_c,v 1.1.1.1 2011/11/16 16:52:01 phessler Exp $
|
||||
--- src/callbacks.c.orig Wed Nov 16 11:02:32 2011
|
||||
+++ src/callbacks.c Wed Nov 16 11:02:43 2011
|
||||
@@ -3598,7 +3598,7 @@ gboolean on_load_set_ok (GtkButton *button, gpointer u
|
||||
|
||||
// lock the set
|
||||
pthread_mutex_lock(&mainw->gtk_mutex);
|
||||
- com=g_strdup_printf("/bin/touch %s/%s/lock.%d",prefs->tmpdir,mainw->set_name,getpid());
|
||||
+ com=g_strdup_printf("touch %s/%s/lock.%d",prefs->tmpdir,mainw->set_name,getpid());
|
||||
dummyvar=system(com);
|
||||
g_free(com);
|
||||
pthread_mutex_unlock(&mainw->gtk_mutex);
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-src_cvirtual_c,v 1.1.1.1 2011/11/16 16:52:01 phessler Exp $
|
||||
--- src/cvirtual.c.orig Tue Nov 15 23:54:22 2011
|
||||
+++ src/cvirtual.c Tue Nov 15 23:54:49 2011
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
|
||||
#include "main.h"
|
||||
+#include <sys/stat.h>
|
||||
|
||||
// frame_index is for files of type CLIP_TYPE_FILE
|
||||
// a positive number is a pointer to a frame within the video file
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-src_htmsocket_c,v 1.3 2012/07/13 12:55:07 sthen Exp $
|
||||
--- src/htmsocket.c.orig Sun Mar 14 20:24:05 2010
|
||||
+++ src/htmsocket.c Fri Jul 13 14:50:14 2012
|
||||
@@ -9,7 +9,10 @@
|
||||
#include <unistd.h>
|
||||
#include <netdb.h>
|
||||
#include <errno.h>
|
||||
+#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
+#include <arpa/inet.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include "main.h"
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_multitrack_c,v 1.1.1.1 2011/11/16 16:52:01 phessler Exp $
|
||||
--- src/multitrack.c.orig Tue Nov 15 23:53:20 2011
|
||||
+++ src/multitrack.c Tue Nov 15 23:53:37 2011
|
||||
@@ -40,6 +40,8 @@
|
||||
#include "effects.h"
|
||||
#include "audio.h"
|
||||
|
||||
+#include <sys/stat.h>
|
||||
+
|
||||
static int renumbered_clips[MAX_FILES+1]; // used to match clips from the event recorder with renumbered clips (without gaps)
|
||||
static gdouble lfps[MAX_FILES+1]; // table of layout fps
|
||||
static void **pchain; // param chain for currently being edited filter
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_omc-learn_c,v 1.1.1.1 2011/11/16 16:52:01 phessler Exp $
|
||||
--- src/omc-learn.c.orig Tue Nov 15 23:52:10 2011
|
||||
+++ src/omc-learn.c Tue Nov 15 23:52:47 2011
|
||||
@@ -14,6 +14,8 @@
|
||||
#include "effects-weed.h"
|
||||
#include "interface.h"
|
||||
|
||||
+#include <sys/stat.h>
|
||||
+
|
||||
#include "omc-learn.h"
|
||||
|
||||
#ifdef OMC_JS_IMPL
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-src_plugins_c,v 1.1.1.1 2011/11/16 16:52:01 phessler Exp $
|
||||
--- src/plugins.c.orig Tue Nov 15 23:38:30 2011
|
||||
+++ src/plugins.c Tue Nov 15 23:39:01 2011
|
||||
@@ -4,6 +4,7 @@
|
||||
// released under the GNU GPL 3 or later
|
||||
// see file ../COPYING or www.gnu.org for licensing details
|
||||
|
||||
+#include <sys/stat.h>
|
||||
#include <dlfcn.h>
|
||||
#include <errno.h>
|
||||
|
@ -1,16 +0,0 @@
|
||||
LiVES is a Video Editing System. It is designed to be simple to use, yet
|
||||
powerful. It is small in size, yet it has many advanced features.
|
||||
|
||||
LiVES mixes realtime video performance and non-linear editing in one
|
||||
professional quality application. It will let you start editing and
|
||||
making video right away, without having to worry about formats, frame
|
||||
sizes, or framerates. It is a very flexible tool which is used by both
|
||||
professional VJ's and video editors - mix and switch clips from the
|
||||
keyboard, use dozens of realtime effects, trim and edit your clips in
|
||||
the clip editor, and bring them together using the multitrack timeline.
|
||||
You can even record your performance in real time, and then edit it
|
||||
further or render it straight away.
|
||||
|
||||
For the more technically minded, the application is frame and sample
|
||||
accurate, and it can be controlled remotely or scripted for use as a
|
||||
video server. And it supports all of the latest free standards.
|
@ -1,277 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2018/06/27 21:03:58 espie Exp $
|
||||
bin/autolives.pl
|
||||
bin/build-lives-rfx-plugin
|
||||
bin/build-lives-rfx-plugin-multi
|
||||
bin/lives
|
||||
@bin bin/lives-exe
|
||||
bin/lives_avi_encoder
|
||||
bin/lives_dirac_encoder
|
||||
bin/lives_gif_encoder
|
||||
bin/lives_mkv_encoder
|
||||
bin/lives_mng_encoder
|
||||
bin/lives_mpeg_encoder
|
||||
bin/lives_ogm_encoder
|
||||
bin/lives_theora_encoder
|
||||
bin/midistart
|
||||
bin/midistop
|
||||
@bin bin/sendOSC
|
||||
bin/smogrify
|
||||
include/weed/
|
||||
include/weed/weed-effects.h
|
||||
include/weed/weed-events.h
|
||||
include/weed/weed-host.h
|
||||
include/weed/weed-plugin-utils.h
|
||||
include/weed/weed-plugin.h
|
||||
include/weed/weed-utils.h
|
||||
include/weed/weed.h
|
||||
lib/libweed-plugin-utils.a
|
||||
lib/libweed-plugin-utils.la
|
||||
lib/libweed-utils.a
|
||||
lib/libweed-utils.la
|
||||
lib/libweed.a
|
||||
lib/libweed.la
|
||||
@lib lib/libweed.so.${LIBweed_VERSION}
|
||||
lib/libweed_slice.a
|
||||
lib/libweed_slice.la
|
||||
@lib lib/libweed_slice.so.${LIBweed_slice_VERSION}
|
||||
lib/lives/
|
||||
lib/lives/plugins/
|
||||
lib/lives/plugins/decoders/
|
||||
lib/lives/plugins/decoders/dv_decoder.so
|
||||
lib/lives/plugins/decoders/ogg_theora_decoder.so
|
||||
lib/lives/plugins/effects/
|
||||
lib/lives/plugins/effects/realtime/
|
||||
lib/lives/plugins/effects/realtime/weed/
|
||||
lib/lives/plugins/effects/realtime/weed/alien_overlay.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/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/compositor.so
|
||||
lib/lives/plugins/effects/realtime/weed/deinterlace.so
|
||||
lib/lives/plugins/effects/realtime/weed/edge.so
|
||||
lib/lives/plugins/effects/realtime/weed/fg_bg_removal.so
|
||||
lib/lives/plugins/effects/realtime/weed/fireTV.so
|
||||
lib/lives/plugins/effects/realtime/weed/gdk_fast_resize.so
|
||||
lib/lives/plugins/effects/realtime/weed/haip.so
|
||||
lib/lives/plugins/effects/realtime/weed/layout_blends.so
|
||||
lib/lives/plugins/effects/realtime/weed/lifeTV.so
|
||||
lib/lives/plugins/effects/realtime/weed/livetext.so
|
||||
lib/lives/plugins/effects/realtime/weed/mirrors.so
|
||||
lib/lives/plugins/effects/realtime/weed/multi_blends.so
|
||||
lib/lives/plugins/effects/realtime/weed/negate.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
|
||||
lib/lives/plugins/effects/realtime/weed/rippleTV.so
|
||||
lib/lives/plugins/effects/realtime/weed/rotozoom.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/targeted_zoom.so
|
||||
lib/lives/plugins/effects/realtime/weed/textfun.so
|
||||
lib/lives/plugins/effects/realtime/weed/tvpic.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/
|
||||
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/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/hue_change
|
||||
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/
|
||||
lib/lives/plugins/encoders/encodedv_encoder
|
||||
lib/lives/plugins/encoders/ffmpeg_encoder
|
||||
lib/lives/plugins/encoders/mencoder_encoder
|
||||
lib/lives/plugins/encoders/mjpegtools_encoder
|
||||
lib/lives/plugins/encoders/multi_encoder
|
||||
lib/lives/plugins/encoders/pdf_encoder
|
||||
lib/lives/plugins/encoders/qtutils_encoder
|
||||
lib/lives/plugins/encoders/sswf_encoder
|
||||
lib/lives/plugins/encoders/transcode_encoder
|
||||
lib/lives/plugins/playback/
|
||||
lib/lives/plugins/playback/video/
|
||||
lib/lives/plugins/playback/video/SDL.so
|
||||
lib/lives/plugins/playback/video/lives2lives_stream.so
|
||||
lib/lives/plugins/playback/video/yuv4mpeg_stream.so
|
||||
share/applications/LiVES.desktop
|
||||
share/doc/lives/
|
||||
share/doc/lives/AUTHORS
|
||||
share/doc/lives/BUGS
|
||||
share/doc/lives/ChangeLog
|
||||
share/doc/lives/FEATURES
|
||||
share/doc/lives/GETTING.STARTED
|
||||
share/doc/lives/LiVES-Perl.odt
|
||||
share/doc/lives/README
|
||||
share/doc/lives/README.multi_encoder
|
||||
share/doc/lives/RFX.spec
|
||||
share/doc/lives/clip_format.txt
|
||||
share/doc/lives/lives-OMC.txt
|
||||
share/doc/lives/rfxbuilder.odt
|
||||
share/doc/lives/weedevents.txt
|
||||
share/doc/lives/weedspec.txt
|
||||
share/lives/
|
||||
share/lives/default.keymap
|
||||
share/lives/icons/
|
||||
share/lives/icons/audio.png
|
||||
share/lives/icons/fullscreen.png
|
||||
share/lives/icons/loop.png
|
||||
share/lives/icons/playsel.png
|
||||
share/lives/icons/sepwin.png
|
||||
share/lives/icons/volume_mute.png
|
||||
share/lives/icons/zoom-in.png
|
||||
share/lives/icons/zoom-out.png
|
||||
share/lives/plugins/
|
||||
share/lives/plugins/effects/
|
||||
share/lives/plugins/effects/RFXscripts/
|
||||
share/lives/plugins/effects/RFXscripts/blank_frames.script
|
||||
share/lives/plugins/effects/RFXscripts/blur.script
|
||||
share/lives/plugins/effects/RFXscripts/brightness_change.script
|
||||
share/lives/plugins/effects/RFXscripts/charcoal.script
|
||||
share/lives/plugins/effects/RFXscripts/colorize.script
|
||||
share/lives/plugins/effects/RFXscripts/colour_filter.script
|
||||
share/lives/plugins/effects/RFXscripts/colour_replace.script
|
||||
share/lives/plugins/effects/RFXscripts/contrast.script
|
||||
share/lives/plugins/effects/RFXscripts/cycle.script
|
||||
share/lives/plugins/effects/RFXscripts/deinterlace.script
|
||||
share/lives/plugins/effects/RFXscripts/despekle.script
|
||||
share/lives/plugins/effects/RFXscripts/dream.script
|
||||
share/lives/plugins/effects/RFXscripts/edge_detect.script
|
||||
share/lives/plugins/effects/RFXscripts/emboss.script
|
||||
share/lives/plugins/effects/RFXscripts/enhance.script
|
||||
share/lives/plugins/effects/RFXscripts/flip.script
|
||||
share/lives/plugins/effects/RFXscripts/flop.script
|
||||
share/lives/plugins/effects/RFXscripts/frame_calculator.script
|
||||
share/lives/plugins/effects/RFXscripts/gamma_change.script
|
||||
share/lives/plugins/effects/RFXscripts/gen_blank_frames.script
|
||||
share/lives/plugins/effects/RFXscripts/gen_clip_from_image.script
|
||||
share/lives/plugins/effects/RFXscripts/gen_coloured_frames.script
|
||||
share/lives/plugins/effects/RFXscripts/gen_text.script
|
||||
share/lives/plugins/effects/RFXscripts/hue_change.script
|
||||
share/lives/plugins/effects/RFXscripts/jumble.script
|
||||
share/lives/plugins/effects/RFXscripts/modulate.script
|
||||
share/lives/plugins/effects/RFXscripts/monochrome.script
|
||||
share/lives/plugins/effects/RFXscripts/negate.script
|
||||
share/lives/plugins/effects/RFXscripts/noisify.script
|
||||
share/lives/plugins/effects/RFXscripts/normalize.script
|
||||
share/lives/plugins/effects/RFXscripts/photo_still.script
|
||||
share/lives/plugins/effects/RFXscripts/pixilate.script
|
||||
share/lives/plugins/effects/RFXscripts/posterize.script
|
||||
share/lives/plugins/effects/RFXscripts/randomzoom.script
|
||||
share/lives/plugins/effects/RFXscripts/resize.script
|
||||
share/lives/plugins/effects/RFXscripts/rotate.script
|
||||
share/lives/plugins/effects/RFXscripts/saturation_change.script
|
||||
share/lives/plugins/effects/RFXscripts/sepia.script
|
||||
share/lives/plugins/effects/RFXscripts/shift_horizontal.script
|
||||
share/lives/plugins/effects/RFXscripts/shift_vertical.script
|
||||
share/lives/plugins/effects/RFXscripts/shrink_expand.script
|
||||
share/lives/plugins/effects/RFXscripts/skip_forwards.script
|
||||
share/lives/plugins/effects/RFXscripts/solarize.script
|
||||
share/lives/plugins/effects/RFXscripts/spin.script
|
||||
share/lives/plugins/effects/RFXscripts/spread.script
|
||||
share/lives/plugins/effects/RFXscripts/swirl.script
|
||||
share/lives/plugins/effects/RFXscripts/textover.script
|
||||
share/lives/plugins/effects/RFXscripts/transition_bwthresh.script
|
||||
share/lives/plugins/effects/RFXscripts/transition_checkerboard.script
|
||||
share/lives/plugins/effects/RFXscripts/transition_fade.script
|
||||
share/lives/plugins/effects/RFXscripts/transition_splice.script
|
||||
share/lives/plugins/effects/RFXscripts/trim_frames.script
|
||||
share/lives/plugins/effects/RFXscripts/tunnel.script
|
||||
share/lives/plugins/effects/RFXscripts/wave.script
|
||||
share/lives/themes/
|
||||
share/lives/themes/camera/
|
||||
share/lives/themes/camera/frame.jpg
|
||||
share/lives/themes/camera/main.jpg
|
||||
share/lives/themes/crayons/
|
||||
share/lives/themes/crayons-bright/
|
||||
share/lives/themes/crayons-bright/frame.jpg
|
||||
share/lives/themes/crayons-bright/main.jpg
|
||||
share/lives/themes/crayons/frame.jpg
|
||||
share/lives/themes/crayons/main.jpg
|
||||
share/lives/themes/cutting_room/
|
||||
share/lives/themes/cutting_room/frame.jpg
|
||||
share/lives/themes/cutting_room/main.jpg
|
||||
share/lives/themes/editor/
|
||||
share/lives/themes/editor/frame.jpg
|
||||
share/lives/themes/editor/main.jpg
|
||||
share/lives/themes/lives-splash.png
|
||||
share/lives/themes/pinks/
|
||||
share/lives/themes/pinks/frame.jpg
|
||||
share/lives/themes/pinks/main.jpg
|
||||
share/locale/cs/LC_MESSAGES/lives.mo
|
||||
share/locale/de_DE/
|
||||
share/locale/de_DE/LC_MESSAGES/
|
||||
share/locale/de_DE/LC_MESSAGES/lives.mo
|
||||
share/locale/es/LC_MESSAGES/lives.mo
|
||||
share/locale/fr/LC_MESSAGES/lives.mo
|
||||
share/locale/he/LC_MESSAGES/lives.mo
|
||||
share/locale/hu/LC_MESSAGES/lives.mo
|
||||
share/locale/it/LC_MESSAGES/lives.mo
|
||||
share/locale/ja/LC_MESSAGES/lives.mo
|
||||
share/locale/nl_NL/
|
||||
share/locale/nl_NL/LC_MESSAGES/
|
||||
share/locale/nl_NL/LC_MESSAGES/lives.mo
|
||||
share/locale/pl/LC_MESSAGES/lives.mo
|
||||
share/locale/pt/LC_MESSAGES/lives.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/lives.mo
|
||||
share/locale/ru/LC_MESSAGES/lives.mo
|
||||
share/locale/sk/LC_MESSAGES/lives.mo
|
||||
share/locale/tr/LC_MESSAGES/lives.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/lives.mo
|
||||
share/pixmaps/
|
||||
share/pixmaps/lives.xpm
|
||||
@tag update-desktop-database
|
Loading…
x
Reference in New Issue
Block a user