Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2004 03:22:14 -0800 (PST)
From:      michael johnson <ahze@ahze.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/63344: Port Update: multimedia/transcode 0.6.10 -> 0.6.12
Message-ID:  <200402251122.i1PBMEdt092272@www.freebsd.org>
Resent-Message-ID: <200402251130.i1PBU9jV069435@freefall.freebsd.org>

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

>Number:         63344
>Category:       ports
>Synopsis:       Port Update: multimedia/transcode 0.6.10 -> 0.6.12
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 25 03:30:09 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        
>Organization:
>Environment:
>Description:
update from 6.10 to 6.12 
added libtheora support
>How-To-Repeat:
      
>Fix:
diff -ruN multimedia/transcode.orig/Makefile multimedia/transcode/Makefile
--- multimedia/transcode.orig/Makefile	Wed Feb  4 00:07:54 2004
+++ multimedia/transcode/Makefile	Wed Feb 25 06:18:19 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	transcode
-PORTVERSION=	0.6.10
-PORTREVISION=	1
+PORTVERSION=	0.6.12
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.zebra.fh-weingarten.de/~transcode/pre/
 
@@ -26,7 +25,7 @@
 CPPFLAGS=	-I${X11BASE}/include -I${LOCALBASE}/include
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
 		SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"
-CONFIGURE_ARGS=	--program-transform-name=""
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 USE_REINPLACE=	yes
 INSTALLS_SHLIB=	yes
 USE_LIBTOOL=	yes
@@ -37,6 +36,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if exists(${LOCALBASE}/lib/libtheora.so)
+WITH_LIBTHEORA=		yes
+.endif
+
 .if exists(${LOCALBASE}/lib/libMagick.so)
 WITH_IMAGEMAGICK=	yes
 .endif
@@ -106,6 +109,12 @@
 WITH_DIVX5=	yes
 .endif
 
+.if defined(WITH_LIBTHEORA)
+LIB_DEPENDS+=	theora.0:${PORTSDIR}/graphics/libtheora
+.else
+CONFIGURE_ARGS+=	--with-theora=no
+.endif
+
 .if defined(WITH_IMAGEMAGICK)
 LIB_DEPENDS+=	Magick.6:${PORTSDIR}/graphics/ImageMagick
 PLIST_SUB+=	WITH_IMAGEMAGICK=""
@@ -241,6 +250,10 @@
 .if !defined(WITH_OPTIMIZED_CFLAGS)
 	@${ECHO_MSG}
 	@${ECHO_MSG} "You can enable extra optimizations by defining WITH_OPTIMIZED_CFLAGS."
+.endif
+.if !defined(WITH_LIBTHEORA)
+	@${ECHO_MSG}G
+	@{ECHO_MSG} "You can enable Libtheora by defining WITH_LIBTHEORA."
 .endif
 .if !defined(WITH_IMAGEMAGICK)
 	@${ECHO_MSG}
diff -ruN multimedia/transcode.orig/distinfo multimedia/transcode/distinfo
--- multimedia/transcode.orig/distinfo	Wed Oct 15 18:49:33 2003
+++ multimedia/transcode/distinfo	Wed Feb 25 05:10:16 2004
@@ -1 +1,4 @@
-MD5 (transcode-0.6.10.tar.gz) = eaa65eb3f6cc548cab5d1d26aba79aa5
+MD5 (transcode-0.6.12.tar.gz) = 550214ed9f85224423ca8c7308ed96ce
+SIZE (transcode-0.6.12.tar.gz) = 3454807
diff -ruN multimedia/transcode.orig/files/patch-contrib:subrip:Makefile multimedia/transcode/files/patch-contrib:subrip:Makefile
--- multimedia/transcode.orig/files/patch-contrib:subrip:Makefile	Mon Jun  9 07:46:13 2003
+++ multimedia/transcode/files/patch-contrib:subrip:Makefile	Wed Dec 31 19:00:00 1969
@@ -1,14 +0,0 @@
---- contrib/subrip/Makefile.orig	Mon Jun  9 13:09:32 2003
-+++ contrib/subrip/Makefile	Mon Jun  9 13:09:39 2003
-@@ -8,8 +8,8 @@
- INCLUDES :=
- 
- ### enable ppm support ###
--DEFINES  += -D_HAVE_LIB_PPM_
--LIBS     += -lppm
-+#DEFINES  += -D_HAVE_LIB_PPM_
-+#LIBS     += -lppm
- 
- ### enable zlib support ###
- DEFINES += -D_HAVE_ZLIB_
-
diff -ruN multimedia/transcode.orig/files/patch-libtool multimedia/transcode/files/patch-libtool
--- multimedia/transcode.orig/files/patch-libtool	Wed Jun  4 12:55:25 2003
+++ multimedia/transcode/files/patch-libtool	Wed Feb 25 04:23:53 2004
@@ -1,15 +1,6 @@
---- libtool.orig	Sun Jun  1 11:30:47 2003
-+++ libtool	Sun Jun  1 11:31:28 2003
-@@ -2730,7 +2730,7 @@
- 	  *-*-netbsd*)
- 	    # Don't link with libc until the a.out ld.so is fixed.
- 	    ;;
--	  *-*-openbsd*)
-+	  *-*-openbsd* | *-*-freebsd*)
- 	    # Do not include libc due to us having libc/libc_r.
- 	    ;;
- 	  *)
-@@ -4499,10 +4499,12 @@
+--- libtool.orig	Wed Feb 25 04:22:56 2004
++++ libtool	Wed Feb 25 04:23:32 2004
+@@ -5765,11 +5765,12 @@
  	fi
  
  	# Install the pseudo-library for information purposes.
@@ -18,7 +9,8 @@
  	instname="$dir/$name"i
  	$show "$install_prog $instname $destdir/$name"
  	$run eval "$install_prog $instname $destdir/$name" || exit $?
+-
 +	fi
- 
  	# Maybe install the static library, too.
  	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
+ 	;;
diff -ruN multimedia/transcode.orig/pkg-plist multimedia/transcode/pkg-plist
--- multimedia/transcode.orig/pkg-plist	Wed Oct 15 18:49:33 2003
+++ multimedia/transcode/pkg-plist	Wed Feb 25 05:50:37 2004
@@ -18,6 +18,16 @@
 bin/tcxmlcheck
 bin/tcxpm2rgb
 bin/transcode
+bin/tcrequant
+lib/transcode/export_mp1e.so
+lib/transcode/filter_control.so
+lib/transcode/filter_denoise3d.so
+lib/transcode/filter_detectclipping.so
+lib/transcode/filter_pp.so
+lib/transcode/filter_text.so
+lib/transcode/filter_whitebalance.so
+lib/transcode/import_fraps.so
+lib/transcode/import_sh.so
 %%WITH_LIBA52%%lib/transcode/a52_decore.so
 lib/transcode/af6_decore.so
 lib/transcode/export_ac3.so
@@ -31,7 +41,6 @@
 lib/transcode/export_ffmpeg.so
 lib/transcode/export_jpg.so
 lib/transcode/export_lame.so
-lib/transcode/export_sampeg.so
 %%WITH_LIBDV%%lib/transcode/export_dv.so
 %%WITH_LIBDV%%lib/transcode/export_dvraw.so
 %%WITH_LZO%%lib/transcode/export_lzo.so
@@ -95,7 +104,6 @@
 lib/transcode/filter_smartdeinter.so
 lib/transcode/filter_smartyuv.so
 lib/transcode/filter_smooth.so
-lib/transcode/filter_subtitler.so
 lib/transcode/filter_tc_audio.so
 lib/transcode/filter_tc_video.so
 lib/transcode/filter_test.so
@@ -141,6 +149,8 @@
 lib/transcode/xvid2.cfg
 lib/transcode/xvid3.cfg
 lib/transcode/xvid4.cfg
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/import_v4l2.txt
 %%PORTDOCS%%%%DOCSDIR%%/README.Inverse.Telecine.txt
 %%PORTDOCS%%%%DOCSDIR%%/README.cluster
 %%PORTDOCS%%%%DOCSDIR%%/README.filter.modfps

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



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