pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/transcode Welcome to transcode-1.0.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9ac393ee9a4
branches:  trunk
changeset: 506946:b9ac393ee9a4
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Jan 24 05:33:21 2006 +0000

description:
Welcome to transcode-1.0.2.

The list of changes is very very large... please see the NEWS/Changelog
file or use the webbrowser, google...

Now transcode uses bsd.options.mk for some dependencies:

        * liba52        (enabled)
        * freetype2     (enabled)
        * mjpegtools    (enabled)
        * mpeg3         (enabled)
        * lzo           (disabled)
        * libxml2       (enabled)
        * libdv         (disabled)
        * gtk           (disabled)
        * imagemagick   (enabled)

Enjoy it! I've used this version on my NetBSD/i386 -current and it worked
correctly.

diffstat:

 multimedia/transcode/Makefile            |   66 +++++---------
 multimedia/transcode/PLIST               |   61 ++++++------
 multimedia/transcode/PLIST.i386          |    2 -
 multimedia/transcode/distinfo            |   35 +------
 multimedia/transcode/files/strip_fPIC.sh |   18 ---
 multimedia/transcode/options.mk          |   93 ++++++++++++++++++++
 multimedia/transcode/patches/patch-ad    |   22 ----
 multimedia/transcode/patches/patch-ae    |   22 ----
 multimedia/transcode/patches/patch-af    |   13 --
 multimedia/transcode/patches/patch-ag    |   22 ----
 multimedia/transcode/patches/patch-ah    |   22 ----
 multimedia/transcode/patches/patch-ai    |   22 ----
 multimedia/transcode/patches/patch-aj    |   22 ----
 multimedia/transcode/patches/patch-ak    |   22 ----
 multimedia/transcode/patches/patch-al    |   22 ----
 multimedia/transcode/patches/patch-an    |   39 --------
 multimedia/transcode/patches/patch-ao    |   19 ----
 multimedia/transcode/patches/patch-ap    |   16 ---
 multimedia/transcode/patches/patch-as    |   55 ------------
 multimedia/transcode/patches/patch-at    |   33 -------
 multimedia/transcode/patches/patch-au    |   31 ------
 multimedia/transcode/patches/patch-av    |   18 ---
 multimedia/transcode/patches/patch-aw    |   32 -------
 multimedia/transcode/patches/patch-ax    |  141 -------------------------------
 multimedia/transcode/patches/patch-ay    |   32 -------
 multimedia/transcode/patches/patch-ba    |   49 ----------
 multimedia/transcode/patches/patch-bb    |   49 ----------
 multimedia/transcode/patches/patch-bc    |   13 --
 multimedia/transcode/patches/patch-bd    |   13 --
 multimedia/transcode/patches/patch-be    |   22 ----
 multimedia/transcode/patches/patch-bf    |   22 ----
 31 files changed, 153 insertions(+), 895 deletions(-)

diffs (truncated from 1337 to 300 lines):

diff -r c414fbe3c92c -r b9ac393ee9a4 multimedia/transcode/Makefile
--- a/multimedia/transcode/Makefile     Tue Jan 24 04:57:50 2006 +0000
+++ b/multimedia/transcode/Makefile     Tue Jan 24 05:33:21 2006 +0000
@@ -1,60 +1,42 @@
-# $NetBSD: Makefile,v 1.18 2006/01/09 17:37:46 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2006/01/24 05:33:21 xtraeme Exp $
+#
 
-DISTNAME=      transcode-0.6.12
-PKGREVISION=   9
+DISTNAME=      transcode-1.0.2
 CATEGORIES=    multimedia
 MASTER_SITES=  http://dl.fkb.wormulon.net/transcode/ \
-               http://dl.kel.wormulon.net/transcode/
+               http://dl.kel.wormulon.net/transcode/ \
+               http://kraymer.de/mirroring/ \
+               http://www.jakemsr.com/transcode/
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
-HOMEPAGE=      http://www.transcoding.org/cgi-bin/transcode
+HOMEPAGE=      http://www.transcoding.org/
 COMMENT=       Command line video-stream processing tool
 
-BUILD_DEPENDS+=                nasm>=0.98.36:../../devel/nasm
-
-USE_TOOLS+=            automake gmake
-
-USE_LIBTOOL=           yes
-SHLIBTOOL_OVERRIDE=    libtool
-
-.include "../../mk/bsd.prefs.mk"
-
-GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --disable-qt
-# when libmpeg3 is a shlib.
-CONFIGURE_ARGS+=       --without-libmpeg3
-CONFIGURE_ARGS+=       --with-default-xvid=xvid4
-CONFIGURE_ARGS+=       --with-ft-prefix=${BUILDLINK_PREFIX.freetype2}
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    gmake pkg-config
 
-# this used to operate on acinclude.m4 and run aclocal, but running
-# aclocal here breaks due to missing DLFCN checking
-post-patch:
-       -cd ${WRKSRC} && aclocal && autoconf && automake
-       cd ${WRKSRC} && \
-       ${SED} "s|/usr/local|${PREFIX}|g; s|include/libmpeg3|include/mpeg3|g; s|-ldl -lm|-lm|g" configure > configure.new && \
-       ${MV} configure.new configure && ${CHMOD} a+x configure
-       ${CP} ${FILESDIR}/strip_fPIC.sh ${WRKSRC}
+CONFIGURE_ARGS+=       --disable-libpostproc
+CONFIGURE_ARGS+=       --with-libavcodec-prefix=${BUILDLINK_PREFIX.ffmpeg-devel}
+CONFIGURE_ARGS+=       --enable-oss
+CONFIGURE_ARGS+=       --disable-xio
 
-.if ${MACHINE_ARCH} == "i386"
-post-install:
-       ${LN} -sf ../libxvidcore.so.4 ${PREFIX}/lib/transcode/libxvidcore.so.4
-.endif
+LIBS+=                 ${LIBOSSAUDIO}
 
-.include "../../archivers/liblzo/buildlink3.mk"
-.include "../../audio/liba52/buildlink3.mk"
+.include "options.mk"
 .include "../../audio/lame/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/SDL/buildlink3.mk"
-.include "../../multimedia/libmpeg3/buildlink3.mk"
-.include "../../graphics/ImageMagick/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/jpeg/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../multimedia/ffmpeg-devel/buildlink3.mk"
 .include "../../multimedia/libdvdread/buildlink3.mk"
 .include "../../multimedia/libogg/buildlink3.mk"
-.include "../../multimedia/mjpegtools/buildlink3.mk"
-.include "../../multimedia/xvidcore/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
-
+.include "../../multimedia/libtheora/buildlink3.mk"
+.include "../../multimedia/libmpeg2/buildlink3.mk"
+.include "../../multimedia/libdvdcss/buildlink3.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c414fbe3c92c -r b9ac393ee9a4 multimedia/transcode/PLIST
--- a/multimedia/transcode/PLIST        Tue Jan 24 04:57:50 2006 +0000
+++ b/multimedia/transcode/PLIST        Tue Jan 24 05:33:21 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2005/02/27 12:03:09 veego Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/01/24 05:33:21 xtraeme Exp $
 bin/avifix
 bin/aviindex
 bin/avimerge
@@ -10,14 +10,13 @@
 bin/tcextract
 bin/tcmodinfo
 bin/tcmp3cut
-bin/tcmplex
 bin/tcprobe
 bin/tcrequant
 bin/tcscan
 bin/tcxmlcheck
 bin/tcxpm2rgb
 bin/transcode
-lib/transcode/a52_decore.la
+${A52}lib/transcode/a52_decore.la
 lib/transcode/af6_decore.la
 lib/transcode/export_ac3.la
 lib/transcode/export_af6.conf
@@ -27,20 +26,19 @@
 lib/transcode/export_divx5.la
 lib/transcode/export_divx5raw.la
 lib/transcode/export_ffmpeg.la
-lib/transcode/export_im.la
+${IMAGEMAGICK}lib/transcode/export_im.la
 lib/transcode/export_jpg.la
 lib/transcode/export_lame.la
-lib/transcode/export_lzo.la
 lib/transcode/export_mjpeg.la
-lib/transcode/export_mp2enc.la
 lib/transcode/export_mp1e.la
-lib/transcode/export_mpeg.la
-lib/transcode/export_mpeg2enc.la
-lib/transcode/export_net.la
+lib/transcode/export_mp2.la
+${IMAGEMAGICK}lib/transcode/export_mp2enc.la
+${IMAGEMAGICK}lib/transcode/export_mpeg2enc.la
 lib/transcode/export_null.la
 lib/transcode/export_ogg.la
 lib/transcode/export_pcm.la
 lib/transcode/export_ppm.la
+lib/transcode/export_pvn.la
 lib/transcode/export_raw.la
 lib/transcode/export_toolame.la
 lib/transcode/export_wav.la
@@ -53,9 +51,10 @@
 lib/transcode/filter_32detect.la
 lib/transcode/filter_32drop.la
 lib/transcode/filter_aclip.la
+lib/transcode/filter_ascii.la
 lib/transcode/filter_astat.la
 lib/transcode/filter_clone.la
-lib/transcode/filter_compare.la
+${IMAGEMAGICK}lib/transcode/filter_compare.la
 lib/transcode/filter_control.la
 lib/transcode/filter_cpaudio.la
 lib/transcode/filter_cshift.la
@@ -70,14 +69,17 @@
 lib/transcode/filter_doublefps.la
 lib/transcode/filter_extsub.la
 lib/transcode/filter_extsub2.la
+lib/transcode/filter_facemask.la
+lib/transcode/filter_fieldanalysis.la
 lib/transcode/filter_fields.la
 lib/transcode/filter_fps.la
 lib/transcode/filter_hqdn3d.la
 lib/transcode/filter_invert.la
 lib/transcode/filter_ivtc.la
+lib/transcode/filter_levels.la
 lib/transcode/filter_list.awk
-lib/transcode/filter_logo.la
-lib/transcode/filter_logoaway.la
+${IMAGEMAGICK}lib/transcode/filter_logo.la
+${IMAGEMAGICK}lib/transcode/filter_logoaway.la
 lib/transcode/filter_lowpass.la
 lib/transcode/filter_mask.la
 lib/transcode/filter_modfps.la
@@ -85,7 +87,6 @@
 lib/transcode/filter_nored.la
 lib/transcode/filter_normalize.la
 lib/transcode/filter_null.la
-lib/transcode/filter_pp.la
 lib/transcode/filter_pv.la
 lib/transcode/filter_resample.la
 lib/transcode/filter_skip.la
@@ -94,12 +95,13 @@
 lib/transcode/filter_smartdeinter.la
 lib/transcode/filter_smartyuv.la
 lib/transcode/filter_smooth.la
-lib/transcode/filter_subtitler.la
+${MJPEGTOOLS}lib/transcode/filter_subtitler.la
 lib/transcode/filter_tc_audio.la
 lib/transcode/filter_tc_video.la
 lib/transcode/filter_test.la
 lib/transcode/filter_testframe.la
-lib/transcode/filter_text.la
+${FREETYPE2}lib/transcode/filter_text.la
+lib/transcode/filter_tomsmocomp.la
 lib/transcode/filter_unsharp.la
 lib/transcode/filter_videocore.la
 lib/transcode/filter_whitebalance.la
@@ -109,23 +111,24 @@
 lib/transcode/filter_yuy2toyv12.la
 lib/transcode/import_ac3.la
 lib/transcode/import_avi.la
+lib/transcode/import_bsdav.la
 lib/transcode/import_divx.la
 lib/transcode/import_dv.la
 lib/transcode/import_dvd.la
+lib/transcode/import_ffbin.la
 lib/transcode/import_ffmpeg.la
 lib/transcode/import_fraps.la
-lib/transcode/import_im.la
-lib/transcode/import_imlist.la
 lib/transcode/import_lav.la
-lib/transcode/import_lzo.la
 lib/transcode/import_mp3.la
 lib/transcode/import_mpeg2.la
+${MPEG3}lib/transcode/import_mpeg3.la
 lib/transcode/import_mplayer.la
-lib/transcode/import_net.la
 lib/transcode/import_null.la
 lib/transcode/import_nuv.la
 lib/transcode/import_nvrec.la
 lib/transcode/import_ogg.la
+lib/transcode/import_oss.la
+lib/transcode/import_pvn.la
 lib/transcode/import_raw.la
 lib/transcode/import_rawlist.la
 lib/transcode/import_sh.la
@@ -156,9 +159,11 @@
 man/man1/tcxmlcheck.1
 man/man1/transcode.1
 share/doc/transcode/ChangeLog
+share/doc/transcode/DV-to-DVD-HOWTO.txt
 share/doc/transcode/OPTIMIZERS
 share/doc/transcode/README.Inverse.Telecine.txt
 share/doc/transcode/README.cluster
+share/doc/transcode/README.dv
 share/doc/transcode/README.filter.modfps
 share/doc/transcode/README.rip
 share/doc/transcode/README.sync
@@ -169,8 +174,10 @@
 share/doc/transcode/clone.txt
 share/doc/transcode/export-API.txt
 share/doc/transcode/export_ffmpeg.txt
+share/doc/transcode/export_mp2.txt
 share/doc/transcode/export_mpeg.txt
 share/doc/transcode/export_pvm.txt
+share/doc/transcode/faq
 share/doc/transcode/filter-API.txt
 share/doc/transcode/filter-socket.txt
 share/doc/transcode/filter_dnr.txt
@@ -179,26 +186,15 @@
 share/doc/transcode/filter_text.txt
 share/doc/transcode/filter_yuvdenoise.txt
 share/doc/transcode/framerate.txt
-share/doc/transcode/html/about.html
-share/doc/transcode/html/anim.html
-share/doc/transcode/html/cluster_guide.txt
-share/doc/transcode/html/core.html
 share/doc/transcode/html/dv.html
 share/doc/transcode/html/dvd.html
-share/doc/transcode/html/export_af6.html
 share/doc/transcode/html/export_divx.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_iv50.html
-share/doc/transcode/html/export_null.html
 share/doc/transcode/html/export_ogg.php
 share/doc/transcode/html/export_opendivx.php
-share/doc/transcode/html/export_raw.html
 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
 share/doc/transcode/html/import_avi.html
 share/doc/transcode/html/import_dv.html
 share/doc/transcode/html/import_dvd.html
@@ -222,7 +218,6 @@
 share/doc/transcode/html/modules.html
 share/doc/transcode/html/mpeg.html
 share/doc/transcode/html/new.png
-share/doc/transcode/html/options.html
 share/doc/transcode/html/other.html
 share/doc/transcode/html/post.html
 share/doc/transcode/html/pre.html
@@ -235,12 +230,16 @@
 share/doc/transcode/html/subtitles.html
 share/doc/transcode/html/table.php
 share/doc/transcode/html/tc.png
+share/doc/transcode/ibp_support.txt
 share/doc/transcode/import-API.txt
 share/doc/transcode/import-xml.txt
 share/doc/transcode/import_nvrec.txt
 share/doc/transcode/import_v4l2.txt
+share/doc/transcode/import_yuv.txt
 share/doc/transcode/pvm.cfg
+share/doc/transcode/release-notes/README-0.6.13
 share/doc/transcode/template.cfg.txt
+@dirrm share/doc/transcode/release-notes
 @dirrm share/doc/transcode/html
 @dirrm share/doc/transcode
 @dirrm lib/transcode
diff -r c414fbe3c92c -r b9ac393ee9a4 multimedia/transcode/PLIST.i386



Home | Main Index | Thread Index | Old Index