summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-04 05:03:43 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-04 05:03:43 +0000
commit967a553f480f2ff991b7f264b5cebe03c2d9e2c6 (patch)
tree2a2110d98094ac143eab94052ceb999fb546ef36 /graphics
parentUpdate from 5.0.5 to 5.0.8. (diff)
Maintainer update of graphcs/transcode
- add two patches to allow transcode to compile - remove .la files from lib/transcode - update pkg-plist - make portlint happier PR: ports/47688 Submitted by: Hendrik Scholz <hendrik@scholz.net>
Notes
Notes: svn path=/head/; revision=74625
Diffstat (limited to 'graphics')
-rw-r--r--graphics/transcode/Makefile7
-rw-r--r--graphics/transcode/distinfo2
-rw-r--r--graphics/transcode/files/patch-bbmpeg:mplex.h11
-rw-r--r--graphics/transcode/files/patch-ffmpeg:libavcodec:mem.c11
-rw-r--r--graphics/transcode/pkg-plist28
5 files changed, 51 insertions, 8 deletions
diff --git a/graphics/transcode/Makefile b/graphics/transcode/Makefile
index 5a96e6c60c08..4b107a1cdffd 100644
--- a/graphics/transcode/Makefile
+++ b/graphics/transcode/Makefile
@@ -6,9 +6,7 @@
#
PORTNAME= transcode
-PORTVERSION= 0.6.2
-PORTREVISION= 1
-DISTNAME= ${PORTNAME}-${PORTVERSION}.20021010
+PORTVERSION= 0.6.3
CATEGORIES= graphics
MASTER_SITES= http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/pre/
@@ -29,7 +27,7 @@ CONFIGURE_ENV= CFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
USE_REINPLACE= yes
MAN1= avifix.1 avimerge.1 avisplit.1 avisync.1 tccat.1 tcdemux.1 \
- tcprobe.1 tcscan.1 transcode.1
+ tcprobe.1 tcscan.1 transcode.1 tcextract.1 tcdecode.1 tcmodinfo.1
.include <bsd.port.pre.mk>
@@ -302,5 +300,6 @@ post-install:
@${LN} -sf ${LOCALBASE}/lib/libxvidcore.so \
${PREFIX}/lib/transcode/libxvidcore.so
.endif
+ @${RM} ${PREFIX}/lib/transcode/*.la
.include <bsd.port.post.mk>
diff --git a/graphics/transcode/distinfo b/graphics/transcode/distinfo
index 197de96e4c0e..bddb3131accb 100644
--- a/graphics/transcode/distinfo
+++ b/graphics/transcode/distinfo
@@ -1 +1 @@
-MD5 (transcode-0.6.2.20021010.tar.gz) = 97b46fe8d7d650c8d0b57096bce162a1
+MD5 (transcode-0.6.3.tar.gz) = 65f0982c73821add9b6b78b662496da0
diff --git a/graphics/transcode/files/patch-bbmpeg:mplex.h b/graphics/transcode/files/patch-bbmpeg:mplex.h
new file mode 100644
index 000000000000..01f870c6a162
--- /dev/null
+++ b/graphics/transcode/files/patch-bbmpeg:mplex.h
@@ -0,0 +1,11 @@
+--- bbmpeg/mplex.h.orig Thu Jan 30 19:26:07 2003
++++ bbmpeg/mplex.h Thu Jan 30 19:26:18 2003
+@@ -50,6 +50,8 @@
+ Definitionen
+ *************************************************************************/
+
++#include <sys/types.h>
++
+ #define USER_DATA_START 0x000001b2
+ #define SEQUENCE_HEADER 0x000001b3
+ #define SEQUENCE_END 0x000001b7
diff --git a/graphics/transcode/files/patch-ffmpeg:libavcodec:mem.c b/graphics/transcode/files/patch-ffmpeg:libavcodec:mem.c
new file mode 100644
index 000000000000..a82054ab658e
--- /dev/null
+++ b/graphics/transcode/files/patch-ffmpeg:libavcodec:mem.c
@@ -0,0 +1,11 @@
+--- ffmpeg/libavcodec/mem.c.orig Thu Jan 30 19:58:35 2003
++++ ffmpeg/libavcodec/mem.c Thu Jan 30 19:58:45 2003
+@@ -18,7 +18,7 @@
+ */
+ #include "avcodec.h"
+ #ifdef HAVE_MALLOC_H
+-#include <malloc.h>
++#include <stdlib.h>
+ #endif
+
+ /* you can redefine av_malloc and av_free in your project to use your
diff --git a/graphics/transcode/pkg-plist b/graphics/transcode/pkg-plist
index 35e81bec2373..83c45f750be6 100644
--- a/graphics/transcode/pkg-plist
+++ b/graphics/transcode/pkg-plist
@@ -6,6 +6,7 @@ bin/tccat
bin/tcdecode
bin/tcdemux
bin/tcextract
+bin/tcmodinfo
bin/tcmplex
bin/tcprobe
bin/tcscan
@@ -17,17 +18,19 @@ lib/transcode/export_af6.conf
lib/transcode/export_divx4.so
lib/transcode/export_divx4raw.so
lib/transcode/export_divx5.so
+lib/transcode/export_divx5raw.so
+lib/transcode/export_ffmpeg.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_FAME%%lib/transcode/export_fame.so
-lib/transcode/export_ffmpeg4.so
%%WITH_IMAGEMAGICK%%lib/transcode/export_im.so
%%WITH_MJPEG%%lib/transcode/export_mjpeg.so
lib/transcode/export_mpeg.so
lib/transcode/export_net.so
lib/transcode/export_null.so
%%WITH_OGG%%lib/transcode/export_ogg.so
-%%WITH_XVID%%lib/transcode/export_opendivx.so
lib/transcode/export_pcm.so
lib/transcode/export_ppm.so
lib/transcode/export_raw.so
@@ -62,6 +65,7 @@ lib/transcode/filter_pv.so
lib/transcode/filter_resample.so
lib/transcode/filter_skip.so
lib/transcode/filter_smartdeinter.so
+lib/transcode/filter_smooth.so
lib/transcode/filter_subtitler.so
lib/transcode/filter_tc_audio.so
lib/transcode/filter_tc_video.so
@@ -70,6 +74,10 @@ lib/transcode/filter_testframe.so
lib/transcode/filter_xsharpen.so
lib/transcode/filter_yuvdenoise.so
lib/transcode/filter_yuy2toyv12.so
+lib/transcode/filter_yuvmedian.so
+lib/transcode/filter_videocore.so
+lib/transcode/filter_list.awk
+lib/transcode/parse_csv.awk
lib/transcode/import_ac3.so
%%WITH_AVIFILE%%lib/transcode/import_af6.so
lib/transcode/import_avi.so
@@ -78,6 +86,7 @@ lib/transcode/import_dv.so
lib/transcode/import_dvd.so
%%WITH_IMAGEMAGICK%%lib/transcode/import_im.so
%%WITH_IMAGEMAGICK%%lib/transcode/import_imlist.so
+lib/transcode/import_ffmpeg.so
lib/transcode/import_lav.so
%%WITH_MJPEG%%lib/transcode/import_mjpeg.so
lib/transcode/import_mpeg2.so
@@ -99,16 +108,19 @@ 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.cluster
share/doc/transcode/README.rip
share/doc/transcode/README.sync
share/doc/transcode/README.vcd
share/doc/transcode/clone.txt
share/doc/transcode/export_mpeg.txt
+share/doc/transcode/export-API.txt
share/doc/transcode/filter_dnr.txt
share/doc/transcode/filter_logo.txt
share/doc/transcode/filter_yuvdenoise.txt
-share/doc/transcode/html/Smart.html
+share/doc/transcode/filter-socket.txt
+share/doc/transcode/filter-API.txt
share/doc/transcode/html/about.html
share/doc/transcode/html/anim.html
share/doc/transcode/html/cluster_guide.txt
@@ -120,6 +132,12 @@ share/doc/transcode/html/export_divx.html
share/doc/transcode/html/export_iv50.html
share/doc/transcode/html/export_null.html
share/doc/transcode/html/export_raw.html
+share/doc/transcode/html/export_divx4.php
+share/doc/transcode/html/export_divx5.php
+share/doc/transcode/html/export_fame.php
+share/doc/transcode/html/export_ogg.php
+share/doc/transcode/html/export_opendivx.php
+share/doc/transcode/html/export_xvid.php
share/doc/transcode/html/faq.html
share/doc/transcode/html/filter.html
share/doc/transcode/html/import_ac3.html
@@ -131,6 +149,7 @@ share/doc/transcode/html/import_mpeg2.html
share/doc/transcode/html/import_mpeg3.html
share/doc/transcode/html/import_null.html
share/doc/transcode/html/import_nuv.html
+share/doc/transcode/html/import_ogg.php
share/doc/transcode/html/import_raw.html
share/doc/transcode/html/import_vob.html
share/doc/transcode/html/import_yuv4mpeg.html
@@ -149,13 +168,16 @@ share/doc/transcode/html/options.html
share/doc/transcode/html/other.html
share/doc/transcode/html/post.html
share/doc/transcode/html/pre.html
+share/doc/transcode/html/smart.html
share/doc/transcode/html/sorry.html
share/doc/transcode/html/sub0-00000.png
share/doc/transcode/html/sub1-00000.png
share/doc/transcode/html/sub2-00000.png
share/doc/transcode/html/sub3-00000.png
share/doc/transcode/html/subtitles.html
+share/doc/transcode/html/table.php
share/doc/transcode/html/tc.png
+share/doc/transcode/import-API.txt
share/doc/transcode/import-xml.txt
share/doc/transcode/import_nvrec.txt
share/doc/transcode/template.cfg.txt