ports/151497: [PATCH] multimedia/lives update to 1.0.10

Pawel Pekala c0rn at o2.pl
Sat Oct 16 12:50:09 UTC 2010


>Number:         151497
>Category:       ports
>Synopsis:       [PATCH] multimedia/lives update to 1.0.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 16 12:50:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 8.1-RELEASE #2: Sat Aug 21 18:46:54 CEST 2010
    corn at caprica.slowicza.org:/usr/obj/usr/src/sys/GENERIC



>Description:


- update to version 1.0.10
- grab maintainership
- add LICENSE info
- mark MAKE_JOBS_SAFE
- few portlint fixes



>How-To-Repeat:





>Fix:


--- lives-1.0.10.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/lives/Makefile /home/corn/devel/lives/Makefile
--- /usr/ports/multimedia/lives/Makefile	2010-06-08 17:46:05.000000000 +0200
+++ /home/corn/devel/lives/Makefile	2010-10-16 14:43:49.000000000 +0200
@@ -6,15 +6,16 @@
 #
 
 PORTNAME=	lives
-PORTVERSION=	1.0.9
-PORTREVISION=	3
+PORTVERSION=	1.0.10
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.xs4all.nl/~salsaman/lives/current/
 DISTNAME=	LiVES-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	c0rn at o2.pl
 COMMENT=	Video editing system
 
+LICENSE=	GPLv3
+
 LIB_DEPENDS=	jack.0:${PORTSDIR}/audio/jack \
 		oil-0.3.0:${PORTSDIR}/devel/liboil \
 		visual-0.4.0:${PORTSDIR}/graphics/libvisual04 \
@@ -40,6 +41,7 @@
 WRKSRC=		${WRKDIR}/${DISTNAME:L}
 
 USE_BZIP2=	yes
+USE_LDCONFIG=	yes
 USE_GNOME=	gtk20
 USE_SDL=	sdl
 USE_PYTHON=	yes
@@ -48,6 +50,8 @@
 USE_GETTEXT=	yes
 USE_GHOSTSCRIPT_RUN=	yes
 GNU_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
+
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 CONFIGURE_ARGS=	--disable-ldvgrab
 
@@ -105,7 +109,7 @@
 	@${MKDIR} ${DOCSDIR}
 .for file in ${DOC_FILES}
 	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor 
+.endfor
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/multimedia/lives/distinfo /home/corn/devel/lives/distinfo
--- /usr/ports/multimedia/lives/distinfo	2010-05-13 16:51:14.000000000 +0200
+++ /home/corn/devel/lives/distinfo	2010-10-16 12:20:58.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (LiVES-1.0.9.tar.bz2) = cdb03f950f02673ea2fab0204f6c7a45
-SHA256 (LiVES-1.0.9.tar.bz2) = a808469e7c9f7290b49b5e130252efd4911235ccd08cfaa1a7b1b92d84222481
-SIZE (LiVES-1.0.9.tar.bz2) = 2464435
+MD5 (LiVES-1.0.10.tar.bz2) = a7ac9d04199a0b6b754a3bf2d72bbf0f
+SHA256 (LiVES-1.0.10.tar.bz2) = f5ae1147c348197d1d18770d40143fac0cbc1d4653f605285477b0a788e584e3
+SIZE (LiVES-1.0.10.tar.bz2) = 2465813
diff -ruN --exclude=CVS /usr/ports/multimedia/lives/pkg-plist /home/corn/devel/lives/pkg-plist
--- /usr/ports/multimedia/lives/pkg-plist	2010-05-12 19:04:57.000000000 +0200
+++ /home/corn/devel/lives/pkg-plist	2010-10-16 12:51:56.000000000 +0200
@@ -1,20 +1,20 @@
 bin/autolives.pl
-bin/avi_encoder.py
 bin/build-lives-rfx-plugin
 bin/build-lives-rfx-plugin-multi
-bin/dirac_encoder.py
-bin/gif_encoder.py
 bin/lives
 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/mkv_encoder.py
-bin/mng_encoder.py
-bin/mpeg_encoder.py
-bin/ogm_encoder.py
 bin/sendOSC
 bin/smogrify
-bin/theora_encoder.py
 include/weed/weed-effects.h
 include/weed/weed-events.h
 include/weed/weed-host.h
--- lives-1.0.10.patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list