From c0rn@o2.pl  Sat Oct 16 12:45:08 2010
Return-Path: <c0rn@o2.pl>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E2D2D106566B
	for <freebsd-gnats-submit@freebsd.org>; Sat, 16 Oct 2010 12:45:07 +0000 (UTC)
	(envelope-from c0rn@o2.pl)
Received: from rekin23.go2.pl (rekin23.go2.pl [193.17.41.16])
	by mx1.freebsd.org (Postfix) with ESMTP id 60BB28FC08
	for <freebsd-gnats-submit@freebsd.org>; Sat, 16 Oct 2010 12:45:07 +0000 (UTC)
Received: from rekin23.go2.pl (unknown [10.0.0.2])
	by rekin23.go2.pl (Postfix) with ESMTP id 9B03A93FF0
	for <freebsd-gnats-submit@freebsd.org>; Sat, 16 Oct 2010 14:45:05 +0200 (CEST)
Received: from unknown (unknown [10.0.0.142])
	by rekin23.go2.pl (Postfix) with SMTP
	for <freebsd-gnats-submit@freebsd.org>; Sat, 16 Oct 2010 14:45:04 +0200 (CEST)
Received: from bsa233.neoplus.adsl.tpnet.pl [83.29.120.233]
	by poczta.o2.pl with ESMTP id tIljvn;
	Sat, 16 Oct 2010 14:45:04 +0200
Message-Id: <1287233217.99507@caprica.slowicza.org>
Date: Sat, 16 Oct 2010 14:46:57 +0200
From: "Pawel Pekala" <c0rn@o2.pl>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [PATCH] multimedia/lives update to 1.0.10
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify:

>Number:         151497
>Category:       ports
>Synopsis:       [PATCH] multimedia/lives update to 1.0.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    makc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 16 12:50:08 UTC 2010
>Closed-Date:    Sun Oct 17 09:46:16 UTC 2010
>Last-Modified:  Sun Oct 17 09:50:18 UTC 2010
>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@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@FreeBSD.org
+MAINTAINER=	c0rn@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:
Responsible-Changed-From-To: freebsd-ports-bugs->makc 
Responsible-Changed-By: makc 
Responsible-Changed-When: Sat Oct 16 18:27:44 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151497 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Sun Oct 17 09:46:15 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151497 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151497: commit references a PR
Date: Sun, 17 Oct 2010 09:43:40 +0000 (UTC)

 makc        2010-10-17 09:43:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/lives     Makefile distinfo pkg-plist 
   Log:
   Update to version 1.0.10
   Add LICENSE
   Mark MAKE_JOBS_SAFE
   Few portlint fixes
   Pass maintainership to submitter
   
   PR:             ports/151497
   Submitted by:   Pawel Pekala <c0rn at o2.pl>
   
   Revision  Changes    Path
   1.39      +8 -4      ports/multimedia/lives/Makefile
   1.16      +3 -3      ports/multimedia/lives/distinfo
   1.9       +8 -8      ports/multimedia/lives/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
