Subject: win32 codecs update
To: None <recht@netbsd.org, tech-pkg@netbsd.org>
From: Stefan Sonnenberg-Carstens <ssc@coolspot.de>
List: tech-pkg
Date: 09/13/2004 10:14:55
This is a multi-part message in MIME format.
--------------070008020505030500000305
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

I'd like to inform you that the file
windows-all-*.zip in that package has changed.
So I was not able to compile the package until I changed
it.
Changed files ares attached.


Cheers,
Stefan Sonnenberg

--------------070008020505030500000305
Content-Type: text/plain;
 name="distinfo"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="distinfo"

$NetBSD: distinfo,v 1.7 2004/08/17 19:29:22 recht Exp $

SHA1 (windows-all-20040828.zip) = b00bff01d8da3b325fb539684d1160095c341f4b
Size (windows-all-20040828.zip) = 10720430 bytes
SHA1 (qt65dlls-20040704.tar.bz2) = 81fa29074676de17ee9d02fbfabdae4c941b382b
Size (qt65dlls-20040704.tar.bz2) = 3229331 bytes
SHA1 (qtextras-20040704.tar.bz2) = 6f4ec2e5c99835e532fbc9456545c3057e423553
Size (qtextras-20040704.tar.bz2) = 721908 bytes
SHA1 (rp9codecs-win32-20040626.tar.bz2) = 2ec5a35ab035e4e5e27cc4c8779014af9877eb6d
Size (rp9codecs-win32-20040626.tar.bz2) = 528186 bytes

--------------070008020505030500000305
Content-Type: text/plain;
 name="Makefile"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="Makefile"

# $NetBSD: Makefile,v 1.8 2004/08/17 19:29:22 recht Exp $
#

DISTNAME=	windows-all-20040828
PKGNAME=	win32-codecs-040828.1
CATEGORIES=	multimedia
MASTER_SITES=	http://www.mplayerhq.hu/MPlayer/releases/codecs/ \
		http://www2.mplayerhq.hu/MPlayer/releases/codecs/ \
		ftp://ftp.mplayerhq.hu/MPlayer/releases/codecs/
EXTRACT_SUFX=	.zip
DISTFILES+=	${DISTNAME}${EXTRACT_SUFX}
DISTFILES+=	qt65dlls-20040704.tar.bz2
DISTFILES+=	qtextras-20040704.tar.bz2
DISTFILES+=	rp9codecs-win32-20040626.tar.bz2

MAINTAINER=	tech-pkg@NetBSD.org
HOMEPAGE=	http://mplayerhq.hu/MPlayer/releases/codecs/
COMMENT=	Huge compilation of Win32 binary codecs

USE_LANGUAGES=	# empty

ONLY_FOR_PLATFORM=	*-*-i386

NO_BUILD=	YES

RESTRICTED=	"Unsure of codec's license"
NO_BIN_ON_CDROM=${RESTRICTED}
NO_BIN_ON_FTP=  ${RESTRICTED}
NO_SRC_ON_CDROM=${RESTRICTED}
NO_SRC_ON_FTP=	${RESTRICTED}

do-install:
	${INSTALL_DATA_DIR} ${PREFIX}/lib/win32
	${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/* ${PREFIX}/lib/win32
	${INSTALL_DATA} ${WRKDIR}/qt65dlls-20040704/* ${PREFIX}/lib/win32
	${INSTALL_DATA} ${WRKDIR}/qtextras-20040704/* ${PREFIX}/lib/win32
	${INSTALL_DATA} ${WRKDIR}/rp9codecs-win32-20040626/*.dll ${PREFIX}/lib/win32

.include "../../mk/bsd.pkg.mk"

--------------070008020505030500000305--