Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2008 20:28:01 GMT
From:      Diego Depaoli <trebestie@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/126104: [PATCH] multimedia/smilutils fix build
Message-ID:  <200807302028.m6UKS16a051978@www.freebsd.org>
Resent-Message-ID: <200807302030.m6UKU1v6007398@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126104
>Category:       ports
>Synopsis:       [PATCH] multimedia/smilutils fix build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 30 20:30:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Diego Depaoli
>Release:        FreeBSD Current
>Organization:
>Environment:
>Description:
Fix pkg-plist.
Fix build on i386 (and amd64 I hope).
Reported by erwin@ and pav@
>How-To-Repeat:

>Fix:
diff -ruN smilutils/Makefile smilutils.bak/Makefile
--- smilutils/Makefile	2008-07-30 22:14:53.000000000 +0200
+++ smilutils.bak/Makefile	2008-07-30 22:12:56.000000000 +0200
@@ -7,7 +7,7 @@
 
 PORTNAME=	smilutils
 DISTVERSION=	0.3.2
-PORTREVISION=	3
+PORTREVISION=	2
 DISTVERSIONSUFFIX=	cvs
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_LOCAL}
@@ -41,8 +41,8 @@
 		LDFLAGS="-L${LOCALBASE}/lib/libquicktime -L${LOCALBASE}/lib" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}"
 
-CONFIGURE_ARGS=	--with-avcodec=${LOCALBASE}/include/ffmpeg --enable-mp3lame \
-		--enable-vorbis --with-ffmpeg=${LOCALBASE}/lib --with-x
+CONFIGURE_ARGS=	--with-avcodec --enable-mp3lame --enable-vorbis \
+		--with-ffmpeg=${LOCALBASE}/lib --with-x
 
 MAN1=	image2raw.1 ppm2raw.1 ppm2webcam.1 raw2dv.1 \
 	raw2image.1 raw2webcam.1 raw2yuv.1 rawmultiply.1 \
diff -ruN smilutils/pkg-plist smilutils.bak/pkg-plist
--- smilutils/pkg-plist	2008-07-30 22:21:11.000000000 +0200
+++ smilutils.bak/pkg-plist	2008-07-30 22:12:56.000000000 +0200
@@ -6,6 +6,8 @@
 bin/ppmfilter
 bin/raw2dv
 bin/raw2image
+bin/raw2dv
+bin/raw2image
 bin/raw2webcam
 bin/raw2yuv
 bin/rawmultiply

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807302028.m6UKS16a051978>