update to recent snapshot 0.7.43-20050224.

pkgsrc changes:
resolved TODO: plugin "xvid4.la" is linked statically
This commit is contained in:
OBATA Akio 2005-04-26 10:54:12 +00:00 committed by Thomas Klausner
parent 957cf34512
commit 7447e68ad7
5 changed files with 16 additions and 17 deletions

View file

@ -1,9 +1,10 @@
# $NetBSD: Makefile,v 1.2 2005/03/31 02:58:48 obache Exp $
# $NetBSD: Makefile,v 1.3 2005/04/26 10:54:12 obache Exp $
DISTNAME= avifile-0.7-0.7.41
PKGNAME= avifile-devel-0.7.41
DISTNAME= avifile-0.7-0.7.43
PKGNAME= avifile-devel-0.7.43
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=avifile/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= obata@lins.jp
HOMEPAGE= http://avifile.sourceforge.net/

View file

@ -1,5 +1,3 @@
aviplay core dumped.
plugin "xvid4.la" is linked statically.
If oss is not useable, can't use option "ac3_passthrough". But how to determine?

View file

@ -1,10 +1,10 @@
$NetBSD: distinfo,v 1.1.1.1 2005/03/23 11:11:21 obache Exp $
$NetBSD: distinfo,v 1.2 2005/04/26 10:54:12 obache Exp $
SHA1 (avifile-0.7-0.7.41.tar.gz) = 1db88d00140c88a5fcb314fdd1320b80db730430
RMD160 (avifile-0.7-0.7.41.tar.gz) = f619635abcfd4e006d449a5cebd8d6685e9c4328
Size (avifile-0.7-0.7.41.tar.gz) = 3498203 bytes
SHA1 (avifile-0.7-0.7.43.tar.bz2) = a76976b1c842f2ca34f982e40eb5f1ac9e81d5a8
RMD160 (avifile-0.7-0.7.43.tar.bz2) = 53d985ced8d5b73fd092ab69a044062a66901dd2
Size (avifile-0.7-0.7.43.tar.bz2) = 2980827 bytes
SHA1 (patch-aa) = 935f1865b1286f085e5986bcb9173d9248befc36
SHA1 (patch-ab) = 209ba4965dc2a9dc042c18424743f6e1a3f478f9
SHA1 (patch-ac) = 7a6daa211ca67588d05e6b3497689b34fa177ea7
SHA1 (patch-ad) = 7b44cdaa0e85a53b91c00b45ca5d30012718da86
SHA1 (patch-ad) = 352233dc190cf3bd78a21b5f10a580bc3142a71d
SHA1 (patch-ae) = e52d7b406e1414b87ef7679cbb03d809cf8d7e6e

View file

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.1.1.1 2005/03/23 11:11:21 obache Exp $
# $NetBSD: options.mk,v 1.2 2005/04/26 10:54:12 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.avifile-devel
PKG_SUPPORTED_OPTIONS= sdl faad qt vorbis xvid mad a52 lame jpeg ac3_passthrough
@ -72,7 +72,7 @@ SUBST_CLASSES+= xvidlib
SUBST_STAGE.xvidlib= pre-configure
SUBST_MESSAGE.xvidlib= add -lm to XVID4LIBS
SUBST_FILES.xvidlib= configure
SUBST_SED.xvidlib= -E -e 's|(XVID4_LIBS -lxvidcore)|\1 -lm|'
SUBST_SED.xvidlib= -e 's|XVID4_LIBS -lxvidcore|XVID4_LIBS -Wl,-lxvidcore -lm|'
.else
CONFIGURE_ARGS+= --disable-xvid4 \
--without-xvid4-prefix

View file

@ -1,7 +1,7 @@
$NetBSD: patch-ad,v 1.1.1.1 2005/03/23 11:11:21 obache Exp $
--- lib/video/renderer.cpp.orig 2004-10-01 22:42:25.000000000 +0900
+++ lib/video/renderer.cpp 2005-02-16 23:38:40.000000000 +0900
@@ -1441,6 +1441,7 @@
$NetBSD: patch-ad,v 1.2 2005/04/26 10:54:13 obache Exp $
--- lib/video/renderer.cpp.orig 2005-02-15 21:33:39.000000000 +0900
+++ lib/video/renderer.cpp 2005-04-26 18:12:07.000000000 +0900
@@ -1430,6 +1430,7 @@
m_iFontHeight = 0;
//font = XLoadQueryFont(dpy, lf);
@ -9,7 +9,7 @@ $NetBSD: patch-ad,v 1.1.1.1 2005/03/23 11:11:21 obache Exp $
#ifdef HAVE_LIBXFT
xftfont = 0; // only truetype fonts
if (XftDefaultHasRender(dpy) == 1 && lf)
@@ -1521,7 +1522,6 @@
@@ -1510,7 +1511,6 @@
#endif /* HAVE_ICONV */
}