Date: Sat, 22 Apr 2000 14:01:23 +0900 (JST) From: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18151: update port: graphics/xmovie Message-ID: <200004220501.OAA02953@lavender.yy.cs.keio.ac.jp>
next in thread | raw e-mail | index | archive | help
>Number: 18151 >Category: ports >Synopsis: update port: graphics/xmovie >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 21 22:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 4.0-CURRENT i386 >Organization: Yokohama, Japan. >Environment: >Description: I'm maintainer of graphics/xmovie I hope to change below points: - fix URL for xmovie - use graphics/linux-jpeg for linux jpeg library. Thank you >How-To-Repeat: >Fix: diff -ur /usr/ports/graphics/xmovie/Makefile graphics/xmovie/Makefile --- /usr/ports/graphics/xmovie/Makefile Tue Apr 18 15:20:40 2000 +++ graphics/xmovie/Makefile Sat Apr 22 13:56:58 2000 @@ -14,15 +14,17 @@ DISTNAME= ${PORTNAME}-i586-${PORTVERSION} PATCH_SITES= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} -PATCHFILES= ${RPM_LIBJPEG} ${RPM_LIBPNG} +PATCHFILES= ${RPM_LIBPNG} MAINTAINER= sanpei@sanpei.org BUILD_DEPENDS= rpm:${PORTSDIR}/misc/rpm -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base +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 ONLY_FOR_ARCHS= i386 DOC_DIR= ${PREFIX}/share/doc/xmovie +LINUX_BASE= /compat/linux NO_BUILD= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/xmovie-i586 @@ -37,7 +39,6 @@ ftp://ftp.is.co.za/linux/distributions/redhat/__DIR__/ \ ftp://mirror.aarnet.edu.au/pub/linux/redhat/__DIR__/ STDDIR= redhat-6.1/${MACHINE_ARCH}/RedHat/RPMS -RPM_LIBJPEG= libjpeg-6b-9.i386.rpm RPM_LIBPNG= libpng-1.0.3-4.i386.rpm DBPATH= /var/lib/rpm LINUX_PREFIX= /compat/linux diff -ur /usr/ports/graphics/xmovie/pkg/DESCR graphics/xmovie/pkg/DESCR --- /usr/ports/graphics/xmovie/pkg/DESCR Sun Feb 13 11:06:52 2000 +++ graphics/xmovie/pkg/DESCR Sat Apr 22 13:55:14 2000 @@ -2,7 +2,7 @@ QuickTime and DVD movie player -WWW: http://heroine.linuxbox.com/xmovie.html +WWW: http://heroine.linuxave.net/xmovie.html documentation is in /usr/X11R6/share/doc/xmovie/. diff -ur /usr/ports/graphics/xmovie/pkg/PLIST graphics/xmovie/pkg/PLIST --- /usr/ports/graphics/xmovie/pkg/PLIST Sun Feb 13 11:06:53 2000 +++ graphics/xmovie/pkg/PLIST Sat Apr 22 13:55:14 2000 @@ -4,18 +4,6 @@ share/doc/xmovie/index.html @dirrm share/doc/xmovie @cwd /compat/linux -usr/bin/cjpeg -usr/bin/djpeg -usr/bin/jpegtran -usr/bin/rdjpgcom -usr/bin/wrjpgcom -usr/lib/libjpeg.so.62.0.0 -usr/man/man1/cjpeg.1 -usr/man/man1/djpeg.1 -usr/man/man1/jpegtran.1 -usr/man/man1/rdjpgcom.1 -usr/man/man1/wrjpgcom.1 -usr/lib/libjpeg.so.62 usr/doc/libpng-1.0.3/CHANGES usr/doc/libpng-1.0.3/README usr/doc/libpng-1.0.3/TODO >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004220501.OAA02953>