Subject: win32-codecs-20050412
To: None <tech-pkg@NetBSD.org>
From: Stefan Sonnenberg-Carstens <ssc@coolspot.de>
List: tech-pkg
Date: 04/17/2005 08:28:58
This is a multi-part message in MIME format.
--------------070405000906070203000908
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

The package had to changed to be compilable.
Attached is the new Makefile and distinfo.
compiles ok under NetBSD 2.0.2 i386

Cheers,

Stefan Sonnenberg-Carstens

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

# $NetBSD: Makefile,v 1.14 2005/04/07 12:33:15 markd Exp $
#

DISTNAME=	windows-all-20050412
PKGNAME=	win32-codecs-20050412
PKGREVISION=	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+=	qtextras-20041107.tar.bz2
DISTFILES+=	rp9codecs-win32-20050115.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=	# defined
NO_CONFIGURE=	# defined

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}/qtextras-20041107/* ${PREFIX}/lib/win32
	${INSTALL_DATA} ${WRKDIR}/rp9codecs-win32-20050115/*.dll ${PREFIX}/lib/win32

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

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

$NetBSD: distinfo,v 1.13 2005/04/07 12:33:15 markd Exp $

SHA1 (windows-all-20050412.zip) = 4db34beb85f4638855a8f775180d8e6e971ad7c5
RMD160 (windows-all-20050412.zip) = bcd9b3440a25e0c0e9c966c138d49877bf610b5d
Size (windows-all-20050115.zip) = 12144310 bytes
SHA1 (qtextras-20041107.tar.bz2) = e3ff8124fab7bdd46ab393d59245a281867c4687
RMD160 (qtextras-20041107.tar.bz2) = 93980e0c878568851eb244270965ee7378ca3669
Size (qtextras-20041107.tar.bz2) = 974913 bytes
SHA1 (rp9codecs-win32-20050115.tar.bz2) = 926f9b85747a4076882d98e4f808aa36771262e3
RMD160 (rp9codecs-win32-20050115.tar.bz2) = e768685ce05149f34c500c29289539ee6198ecca
Size (rp9codecs-win32-20050115.tar.bz2) = 540641 bytes

--------------070405000906070203000908--