Update to 2.3.16. Sync with Gnome 2.4.2.
This commit is contained in:
parent
0cb628ef17
commit
48877c0041
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2003/08/15 03:48:28 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2004/02/21 22:27:49 marcm Exp $
|
||||
|
||||
COMMENT= "high-performance 2D graphics library"
|
||||
|
||||
VERSION= 2.3.14
|
||||
VERSION= 2.3.16
|
||||
DISTNAME= libart_lgpl-${VERSION}
|
||||
PKGNAME= libart-${VERSION}
|
||||
CATEGORIES= graphics
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libart_lgpl-2.3.14.tar.gz) = 3e2779dcd4c92fd9265fd547af2efece
|
||||
RMD160 (libart_lgpl-2.3.14.tar.gz) = 710f71b8215f6a6500bfc061e5d9b0f363067091
|
||||
SHA1 (libart_lgpl-2.3.14.tar.gz) = f73bb3feeb250bcda97f3d00f8b2a8c19528ae10
|
||||
MD5 (libart_lgpl-2.3.16.tar.gz) = c642fbc6be912186f1b9df352fce43a9
|
||||
RMD160 (libart_lgpl-2.3.16.tar.gz) = f8c2163a4810d91512b77a596489513238a3fa29
|
||||
SHA1 (libart_lgpl-2.3.16.tar.gz) = 8347070b18ea9c275fc3d9f11e45c60ccfe2af9e
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/13 21:54:14 marcm Exp $
|
||||
--- ltmain.sh.orig Sat Feb 8 06:47:44 2003
|
||||
+++ ltmain.sh Sat Jun 7 10:00:08 2003
|
||||
@@ -1085,6 +1085,17 @@ compiler."
|
||||
$OpenBSD: patch-ltmain_sh,v 1.3 2004/02/21 22:27:49 marcm Exp $
|
||||
--- ltmain.sh.orig 2003-08-28 16:00:36.000000000 -0700
|
||||
+++ ltmain.sh 2004-02-20 23:30:53.000000000 -0800
|
||||
@@ -1290,6 +1290,17 @@ EOF
|
||||
continue
|
||||
;;
|
||||
|
||||
@ -19,7 +19,7 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2003/06/13 21:54:14 marcm Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1525,6 +1536,9 @@ compiler."
|
||||
@@ -1961,6 +1972,9 @@ EOF
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
@ -29,44 +29,44 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2003/06/13 21:54:14 marcm Exp $
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -4580,40 +4594,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -5699,40 +5713,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
test "$show" = : && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
- $echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- $echo " $libdir"
|
||||
- done
|
||||
- echo
|
||||
- echo "If you ever happen to want to link against installed libraries"
|
||||
- echo "in a given directory, LIBDIR, you must either use libtool, and"
|
||||
- echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
|
||||
- echo "flag during linking and do at least one of the following:"
|
||||
- $echo
|
||||
- $echo "If you ever happen to want to link against installed libraries"
|
||||
- $echo "in a given directory, LIBDIR, you must either use libtool, and"
|
||||
- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
|
||||
- $echo "flag during linking and do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- echo " during execution"
|
||||
- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- $echo " during execution"
|
||||
- fi
|
||||
- if test -n "$runpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- echo " during linking"
|
||||
- $echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- $echo " during linking"
|
||||
- fi
|
||||
- if test -n "$hardcode_libdir_flag_spec"; then
|
||||
- libdir=LIBDIR
|
||||
- eval flag=\"$hardcode_libdir_flag_spec\"
|
||||
-
|
||||
- echo " - use the \`$flag' linker flag"
|
||||
- $echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- $echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- echo
|
||||
- echo "See any operating system documentation about shared libraries for"
|
||||
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- $echo
|
||||
- $echo "See any operating system documentation about shared libraries for"
|
||||
- $echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
exit 0
|
||||
;;
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.6 2003/08/15 03:48:28 marcm Exp $
|
||||
lib/libart_lgpl_2.so.5.14
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.7 2004/02/21 22:27:49 marcm Exp $
|
||||
lib/libart_lgpl_2.so.5.16
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
Loading…
Reference in New Issue
Block a user