ports/52837: maintainer-update: multimedia/transcode (0.6.4 to 0.6.7)

Hendrik Scholz hendrik at scholz.net
Sun Jun 1 10:20:14 UTC 2003


>Number:         52837
>Category:       ports
>Synopsis:       maintainer-update: multimedia/transcode (0.6.4 to 0.6.7)
>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:   Sun Jun 01 03:20:11 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        FreeBSD 5.1-BETA i386
>Organization:
NetUSE AG
>Environment:
System: FreeBSD goanna.lan.raisdorf.net 5.1-BETA FreeBSD 5.1-BETA #3: Sat May 24 11:26:06 CEST 2003 hscholz at goanna.lan.raisdorf.net:/usr/src/sys/i386/compile/GOANNA i386


	
>Description:

Update from 0.6.4 to 0.6.7. Changes:

- removed most patches from files/ since they are now included in the
  main distribution
  (http://www.zebra.fh-weingarten.de/~transcode/pre/ChangeLog)
- fix import/clone.c problem from ports/52039 reported by mpd at rochester.rr.com
- add ports/52351 (archivers/lzo patch) by David Yeske

Please remove all patches from files/ but the updated patch-libtool.

>How-To-Repeat:
	
>Fix:

	

--- transcode-0.6.7.patch begins here ---
diff -urP transcode-0.6.4/Makefile transcode/Makefile
--- transcode-0.6.4/Makefile	Wed May  7 15:55:58 2003
+++ transcode/Makefile	Sun Jun  1 11:44:26 2003
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	transcode
-PORTVERSION=	0.6.4
+PORTVERSION=	0.6.7
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.zebra.fh-weingarten.de/~transcode/pre/
-DISTNAME=	${PORTNAME}-${PORTVERSION}.20030325
 
 MAINTAINER=	hendrik at scholz.net
 COMMENT=	A text-console utility for video stream processing
@@ -25,6 +24,7 @@
 CONFIGURE_ENV=	CFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lgnugetopt" \
 		SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"
+CONFIGURE_ARGS=	--program-transform-name=""
 USE_REINPLACE=	yes
 
 MAN1=	avifix.1 avimerge.1 avisplit.1 avisync.1 tccat.1 tcdemux.1 \
@@ -93,6 +93,10 @@
 WITH_MJPEG=	yes
 .endif
 
+.if exists(${LOCALBASE}/lib/liblzo.so)
+WITH_LZO=	yes
+.endif
+
 .if defined(WITH_IMAGEMAGICK)
 LIB_DEPENDS+=	Magick.5:${PORTSDIR}/graphics/ImageMagick
 PLIST_SUB+=	WITH_IMAGEMAGICK=""
@@ -205,6 +209,13 @@
 PLIST_SUB+=	WITH_MJPEG="@comment "
 .endif
 
+.if defined(WITH_LZO)
+LIB_DEPENDS+=	lzo.1:${PORTSDIR}/archivers/lzo
+PLIST_SUB+=	WITH_LZO=""
+.else
+PLIST_SUB+=	WITH_LZO="@comment "
+.endif
+
 .if defined(WITH_SUBRIP)
 PLIST_SUB+=	WITH_SUBRIP=""
 .else
@@ -279,6 +290,10 @@
 .if !defined(WITH_OGG)
 	@${ECHO_MSG}
 	@${ECHO_MSG} "You can enable libogg support by defining WITH_OGG."
+.endif
+.if !defined(WITH_LZO)
+	@${ECHO_MSG}
+	@${ECHO_MSG} "You can enable liblzo support by defining WITH_LZO."
 .endif
 .if !defined(WITH_MJPEG)
 	@${ECHO_MSG}
diff -urP transcode-0.6.4/distinfo transcode/distinfo
--- transcode-0.6.4/distinfo	Sun Apr  6 00:53:51 2003
+++ transcode/distinfo	Sun Jun  1 11:44:26 2003
@@ -1 +1 @@
-MD5 (transcode-0.6.4.20030325.tar.gz) = 8a635c3d262fcafe1055af440a964c1b
+MD5 (transcode-0.6.7.tar.gz) = 4296b205e07a6b25cd326334c7ca7ea1
Only in transcode-0.6.4/files: patch-bbmpeg:mplex.h
Only in transcode-0.6.4/files: patch-contrib:subrip:Makefile
Only in transcode-0.6.4/files: patch-dvdread:dvd_reader.c
Only in transcode-0.6.4/files: patch-ffmpeg:libavcodec:mem.c
Only in transcode-0.6.4/files: patch-import:clone.c
Only in transcode-0.6.4/files: patch-import:ioaux.c
diff -urP transcode-0.6.4/files/patch-libtool transcode/files/patch-libtool
--- transcode-0.6.4/files/patch-libtool	Tue Oct 29 18:16:54 2002
+++ transcode/files/patch-libtool	Sun Jun  1 11:44:26 2003
@@ -1,6 +1,6 @@
---- libtool.orig	Thu Oct 10 17:56:49 2002
-+++ libtool	Mon Oct 28 21:56:19 2002
-@@ -2727,7 +2727,7 @@
+--- 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.
  	    ;;
@@ -9,11 +9,11 @@
  	    # Do not include libc due to us having libc/libc_r.
  	    ;;
  	  *)
-@@ -4496,10 +4496,12 @@
+@@ -4499,10 +4499,12 @@
  	fi
  
  	# Install the pseudo-library for information purposes.
-+	if /usr/bin/false; then
++	if /usr/bin/false ; then
  	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
  	instname="$dir/$name"i
  	$show "$install_prog $instname $destdir/$name"
Only in transcode-0.6.4/files: patch-src:filter:preview:display.h
Only in transcode-0.6.4/files: patch-src:filter:preview:filter_preview.h
Only in transcode-0.6.4/files: patch-src:filter:preview:pv.c
Only in transcode-0.6.4/files: patch-src:filter:subtitler:frame_list.c
diff -urP transcode-0.6.4/pkg-plist transcode/pkg-plist
--- transcode-0.6.4/pkg-plist	Wed May  7 15:55:58 2003
+++ transcode/pkg-plist	Sun Jun  1 11:44:26 2003
@@ -13,6 +13,7 @@
 bin/tcmplex
 bin/tcprobe
 bin/tcscan
+bin/tcxmlcheck
 bin/transcode
 %%WITH_LIBA52%%lib/transcode/a52_decore.so
 lib/transcode/af6_decore.so
@@ -29,6 +30,7 @@
 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
 %%WITH_FAME%%lib/transcode/export_fame.so
 %%WITH_IMAGEMAGICK%%lib/transcode/export_im.so
 lib/transcode/export_mjpeg.so
@@ -53,11 +55,13 @@
 lib/transcode/filter_aclip.so
 lib/transcode/filter_astat.so
 lib/transcode/filter_clone.so
+lib/transcode/filter_cpaudio.so
 lib/transcode/filter_cshift.so
 lib/transcode/filter_cut.so
 lib/transcode/filter_decimate.so
 lib/transcode/filter_dilyuvmmx.so
 lib/transcode/filter_divxkey.so
+lib/transcode/filter_doublefps.so
 lib/transcode/filter_dnr.so
 lib/transcode/filter_extsub.so
 lib/transcode/filter_extsub2.so
@@ -66,6 +70,7 @@
 lib/transcode/filter_ivtc.so
 %%WITH_IMAGEMAGICK%%lib/transcode/filter_logo.so
 %%WITH_IMAGEMAGICK%%lib/transcode/filter_logoaway.so
+lib/transcode/filter_lowpass.so
 lib/transcode/filter_mask.so
 lib/transcode/filter_normalize.so
 lib/transcode/filter_null.so
@@ -75,7 +80,7 @@
 lib/transcode/filter_skip.so
 lib/transcode/filter_smartdeinter.so
 lib/transcode/filter_smooth.so
-lib/transcode/filter_subtitler.so
+%%WITH_SUBRIP%%lib/transcode/filter_subtitler.so
 lib/transcode/filter_tc_audio.so
 lib/transcode/filter_tc_video.so
 lib/transcode/filter_test.so
@@ -97,6 +102,7 @@
 %%WITH_IMAGEMAGICK%%lib/transcode/import_imlist.so
 lib/transcode/import_ffmpeg.so
 lib/transcode/import_lav.so
+%%WITH_LZO%%lib/transcode/import_lzo.so
 lib/transcode/import_mpeg2.so
 %%WITH_LAME%%lib/transcode/import_mp3.so
 lib/transcode/import_mplayer.so
@@ -113,15 +119,16 @@
 lib/transcode/import_xvid.so
 lib/transcode/import_yuv.so
 lib/transcode/import_yuv4mpeg.so
-lib/transcode/libioaux.so.0
 %%WITH_XVID%%lib/transcode/libxvidcore.so
 lib/transcode/xvid.cfg
-lib/transcode/libioaux.so
+share/doc/transcode/README.Inverse.Telecine.txt
 share/doc/transcode/README.cluster
 share/doc/transcode/README.rip
 share/doc/transcode/README.sync
 share/doc/transcode/README.vcd
+share/doc/transcode/OPTIMIZERS
 share/doc/transcode/clone.txt
+share/doc/transcode/export_ffmpeg.txt
 share/doc/transcode/export_mpeg.txt
 share/doc/transcode/export-API.txt
 share/doc/transcode/filter_dnr.txt
@@ -129,6 +136,7 @@
 share/doc/transcode/filter_logoaway.txt
 share/doc/transcode/filter_yuvdenoise.txt
 share/doc/transcode/filter-socket.txt
+share/doc/transcode/filter_text.txt
 share/doc/transcode/filter-API.txt
 share/doc/transcode/html/about.html
 share/doc/transcode/html/anim.html
--- transcode-0.6.7.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list