pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/transcode Update to 0.6.11:
details: https://anonhg.NetBSD.org/pkgsrc/rev/c7c60c7540f4
branches: trunk
changeset: 465276:c7c60c7540f4
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Fri Dec 26 12:40:39 2003 +0000
description:
Update to 0.6.11:
Bugfix audio core; fix AC3 pass-thru.
Bugfix audio core; undefined symbol in lame lib.
Bugfix for --accel on PPC (not supported)
Bugfix for -J extsub; fix vertical shifting up.
Bugfix for -J hqdn3d; fix typo and default value printout.
Bugfix for -J logo; flipping with animated images
Bugfix for -J subtitler; shift was broken.
Bugfix for -J text; enable the filter core
Bugfix for -x ffmpeg; deals with NULL frames
Bugfix for -x im; handle 16bit image files.
Bugfix for -x xml; fix DV import.
Bugfix for -y dvraw; Pass-thru video but not audio did not work.
Bugfix for -y ffmpeg; make it thread-safe.
Bugfix for -y ffmpeg; vhq is gone, use mdb=0-9.
Bugfix for -y pcm; fixed floating point division.
Bugfix for MacOSX; lots of stack thrashing fixes
Bugfix for avitools; fix audio syncing (again!)
Bugfix for avitools; pass-thru 0byte frames
Bugfix for dvd_reader, keeps tcprobe from crashing
Bugfix for export audio; -E is now used consistently
Bugfix for tcprobe; segfault reading chapter table.
Bugfix for tcprobe; segfault when reading data from stdin
CHANGE: ffmpeg is now used to decode MPEG4 video.
CHANGE: how the PTS is probed from a vob
CHANGE: with pass-thru, suggest -y raw,raw.
Docu; Description of UYVY colorspace.
Docu; tcprobe(1) uptodate
Docu; transcode(1) uptodate with additions to various options.
Improved -J smartyuv; altivec support and fixes
Improved -J subtitler; upgrade to latest upstream version
Improved -x im; probing and reading SGI image files.
Improved -x/-y pvm; support for more codecs.
Improved -y ffmpeg; enable altivec support on Macs.
Improved -y ffmpeg; keyframe detection in pass-thru mode.
Improved AVI support; support for obscure nandub padding.
Improved autostuff; upgrade libtool, automake and autoconf
Improved avitools; detect an VBR audio track, more robust.
Improved binary filesize; libavcodec only linked once.
Improved configure; Fix X11 detection.
Improved configure; debug option --enable-maintainer-mode.
Improved export module documentation
Improved option -Z; much smarter now (see manpage)
Improved split mode; the base can be taken from output file.
Improved tcscan -x mpeg2; print bitrate information.
Improved transcode help; Looks more nice.
New Pass-thru mode for MPEG2 files (with opt. requantize).
New filter -J detectclipping; find black areas
New filter -J whitebalance; corrects broken white balance.
New internal colorspace UYVY for higher quality
New option --dvd_access_delay; increase if you have problems.
New option --ext to set the filename extension(s)
New option --uyvy; support for a native 4:2:2 format
New util tcrequant; requantize an MPEG2-ES stream.
Removed -y sampeg; never did anything useful.
Upgraded -y xvid4 to the latest API
Upgraded included libavcodec to 0.4.8 (4683)
diffstat:
graphics/transcode/Makefile | 5 ++---
graphics/transcode/PLIST | 32 +++++++++++++++++++++-----------
graphics/transcode/distinfo | 8 ++++----
graphics/transcode/patches/patch-ap | 10 +++++-----
4 files changed, 32 insertions(+), 23 deletions(-)
diffs (197 lines):
diff -r 20aad4603745 -r c7c60c7540f4 graphics/transcode/Makefile
--- a/graphics/transcode/Makefile Fri Dec 26 09:40:40 2003 +0000
+++ b/graphics/transcode/Makefile Fri Dec 26 12:40:39 2003 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2003/12/08 14:41:40 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2003/12/26 12:40:39 jmmv Exp $
-DISTNAME= transcode-0.6.9
-PKGREVISION= 3
+DISTNAME= transcode-0.6.11
CATEGORIES= graphics
MASTER_SITES= http://www.zebra.fh-weingarten.de/~transcode/pre/
diff -r 20aad4603745 -r c7c60c7540f4 graphics/transcode/PLIST
--- a/graphics/transcode/PLIST Fri Dec 26 09:40:40 2003 +0000
+++ b/graphics/transcode/PLIST Fri Dec 26 12:40:39 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2003/09/22 10:45:20 seb Exp $
+@comment $NetBSD: PLIST,v 1.9 2003/12/26 12:40:39 jmmv Exp $
bin/avifix
bin/aviindex
bin/avimerge
@@ -12,15 +12,17 @@
bin/tcmp3cut
bin/tcmplex
bin/tcprobe
+bin/tcrequant
bin/tcscan
bin/tcxmlcheck
+bin/tcxpm2rgb
bin/transcode
lib/transcode/a52_decore.la
lib/transcode/a52_decore.so
lib/transcode/af6_decore.la
lib/transcode/af6_decore.so
+lib/transcode/export_ac3.la
lib/transcode/export_ac3.so
-lib/transcode/export_ac3.la
lib/transcode/export_af6.conf
lib/transcode/export_debugppm.la
lib/transcode/export_debugppm.so
@@ -32,8 +34,8 @@
lib/transcode/export_divx5.so
lib/transcode/export_divx5raw.la
lib/transcode/export_divx5raw.so
-lib/transcode/export_ffmpeg.a
lib/transcode/export_ffmpeg.la
+lib/transcode/export_ffmpeg.so
lib/transcode/export_im.la
lib/transcode/export_im.so
lib/transcode/export_jpg.la
@@ -62,19 +64,17 @@
lib/transcode/export_ppm.so
lib/transcode/export_raw.la
lib/transcode/export_raw.so
-lib/transcode/export_sampeg.la
-lib/transcode/export_sampeg.so
lib/transcode/export_toolame.la
lib/transcode/export_toolame.so
lib/transcode/export_wav.la
lib/transcode/export_wav.so
lib/transcode/export_xvid.so
-lib/transcode/export_xvid2.a
lib/transcode/export_xvid2.la
-lib/transcode/export_xvid3.a
+lib/transcode/export_xvid2.so
lib/transcode/export_xvid3.la
-lib/transcode/export_xvid4.a
+lib/transcode/export_xvid3.so
lib/transcode/export_xvid4.la
+lib/transcode/export_xvid4.so
lib/transcode/export_yuv4mpeg.a
lib/transcode/export_yuv4mpeg.la
lib/transcode/filter_29to23.la
@@ -99,6 +99,8 @@
lib/transcode/filter_cut.so
lib/transcode/filter_decimate.la
lib/transcode/filter_decimate.so
+lib/transcode/filter_detectclipping.la
+lib/transcode/filter_detectclipping.so
lib/transcode/filter_detectsilence.la
lib/transcode/filter_detectsilence.so
lib/transcode/filter_dilyuvmmx.la
@@ -142,8 +144,8 @@
lib/transcode/filter_normalize.so
lib/transcode/filter_null.la
lib/transcode/filter_null.so
-lib/transcode/${FILTERPV}
lib/transcode/filter_pv.la
+lib/transcode/filter_pv.so
lib/transcode/filter_resample.la
lib/transcode/filter_resample.so
lib/transcode/filter_skip.la
@@ -158,8 +160,6 @@
lib/transcode/filter_smartyuv.so
lib/transcode/filter_smooth.la
lib/transcode/filter_smooth.so
-lib/transcode/filter_subtitler.la
-lib/transcode/filter_subtitler.so
lib/transcode/filter_tc_audio.la
lib/transcode/filter_tc_audio.so
lib/transcode/filter_tc_video.la
@@ -172,6 +172,8 @@
lib/transcode/filter_unsharp.so
lib/transcode/filter_videocore.la
lib/transcode/filter_videocore.so
+lib/transcode/filter_whitebalance.la
+lib/transcode/filter_whitebalance.so
lib/transcode/filter_xsharpen.la
lib/transcode/filter_xsharpen.so
lib/transcode/filter_yuvdenoise.la
@@ -222,6 +224,8 @@
lib/transcode/import_rawlist.so
lib/transcode/import_vdrac3.la
lib/transcode/import_vdrac3.so
+lib/transcode/import_vnc.la
+lib/transcode/import_vnc.so
lib/transcode/import_vob.la
lib/transcode/import_vob.so
lib/transcode/import_xml.la
@@ -248,21 +252,26 @@
man/man1/tcextract.1
man/man1/tcmodinfo.1
man/man1/tcprobe.1
+man/man1/tcpvmexportd.1
man/man1/tcscan.1
man/man1/tcxmlcheck.1
man/man1/transcode.1
+share/doc/transcode/ChangeLog
share/doc/transcode/OPTIMIZERS
share/doc/transcode/README.Inverse.Telecine.txt
share/doc/transcode/README.cluster
+share/doc/transcode/README.filter.modfps
share/doc/transcode/README.rip
share/doc/transcode/README.sync
share/doc/transcode/README.vcd
+share/doc/transcode/README.xvid-credits
share/doc/transcode/architecture.txt
share/doc/transcode/avi_comments.txt
share/doc/transcode/clone.txt
share/doc/transcode/export-API.txt
share/doc/transcode/export_ffmpeg.txt
share/doc/transcode/export_mpeg.txt
+share/doc/transcode/export_pvm.txt
share/doc/transcode/filter-API.txt
share/doc/transcode/filter-socket.txt
share/doc/transcode/filter_dnr.txt
@@ -330,6 +339,7 @@
share/doc/transcode/import-API.txt
share/doc/transcode/import-xml.txt
share/doc/transcode/import_nvrec.txt
+share/doc/transcode/pvm.cfg
share/doc/transcode/template.cfg.txt
@dirrm share/doc/transcode/html
@dirrm share/doc/transcode
diff -r 20aad4603745 -r c7c60c7540f4 graphics/transcode/distinfo
--- a/graphics/transcode/distinfo Fri Dec 26 09:40:40 2003 +0000
+++ b/graphics/transcode/distinfo Fri Dec 26 12:40:39 2003 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2003/09/19 12:27:08 wiz Exp $
+$NetBSD: distinfo,v 1.5 2003/12/26 12:40:39 jmmv Exp $
-SHA1 (transcode-0.6.9.tar.gz) = cb4f88cb20a8d0baa057fd2ba47d57c4b7320ab9
-Size (transcode-0.6.9.tar.gz) = 2980047 bytes
+SHA1 (transcode-0.6.11.tar.gz) = 54c1bc6242ee36ae7e1c2ec4d55ede86b2ceccdd
+Size (transcode-0.6.11.tar.gz) = 3306196 bytes
SHA1 (patch-aa) = 727be281a865a8c3baab8829c574d4224c072000
SHA1 (patch-ad) = dc3777cbfd86eba3d62c0bfa947e9877c6c44fea
SHA1 (patch-ae) = f49a155b84edbeb3c93705e6ab15e80f48adbdb1
@@ -14,7 +14,7 @@
SHA1 (patch-al) = 797bd770565263452d47e2f4d8942974ef153553
SHA1 (patch-an) = ee416096f1fc6b8ff74f80f93cc5e40d4ad49223
SHA1 (patch-ao) = 99f2461e286122b2424970a62b0820ca084bcc68
-SHA1 (patch-ap) = 440ff79bba6147e697d5c061e0a374410b6b54fb
+SHA1 (patch-ap) = cee2e16d58d044fd583a6f2eed49ac1d274da6ca
SHA1 (patch-aq) = 8b5d88f3bd2b31ae29700558e4ad286cab217ba9
SHA1 (patch-ar) = 5e0db22952ac508271997c04627c0ec0c30969cd
SHA1 (patch-as) = 6af5824a09484148ee06e46399c5d695593189f9
diff -r 20aad4603745 -r c7c60c7540f4 graphics/transcode/patches/patch-ap
--- a/graphics/transcode/patches/patch-ap Fri Dec 26 09:40:40 2003 +0000
+++ b/graphics/transcode/patches/patch-ap Fri Dec 26 12:40:39 2003 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-ap,v 1.1.1.1 2003/06/23 07:09:32 mrg Exp $
+$NetBSD: patch-ap,v 1.2 2003/12/26 12:40:39 jmmv Exp $
---- ffmpeg/libavcodec/Makefile.am.orig 2003-05-19 17:27:45.000000000 +1000
-+++ ffmpeg/libavcodec/Makefile.am 2003-06-20 20:26:24.000000000 +1000
-@@ -29,9 +29,9 @@
+--- ffmpeg/libavcodec/Makefile.am.orig 2003-10-13 12:08:18.000000000 +0200
++++ ffmpeg/libavcodec/Makefile.am
+@@ -34,9 +34,9 @@ endif
- AM_CFLAGS = -O3 -g -Wall -ffast-math $(ALTIVEC) $(X86) $(MMX) -DHAVE_AV_CONFIG_H -D_GNU_SOURCE --include=../av_config.h
+ AM_CFLAGS = -O2 -g -Wall -ffast-math $(ALTIVEC) $(X86) $(MMX) -DHAVE_AV_CONFIG_H -D_GNU_SOURCE --include=../av_config.h
-noinst_LIBRARIES = libtcavcodec.a
+noinst_LTLIBRARIES = libtcavcodec.la
Home |
Main Index |
Thread Index |
Old Index