View | Details | Raw Unified | Return to bug 52837
Collapse All | Expand All

(-)transcode/Makefile (-2 / +17 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	transcode
8
PORTNAME=	transcode
9
PORTVERSION=	0.6.4
9
PORTVERSION=	0.6.7
10
CATEGORIES=	multimedia
10
CATEGORIES=	multimedia
11
MASTER_SITES=	http://www.zebra.fh-weingarten.de/~transcode/pre/
11
MASTER_SITES=	http://www.zebra.fh-weingarten.de/~transcode/pre/
12
DISTNAME=	${PORTNAME}-${PORTVERSION}.20030325
13
12
14
MAINTAINER=	hendrik@scholz.net
13
MAINTAINER=	hendrik@scholz.net
15
COMMENT=	A text-console utility for video stream processing
14
COMMENT=	A text-console utility for video stream processing
Lines 25-30 Link Here
25
CONFIGURE_ENV=	CFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
24
CONFIGURE_ENV=	CFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
26
		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lgnugetopt" \
25
		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lgnugetopt" \
27
		SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"
26
		SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"
27
CONFIGURE_ARGS=	--program-transform-name=""
28
USE_REINPLACE=	yes
28
USE_REINPLACE=	yes
29
29
30
MAN1=	avifix.1 avimerge.1 avisplit.1 avisync.1 tccat.1 tcdemux.1 \
30
MAN1=	avifix.1 avimerge.1 avisplit.1 avisync.1 tccat.1 tcdemux.1 \
Lines 93-98 Link Here
93
WITH_MJPEG=	yes
93
WITH_MJPEG=	yes
94
.endif
94
.endif
95
95
96
.if exists(${LOCALBASE}/lib/liblzo.so)
97
WITH_LZO=	yes
98
.endif
99
96
.if defined(WITH_IMAGEMAGICK)
100
.if defined(WITH_IMAGEMAGICK)
97
LIB_DEPENDS+=	Magick.5:${PORTSDIR}/graphics/ImageMagick
101
LIB_DEPENDS+=	Magick.5:${PORTSDIR}/graphics/ImageMagick
98
PLIST_SUB+=	WITH_IMAGEMAGICK=""
102
PLIST_SUB+=	WITH_IMAGEMAGICK=""
Lines 205-210 Link Here
205
PLIST_SUB+=	WITH_MJPEG="@comment "
209
PLIST_SUB+=	WITH_MJPEG="@comment "
206
.endif
210
.endif
207
211
212
.if defined(WITH_LZO)
213
LIB_DEPENDS+=	lzo.1:${PORTSDIR}/archivers/lzo
214
PLIST_SUB+=	WITH_LZO=""
215
.else
216
PLIST_SUB+=	WITH_LZO="@comment "
217
.endif
218
208
.if defined(WITH_SUBRIP)
219
.if defined(WITH_SUBRIP)
209
PLIST_SUB+=	WITH_SUBRIP=""
220
PLIST_SUB+=	WITH_SUBRIP=""
210
.else
221
.else
Lines 279-284 Link Here
279
.if !defined(WITH_OGG)
290
.if !defined(WITH_OGG)
280
	@${ECHO_MSG}
291
	@${ECHO_MSG}
281
	@${ECHO_MSG} "You can enable libogg support by defining WITH_OGG."
292
	@${ECHO_MSG} "You can enable libogg support by defining WITH_OGG."
293
.endif
294
.if !defined(WITH_LZO)
295
	@${ECHO_MSG}
296
	@${ECHO_MSG} "You can enable liblzo support by defining WITH_LZO."
282
.endif
297
.endif
283
.if !defined(WITH_MJPEG)
298
.if !defined(WITH_MJPEG)
284
	@${ECHO_MSG}
299
	@${ECHO_MSG}
(-)transcode/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (transcode-0.6.4.20030325.tar.gz) = 8a635c3d262fcafe1055af440a964c1b
1
MD5 (transcode-0.6.7.tar.gz) = 4296b205e07a6b25cd326334c7ca7ea1
(-)transcode/files/patch-libtool (-5 / +5 lines)
Lines 1-6 Link Here
1
--- libtool.orig	Thu Oct 10 17:56:49 2002
1
--- libtool.orig	Sun Jun  1 11:30:47 2003
2
+++ libtool	Mon Oct 28 21:56:19 2002
2
+++ libtool	Sun Jun  1 11:31:28 2003
3
@@ -2727,7 +2727,7 @@
3
@@ -2730,7 +2730,7 @@
4
 	  *-*-netbsd*)
4
 	  *-*-netbsd*)
5
 	    # Don't link with libc until the a.out ld.so is fixed.
5
 	    # Don't link with libc until the a.out ld.so is fixed.
6
 	    ;;
6
 	    ;;
Lines 9-19 Link Here
9
 	    # Do not include libc due to us having libc/libc_r.
9
 	    # Do not include libc due to us having libc/libc_r.
10
 	    ;;
10
 	    ;;
11
 	  *)
11
 	  *)
12
@@ -4496,10 +4496,12 @@
12
@@ -4499,10 +4499,12 @@
13
 	fi
13
 	fi
14
 
14
 
15
 	# Install the pseudo-library for information purposes.
15
 	# Install the pseudo-library for information purposes.
16
+	if /usr/bin/false; then
16
+	if /usr/bin/false ; then
17
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
17
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
18
 	instname="$dir/$name"i
18
 	instname="$dir/$name"i
19
 	$show "$install_prog $instname $destdir/$name"
19
 	$show "$install_prog $instname $destdir/$name"
(-)transcode/pkg-plist (-3 / +11 lines)
Lines 13-18 Link Here
13
bin/tcmplex
13
bin/tcmplex
14
bin/tcprobe
14
bin/tcprobe
15
bin/tcscan
15
bin/tcscan
16
bin/tcxmlcheck
16
bin/transcode
17
bin/transcode
17
%%WITH_LIBA52%%lib/transcode/a52_decore.so
18
%%WITH_LIBA52%%lib/transcode/a52_decore.so
18
lib/transcode/af6_decore.so
19
lib/transcode/af6_decore.so
Lines 29-34 Link Here
29
lib/transcode/export_sampeg.so
30
lib/transcode/export_sampeg.so
30
%%WITH_LIBDV%%lib/transcode/export_dv.so
31
%%WITH_LIBDV%%lib/transcode/export_dv.so
31
%%WITH_LIBDV%%lib/transcode/export_dvraw.so
32
%%WITH_LIBDV%%lib/transcode/export_dvraw.so
33
%%WITH_LZO%%lib/transcode/export_lzo.so
32
%%WITH_FAME%%lib/transcode/export_fame.so
34
%%WITH_FAME%%lib/transcode/export_fame.so
33
%%WITH_IMAGEMAGICK%%lib/transcode/export_im.so
35
%%WITH_IMAGEMAGICK%%lib/transcode/export_im.so
34
lib/transcode/export_mjpeg.so
36
lib/transcode/export_mjpeg.so
Lines 53-63 Link Here
53
lib/transcode/filter_aclip.so
55
lib/transcode/filter_aclip.so
54
lib/transcode/filter_astat.so
56
lib/transcode/filter_astat.so
55
lib/transcode/filter_clone.so
57
lib/transcode/filter_clone.so
58
lib/transcode/filter_cpaudio.so
56
lib/transcode/filter_cshift.so
59
lib/transcode/filter_cshift.so
57
lib/transcode/filter_cut.so
60
lib/transcode/filter_cut.so
58
lib/transcode/filter_decimate.so
61
lib/transcode/filter_decimate.so
59
lib/transcode/filter_dilyuvmmx.so
62
lib/transcode/filter_dilyuvmmx.so
60
lib/transcode/filter_divxkey.so
63
lib/transcode/filter_divxkey.so
64
lib/transcode/filter_doublefps.so
61
lib/transcode/filter_dnr.so
65
lib/transcode/filter_dnr.so
62
lib/transcode/filter_extsub.so
66
lib/transcode/filter_extsub.so
63
lib/transcode/filter_extsub2.so
67
lib/transcode/filter_extsub2.so
Lines 66-71 Link Here
66
lib/transcode/filter_ivtc.so
70
lib/transcode/filter_ivtc.so
67
%%WITH_IMAGEMAGICK%%lib/transcode/filter_logo.so
71
%%WITH_IMAGEMAGICK%%lib/transcode/filter_logo.so
68
%%WITH_IMAGEMAGICK%%lib/transcode/filter_logoaway.so
72
%%WITH_IMAGEMAGICK%%lib/transcode/filter_logoaway.so
73
lib/transcode/filter_lowpass.so
69
lib/transcode/filter_mask.so
74
lib/transcode/filter_mask.so
70
lib/transcode/filter_normalize.so
75
lib/transcode/filter_normalize.so
71
lib/transcode/filter_null.so
76
lib/transcode/filter_null.so
Lines 75-81 Link Here
75
lib/transcode/filter_skip.so
80
lib/transcode/filter_skip.so
76
lib/transcode/filter_smartdeinter.so
81
lib/transcode/filter_smartdeinter.so
77
lib/transcode/filter_smooth.so
82
lib/transcode/filter_smooth.so
78
lib/transcode/filter_subtitler.so
83
%%WITH_SUBRIP%%lib/transcode/filter_subtitler.so
79
lib/transcode/filter_tc_audio.so
84
lib/transcode/filter_tc_audio.so
80
lib/transcode/filter_tc_video.so
85
lib/transcode/filter_tc_video.so
81
lib/transcode/filter_test.so
86
lib/transcode/filter_test.so
Lines 97-102 Link Here
97
%%WITH_IMAGEMAGICK%%lib/transcode/import_imlist.so
102
%%WITH_IMAGEMAGICK%%lib/transcode/import_imlist.so
98
lib/transcode/import_ffmpeg.so
103
lib/transcode/import_ffmpeg.so
99
lib/transcode/import_lav.so
104
lib/transcode/import_lav.so
105
%%WITH_LZO%%lib/transcode/import_lzo.so
100
lib/transcode/import_mpeg2.so
106
lib/transcode/import_mpeg2.so
101
%%WITH_LAME%%lib/transcode/import_mp3.so
107
%%WITH_LAME%%lib/transcode/import_mp3.so
102
lib/transcode/import_mplayer.so
108
lib/transcode/import_mplayer.so
Lines 113-127 Link Here
113
lib/transcode/import_xvid.so
119
lib/transcode/import_xvid.so
114
lib/transcode/import_yuv.so
120
lib/transcode/import_yuv.so
115
lib/transcode/import_yuv4mpeg.so
121
lib/transcode/import_yuv4mpeg.so
116
lib/transcode/libioaux.so.0
117
%%WITH_XVID%%lib/transcode/libxvidcore.so
122
%%WITH_XVID%%lib/transcode/libxvidcore.so
118
lib/transcode/xvid.cfg
123
lib/transcode/xvid.cfg
119
lib/transcode/libioaux.so
124
share/doc/transcode/README.Inverse.Telecine.txt
120
share/doc/transcode/README.cluster
125
share/doc/transcode/README.cluster
121
share/doc/transcode/README.rip
126
share/doc/transcode/README.rip
122
share/doc/transcode/README.sync
127
share/doc/transcode/README.sync
123
share/doc/transcode/README.vcd
128
share/doc/transcode/README.vcd
129
share/doc/transcode/OPTIMIZERS
124
share/doc/transcode/clone.txt
130
share/doc/transcode/clone.txt
131
share/doc/transcode/export_ffmpeg.txt
125
share/doc/transcode/export_mpeg.txt
132
share/doc/transcode/export_mpeg.txt
126
share/doc/transcode/export-API.txt
133
share/doc/transcode/export-API.txt
127
share/doc/transcode/filter_dnr.txt
134
share/doc/transcode/filter_dnr.txt
Lines 129-134 Link Here
129
share/doc/transcode/filter_logoaway.txt
136
share/doc/transcode/filter_logoaway.txt
130
share/doc/transcode/filter_yuvdenoise.txt
137
share/doc/transcode/filter_yuvdenoise.txt
131
share/doc/transcode/filter-socket.txt
138
share/doc/transcode/filter-socket.txt
139
share/doc/transcode/filter_text.txt
132
share/doc/transcode/filter-API.txt
140
share/doc/transcode/filter-API.txt
133
share/doc/transcode/html/about.html
141
share/doc/transcode/html/about.html
134
share/doc/transcode/html/anim.html
142
share/doc/transcode/html/anim.html

Return to bug 52837