forked from Lainports/freebsd-ports
o DiVX 4 can be found at repo copied divx4linux4
o Update to DiVX 5.0 snapshot 20020304: it's decoder only now
This commit is contained in:
parent
536a812562
commit
2066ce5789
6 changed files with 18 additions and 22 deletions
|
|
@ -6,10 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= divx4linux
|
||||
PORTVERSION= 0.${RELEASE_DATE:S/_/./}
|
||||
PORTVERSION= 5.0.${RELEASE_DATE}
|
||||
CATEGORIES= graphics linux
|
||||
MASTER_SITES= http://download.divx.com/videocodecs/linux/
|
||||
DISTNAME= ${PORTNAME}-${RELEASE_DATE}
|
||||
MASTER_SITES= http://download.divx.com/divx/
|
||||
|
||||
DISTNAME= ${PORTNAME}50-${RELEASE_DATE}
|
||||
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= lioux@FreeBSD.org
|
||||
|
|
@ -18,14 +20,14 @@ RESTRICTED= unsure of licensing issues
|
|||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
USE_LINUX_PREFIX= yes
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:C/_.+$//}
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/50-/-/}
|
||||
NO_BUILD= yes
|
||||
PLIST_SUB= PKGNAME="${PKGNAME}"
|
||||
|
||||
RELEASE_DATE= 20011010_4.02
|
||||
RELEASE_DATE= 20020304
|
||||
|
||||
post-patch:
|
||||
.for ext in h linux txt
|
||||
.for ext in linux txt
|
||||
@${PERL} -pi -e "s/
//" ${WRKSRC}/*.${ext}
|
||||
.endfor
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
MD5 (divx4linux-20011010_4.02.tgz) = 5429fb8b3b8e6373f2ab05ecf90238bc
|
||||
MD5 (divx4linux50-20020304.tgz) = 3291d5c31c58856717af0b727b723f7d
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
%%PORTDOCS%%usr/doc/%%PKGNAME%%/Codec Core Interface.txt
|
||||
%%PORTDOCS%%usr/doc/%%PKGNAME%%/license.txt
|
||||
%%PORTDOCS%%usr/doc/%%PKGNAME%%/RELNOTES.linux
|
||||
usr/include/divx/decore.h
|
||||
usr/include/divx/encore2.h
|
||||
usr/include/divx/mv_hint.h
|
||||
usr/lib/libdivxdecore.so
|
||||
usr/lib/libdivxencore.so
|
||||
@dirrm usr/include/divx
|
||||
%%PORTDOCS%%@dirrm usr/doc/%%PKGNAME%%
|
||||
@exec %D/sbin/ldconfig
|
||||
|
|
|
|||
|
|
@ -6,10 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= divx4linux
|
||||
PORTVERSION= 0.${RELEASE_DATE:S/_/./}
|
||||
PORTVERSION= 5.0.${RELEASE_DATE}
|
||||
CATEGORIES= graphics linux
|
||||
MASTER_SITES= http://download.divx.com/videocodecs/linux/
|
||||
DISTNAME= ${PORTNAME}-${RELEASE_DATE}
|
||||
MASTER_SITES= http://download.divx.com/divx/
|
||||
|
||||
DISTNAME= ${PORTNAME}50-${RELEASE_DATE}
|
||||
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= lioux@FreeBSD.org
|
||||
|
|
@ -18,14 +20,14 @@ RESTRICTED= unsure of licensing issues
|
|||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
USE_LINUX_PREFIX= yes
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:C/_.+$//}
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/50-/-/}
|
||||
NO_BUILD= yes
|
||||
PLIST_SUB= PKGNAME="${PKGNAME}"
|
||||
|
||||
RELEASE_DATE= 20011010_4.02
|
||||
RELEASE_DATE= 20020304
|
||||
|
||||
post-patch:
|
||||
.for ext in h linux txt
|
||||
.for ext in linux txt
|
||||
@${PERL} -pi -e "s/
//" ${WRKSRC}/*.${ext}
|
||||
.endfor
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
MD5 (divx4linux-20011010_4.02.tgz) = 5429fb8b3b8e6373f2ab05ecf90238bc
|
||||
MD5 (divx4linux50-20020304.tgz) = 3291d5c31c58856717af0b727b723f7d
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
%%PORTDOCS%%usr/doc/%%PKGNAME%%/Codec Core Interface.txt
|
||||
%%PORTDOCS%%usr/doc/%%PKGNAME%%/license.txt
|
||||
%%PORTDOCS%%usr/doc/%%PKGNAME%%/RELNOTES.linux
|
||||
usr/include/divx/decore.h
|
||||
usr/include/divx/encore2.h
|
||||
usr/include/divx/mv_hint.h
|
||||
usr/lib/libdivxdecore.so
|
||||
usr/lib/libdivxencore.so
|
||||
@dirrm usr/include/divx
|
||||
%%PORTDOCS%%@dirrm usr/doc/%%PKGNAME%%
|
||||
@exec %D/sbin/ldconfig
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue