diff options
author | sanpei <sanpei@FreeBSD.org> | 2000-10-08 20:21:43 +0800 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2000-10-08 20:21:43 +0800 |
commit | fc458f7e899054d2818299841cea16d32b63d960 (patch) | |
tree | b38e774d3fd6404a68ab194351589880706e91a0 /graphics/xmovie | |
parent | 1f4f62ea655289dcccb21ad74af6246c6be4d11c (diff) | |
download | freebsd-ports-graphics-fc458f7e899054d2818299841cea16d32b63d960.tar.gz freebsd-ports-graphics-fc458f7e899054d2818299841cea16d32b63d960.tar.zst freebsd-ports-graphics-fc458f7e899054d2818299841cea16d32b63d960.zip |
update to 1.5.2
1.4 More improved reliability. MPEG-1 video. 601
luminance conversions. Hardware YUV conversions.
AC3 fixed.
1.4.1 Compatible with this year's window managers.
Improved YUV overlay
1.5 GUI update. Twice the complexity. Half the
compilability.
1.5.1 Improved music DVD playback. Higher quality
through the MMX disable option.
1.5.2 Now reads IFO files. You can play those
interleaved DVD's.
Diffstat (limited to 'graphics/xmovie')
-rw-r--r-- | graphics/xmovie/Makefile | 25 | ||||
-rw-r--r-- | graphics/xmovie/distinfo | 2 | ||||
-rw-r--r-- | graphics/xmovie/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/xmovie/pkg-plist | 1 |
4 files changed, 13 insertions, 18 deletions
diff --git a/graphics/xmovie/Makefile b/graphics/xmovie/Makefile index 2ff1c71e484..bf6325e8716 100644 --- a/graphics/xmovie/Makefile +++ b/graphics/xmovie/Makefile @@ -6,27 +6,28 @@ # PORTNAME= xmovie -PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTVERSION= 1.5.2.1 CATEGORIES= graphics linux -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= imura -# Distfile has no version info. The original site is below. -# MASTER_SITES= http://heroine.linuxbox.com/ -DISTNAME= ${PORTNAME}-i586-${PORTVERSION} +MASTER_SITES= http://heroine.linuxave.net/ +DISTFILES= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}.i386.rpm MAINTAINER= sanpei@FreeBSD.org +BUILD_DEPENDS= rpm:${PORTSDIR}/misc/rpm \ + rpm2cpio:${PORTSDIR}/misc/rpm2cpio RUN_DEPENDS= ${LINUX_BASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ ${LINUX_BASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg \ ${LINUX_BASE}/usr/lib/libpng.so.2.1.0.3:${PORTSDIR}/graphics/linux-png ONLY_FOR_ARCHS= i386 DOC_DIR= ${PREFIX}/share/doc/xmovie +EXTRACT_CMD= rpm2cpio +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= | cpio -id --quiet LINUX_BASE= /compat/linux NO_BUILD= yes USE_X_PREFIX= yes -WRKSRC= ${WRKDIR}/xmovie-i586 +NO_WRKSUBDIR= yes # Linux binary should not be stripped by INSTALL_PROGRAM as it uses # /usr/bin/strip which then brands the binary as a FreeBSD ELF one. @@ -36,13 +37,11 @@ do-patch: @${DO_NADA} do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/xmovie ${PREFIX}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/usr/local/bin/xmovie ${PREFIX}/bin @brandelf -t Linux ${PREFIX}/bin/xmovie - @${INSTALL_PROGRAM} ${WRKSRC}/mpeg2toc ${PREFIX}/bin - @brandelf -t Linux ${PREFIX}/bin/mpeg2toc .if !defined(NOPORTDOCS) @${MKDIR} ${DOC_DIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOC_DIR}/README - @${INSTALL_DATA} ${WRKSRC}/docs/index.html ${DOC_DIR}/index.html + @${INSTALL_DATA} ${WRKSRC}/usr/doc/xmovie-${PORTVERSION:R}/README ${DOC_DIR}/README + @${INSTALL_DATA} ${WRKSRC}/usr/doc/xmovie-${PORTVERSION:R}/index.html ${DOC_DIR}/index.html .endif .include <bsd.port.mk> diff --git a/graphics/xmovie/distinfo b/graphics/xmovie/distinfo index 7e5e653fadc..160827af649 100644 --- a/graphics/xmovie/distinfo +++ b/graphics/xmovie/distinfo @@ -1 +1 @@ -MD5 (xmovie-i586-1.3.1.tar.gz) = 86ede3a9e34d2d9f72a55a4bd65733f0 +MD5 (xmovie-1.5.2-1.i386.rpm) = 1702bb92176578adbc1a4bdd0ae9ff9c diff --git a/graphics/xmovie/pkg-descr b/graphics/xmovie/pkg-descr index f4606414cf3..ebffe41a82c 100644 --- a/graphics/xmovie/pkg-descr +++ b/graphics/xmovie/pkg-descr @@ -8,9 +8,6 @@ WWW: http://heroine.linuxave.net/xmovie.html * Tips - - Pentium II binary are distributed from below URL: - http://heroine.linuxbox.com/xmovie-i686.tar.gz - - If you use with 3.2-RELEASE, 3.3-RELEASE, 3.4-RELEASE, it need to update /module/linux.ko file. diff --git a/graphics/xmovie/pkg-plist b/graphics/xmovie/pkg-plist index 0cd4f49437f..f78026a3269 100644 --- a/graphics/xmovie/pkg-plist +++ b/graphics/xmovie/pkg-plist @@ -1,5 +1,4 @@ bin/xmovie -bin/mpeg2toc share/doc/xmovie/README share/doc/xmovie/index.html @dirrm share/doc/xmovie |