mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Upgrade to 0.6.0
PR: ports/31118 Submitted by: maintainer
This commit is contained in:
parent
a5dfe74fa5
commit
c52de03879
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49556
@ -6,24 +6,22 @@
|
||||
#
|
||||
|
||||
PORTNAME= evas
|
||||
PORTVERSION= 0.5.0
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITES= http://www.ny.us.rasterman.com/files/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= enlightenment
|
||||
|
||||
MAINTAINER= ishmael27@home.com
|
||||
|
||||
LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_FREETYPE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
CONFIGURE_ARGS= --disable-gl
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/lib/libevas.so.5
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (evas-0.5.0.tar.gz) = 81c5ef1318d4fb8166d3cec867a27cbb
|
||||
MD5 (evas-0.6.0.tar.bz2) = f38d95e7d34e4d7329396a8f3988913a
|
||||
|
11
graphics/evas/files/patch-doc::Makefile.in
Normal file
11
graphics/evas/files/patch-doc::Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- doc/Makefile.in.orig Fri Sep 21 12:31:16 2001
|
||||
+++ doc/Makefile.in Sun Oct 7 18:29:54 2001
|
||||
@@ -84,7 +84,7 @@
|
||||
|
||||
EXTRA_DIST = evas.sdw evas.pdf
|
||||
|
||||
-evasdir = $(datadir)/evas/doc
|
||||
+evasdir = $(datadir)/doc/evas
|
||||
evas_DATA = evas.sdw evas.pdf
|
||||
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
@ -1 +1 @@
|
||||
A highly optimized canvas library
|
||||
A hardware-accelerated canvas API for X-Windows
|
||||
|
@ -1,4 +1,6 @@
|
||||
This is the ``E Canvas'' - a rip off of some of the other canvas's floating
|
||||
about - Tk and gnome too. It's at the Xlib level. It's intended to be
|
||||
accelerated by hardware or highly optimised software where possible. It is
|
||||
intended to be simple and allow for the building of interfaces ontop of it.
|
||||
A hardware-accelerated canvas API for X-Windows that can draw anti-aliased
|
||||
text, smooth super and sub-sampled images, alpha-blend, as well as drop down to
|
||||
using normal X11 primitives such as pixmaps, lines and rectangles for speed if
|
||||
your CPU or graphics hardware is too slow.
|
||||
|
||||
WWW: http://www.enlightenment.org/pages/evas.html
|
||||
|
@ -4,8 +4,10 @@ bin/evas_test_old
|
||||
include/Evas.h
|
||||
lib/libevas.a
|
||||
lib/libevas.so
|
||||
lib/libevas.so.5
|
||||
lib/libevas.so.6
|
||||
share/aclocal/evas.m4
|
||||
share/doc/evas/evas.pdf
|
||||
share/doc/evas/evas.sdw
|
||||
share/evas/fnt/andover.ttf
|
||||
share/evas/fnt/cinema.ttf
|
||||
share/evas/fnt/grunge.ttf
|
||||
@ -65,6 +67,7 @@ share/evas/img/sky001.png
|
||||
share/evas/img/spider.png
|
||||
share/evas/img/term.png
|
||||
share/evas/img/worlds.png
|
||||
@dirrm share/doc/evas
|
||||
@dirrm share/evas/fnt
|
||||
@dirrm share/evas/img
|
||||
@dirrm share/evas
|
||||
|
Loading…
Reference in New Issue
Block a user