Update to 2.5 and fix dependency on graphics/jpeg.
PR: ports/66725 Submitted by: David Yeske <dyeske@yahoo.com> (maintainer)
This commit is contained in:
parent
823e9344bb
commit
7fc3987dc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109463
3 changed files with 6 additions and 19 deletions
|
@ -6,15 +6,16 @@
|
|||
#
|
||||
|
||||
PORTNAME= electricsheep
|
||||
PORTVERSION= 2.4
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 2.5
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://electricsheep.org/
|
||||
|
||||
MAINTAINER= dyeske@yahoo.com
|
||||
COMMENT= A nice distributed screensaver
|
||||
|
||||
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
|
||||
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \
|
||||
xsetbg:${PORTSDIR}/graphics/xli \
|
||||
curl:${PORTSDIR}/ftp/curl
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (electricsheep-2.4.tar.gz) = 36886181194de0b9776665fb9e8820f4
|
||||
SIZE (electricsheep-2.4.tar.gz) = 591369
|
||||
MD5 (electricsheep-2.5.tar.gz) = 310aad5d3e4d58e823b24a28791aa553
|
||||
SIZE (electricsheep-2.5.tar.gz) = 618906
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
--- mpeg2dec/libvo/vroot.h.orig Thu Dec 12 04:33:33 2002
|
||||
+++ mpeg2dec/libvo/vroot.h Sun Jan 25 00:42:03 2004
|
||||
@@ -98,7 +98,11 @@
|
||||
__SWM_VROOT, 0, 1, False, XA_WINDOW,
|
||||
&actual_type, &actual_format,
|
||||
&nitems, &bytesafter,
|
||||
+#ifdef __FreeBSD__
|
||||
+ (void *)&newRoot) == Success
|
||||
+#else
|
||||
(unsigned char **) &newRoot) == Success
|
||||
+#endif
|
||||
&& newRoot) {
|
||||
root = *newRoot;
|
||||
break;
|
Loading…
Reference in a new issue