Subject: CVS commit: pkgsrc/multimedia/transcode
To: None <pkgsrc-changes@NetBSD.org>
From: Christopher SEKIYA <sekiya@netbsd.org>
List: pkgsrc-changes
Date: 10/19/2004 02:15:05
Module Name: pkgsrc
Committed By: sekiya
Date: Tue Oct 19 02:15:05 UTC 2004
Modified Files:
pkgsrc/multimedia/transcode: Makefile distinfo
Added Files:
pkgsrc/multimedia/transcode/patches: patch-aw patch-ax patch-ay
patch-ba patch-bb patch-bc patch-bd
Removed Files:
pkgsrc/multimedia/transcode/patches: patch-aq patch-ar
Log Message:
Don't link libvout and libac3_tc to import/export modules -- these two libraries
are static, so libtool will refuse to create a working module.
Instead, link those libraries into the transcode binary itself (libvout was
already being so linked) and remove them from the module link arguments.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/multimedia/transcode/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/multimedia/transcode/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/multimedia/transcode/patches/patch-aq \
pkgsrc/multimedia/transcode/patches/patch-ar
cvs rdiff -r0 -r1.1 pkgsrc/multimedia/transcode/patches/patch-aw \
pkgsrc/multimedia/transcode/patches/patch-ax \
pkgsrc/multimedia/transcode/patches/patch-ay \
pkgsrc/multimedia/transcode/patches/patch-ba \
pkgsrc/multimedia/transcode/patches/patch-bb \
pkgsrc/multimedia/transcode/patches/patch-bc \
pkgsrc/multimedia/transcode/patches/patch-bd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.