diff options
author | sat <sat@FreeBSD.org> | 2007-03-17 04:10:13 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-03-17 04:10:13 +0800 |
commit | 9278679b85fbfa1356fe527c9cb2e7b33d41d15a (patch) | |
tree | 56a965e28f894d1a55f609eea394e9b44d4f0781 /multimedia | |
parent | e0a573da5995fda5ef37b2461410c7353d1b3131 (diff) | |
download | freebsd-ports-gnome-9278679b85fbfa1356fe527c9cb2e7b33d41d15a.tar.gz freebsd-ports-gnome-9278679b85fbfa1356fe527c9cb2e7b33d41d15a.tar.zst freebsd-ports-gnome-9278679b85fbfa1356fe527c9cb2e7b33d41d15a.zip |
- Update to 0.9.8.3
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/lives/Makefile | 6 | ||||
-rw-r--r-- | multimedia/lives/distinfo | 6 | ||||
-rw-r--r-- | multimedia/lives/files/patch-src__main.c | 18 | ||||
-rw-r--r-- | multimedia/lives/pkg-plist | 1 |
4 files changed, 8 insertions, 23 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index c41b2c9a4a40..4d47ebd37e9c 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -6,9 +6,10 @@ # PORTNAME= lives -DISTVERSION= 0.9.8.2 +DISTVERSION= 0.9.8.3 CATEGORIES= multimedia -MASTER_SITES= SF +MASTER_SITES= http://www.xs4all.nl/%7Esalsaman/lives/current/ CENKES +DISTNAME= LiVES-${DISTVERSION} MAINTAINER= infofarmer@FreeBSD.org COMMENT= Video editing system @@ -36,6 +37,7 @@ RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \ sswf:${PORTSDIR}/graphics/sswf \ ${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r +WRKSRC= ${WRKDIR}/${DISTNAME:L} USE_BZIP2= yes USE_PYTHON= yes USE_PERL5= yes diff --git a/multimedia/lives/distinfo b/multimedia/lives/distinfo index d624c31af710..2df48ac9a79b 100644 --- a/multimedia/lives/distinfo +++ b/multimedia/lives/distinfo @@ -1,3 +1,3 @@ -MD5 (lives-0.9.8.2.tar.bz2) = 236ef4edae25e5e147e6d7191adbed85 -SHA256 (lives-0.9.8.2.tar.bz2) = fa85dd702815f3dfdb2242ffa7f57b6b265248d329dffa74b4b982721e662d48 -SIZE (lives-0.9.8.2.tar.bz2) = 1657365 +MD5 (LiVES-0.9.8.3.tar.bz2) = 16f280b01fc426981494e03d4671488a +SHA256 (LiVES-0.9.8.3.tar.bz2) = e4a2f6719684e5bd9bd7ef80014a493652184f5c968c4e9096a806876239246d +SIZE (LiVES-0.9.8.3.tar.bz2) = 1661242 diff --git a/multimedia/lives/files/patch-src__main.c b/multimedia/lives/files/patch-src__main.c deleted file mode 100644 index 96ae5a590283..000000000000 --- a/multimedia/lives/files/patch-src__main.c +++ /dev/null @@ -1,18 +0,0 @@ ---- ./src/main.c.orig Fri Jan 26 12:50:12 2007 -+++ ./src/main.c Fri Jan 26 12:50:23 2007 -@@ -91,6 +91,7 @@ - capable=get_capabilities(); - - palette=(_palette*)(g_malloc(sizeof(_palette))); -+ mainw->cached_list=NULL; - - if (!capable->smog_version_correct||!capable->can_write_to_tempdir) { - g_snprintf(prefs->theme,64,"none"); -@@ -98,7 +99,6 @@ - else { - // from here onwards we can use get_pref() and friends ////// - gchar *rcfile=g_strdup_printf("%s/.lives",capable->home_dir); -- mainw->cached_list=NULL; - cache_file_contents(rcfile); - g_free(rcfile); - diff --git a/multimedia/lives/pkg-plist b/multimedia/lives/pkg-plist index 424f5a6b771b..84d2c49408ae 100644 --- a/multimedia/lives/pkg-plist +++ b/multimedia/lives/pkg-plist @@ -12,6 +12,7 @@ bin/mkv_encoder.py bin/mng_encoder.py bin/mpeg_encoder.py bin/ogm_encoder.py +bin/sendOSC bin/smogrify bin/theora_encoder.py %%DOCSDIR%%/AUTHORS |