Update to 0.20020412
Change maintainer email PR: 38444 Submitted by: maintainer
This commit is contained in:
@@ -6,13 +6,12 @@
|
||||
#
|
||||
|
||||
PORTNAME= xvid
|
||||
PORTVERSION= 0.20020404
|
||||
PORTVERSION= 0.20020412
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.xvid.org/ \
|
||||
http://lofi.dyndns.org/
|
||||
MASTER_SITES= http://www.xvid.org/
|
||||
DISTNAME= xvid_snapshot_${PORTVERSION:S/^0.//}
|
||||
|
||||
MAINTAINER= lofi@lofi.dyndns.org
|
||||
MAINTAINER= michaelnottebrock@gmx.net
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm
|
||||
|
||||
@@ -22,7 +21,7 @@ USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
CONFIGURE_WRKSRC= ${WRKDIR}
|
||||
WRKSRC= ${WRKDIR}/xvid_20020404/xvidcore/build/generic
|
||||
WRKSRC= ${WRKDIR}/xvid_20020412/xvidcore/build/generic
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITH_OPTIMIZED_CFLAGS)
|
||||
|
||||
@@ -1 +1 @@
|
||||
MD5 (xvid_snapshot_20020404.tar.gz) = d5d0221a8206f99bf51cd346f9cbf56a
|
||||
MD5 (xvid_snapshot_20020412.tar.gz) = 05643ca7a870bba08631d7ef4127dbb8
|
||||
|
||||
@@ -1,22 +1,16 @@
|
||||
--- ../../src/portab.h.orig Sat Apr 6 15:40:58 2002
|
||||
+++ ../../src/portab.h Sat Apr 6 15:41:21 2002
|
||||
@@ -52,6 +52,7 @@
|
||||
|
||||
#elif defined(LINUX) || defined(DJGPP)
|
||||
|
||||
+#include "../../../config.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
|
||||
@@ -72,7 +73,11 @@
|
||||
--- ../../src/portab.h.orig Thu May 23 04:52:08 2002
|
||||
+++ ../../src/portab.h Thu May 23 04:54:41 2002
|
||||
@@ -88,7 +88,13 @@
|
||||
|
||||
#if defined(LINUX)
|
||||
|
||||
+#include "../../../config.h"
|
||||
+
|
||||
+#if defined(HAVE_STDINT_H)
|
||||
#include <stdint.h>
|
||||
+#elif defined(HAVE_INTTYPES_H)
|
||||
+#include <inttypes.h>
|
||||
+#endif
|
||||
|
||||
#else
|
||||
|
||||
#define DECLARE_ALIGNED_MATRIX(name,sizex,sizey,type,alignment) \
|
||||
type name##_storage[(sizex)*(sizey)+(alignment)-1]; \
|
||||
|
||||
@@ -6,13 +6,12 @@
|
||||
#
|
||||
|
||||
PORTNAME= xvid
|
||||
PORTVERSION= 0.20020404
|
||||
PORTVERSION= 0.20020412
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.xvid.org/ \
|
||||
http://lofi.dyndns.org/
|
||||
MASTER_SITES= http://www.xvid.org/
|
||||
DISTNAME= xvid_snapshot_${PORTVERSION:S/^0.//}
|
||||
|
||||
MAINTAINER= lofi@lofi.dyndns.org
|
||||
MAINTAINER= michaelnottebrock@gmx.net
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm
|
||||
|
||||
@@ -22,7 +21,7 @@ USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
CONFIGURE_WRKSRC= ${WRKDIR}
|
||||
WRKSRC= ${WRKDIR}/xvid_20020404/xvidcore/build/generic
|
||||
WRKSRC= ${WRKDIR}/xvid_20020412/xvidcore/build/generic
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITH_OPTIMIZED_CFLAGS)
|
||||
|
||||
@@ -1 +1 @@
|
||||
MD5 (xvid_snapshot_20020404.tar.gz) = d5d0221a8206f99bf51cd346f9cbf56a
|
||||
MD5 (xvid_snapshot_20020412.tar.gz) = 05643ca7a870bba08631d7ef4127dbb8
|
||||
|
||||
@@ -1,22 +1,16 @@
|
||||
--- ../../src/portab.h.orig Sat Apr 6 15:40:58 2002
|
||||
+++ ../../src/portab.h Sat Apr 6 15:41:21 2002
|
||||
@@ -52,6 +52,7 @@
|
||||
|
||||
#elif defined(LINUX) || defined(DJGPP)
|
||||
|
||||
+#include "../../../config.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
|
||||
@@ -72,7 +73,11 @@
|
||||
--- ../../src/portab.h.orig Thu May 23 04:52:08 2002
|
||||
+++ ../../src/portab.h Thu May 23 04:54:41 2002
|
||||
@@ -88,7 +88,13 @@
|
||||
|
||||
#if defined(LINUX)
|
||||
|
||||
+#include "../../../config.h"
|
||||
+
|
||||
+#if defined(HAVE_STDINT_H)
|
||||
#include <stdint.h>
|
||||
+#elif defined(HAVE_INTTYPES_H)
|
||||
+#include <inttypes.h>
|
||||
+#endif
|
||||
|
||||
#else
|
||||
|
||||
#define DECLARE_ALIGNED_MATRIX(name,sizex,sizey,type,alignment) \
|
||||
type name##_storage[(sizex)*(sizey)+(alignment)-1]; \
|
||||
|
||||
Reference in New Issue
Block a user