diff options
author | mva <mva@FreeBSD.org> | 2011-04-03 15:33:37 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2011-04-03 15:33:37 +0800 |
commit | 8019a2a1a47c827998dcab6d9f31c98061d8ca04 (patch) | |
tree | 66d0b267ead8368648298c390f5341f42cfae708 /audio | |
parent | ad852d6aa4ebc15c6881654adddf7ed47c87c6c7 (diff) | |
download | freebsd-ports-gnome-8019a2a1a47c827998dcab6d9f31c98061d8ca04.tar.gz freebsd-ports-gnome-8019a2a1a47c827998dcab6d9f31c98061d8ca04.tar.zst freebsd-ports-gnome-8019a2a1a47c827998dcab6d9f31c98061d8ca04.zip |
- Update to 1.13.0
Diffstat (limited to 'audio')
-rw-r--r-- | audio/openal-soft/Makefile | 3 | ||||
-rw-r--r-- | audio/openal-soft/distinfo | 4 | ||||
-rw-r--r-- | audio/openal-soft/files/patch-CMakeLists.txt | 14 | ||||
-rw-r--r-- | audio/openal-soft/pkg-plist | 3 |
4 files changed, 12 insertions, 12 deletions
diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile index e04ffbb048d0..ad065d0adf78 100644 --- a/audio/openal-soft/Makefile +++ b/audio/openal-soft/Makefile @@ -6,8 +6,7 @@ # PORTNAME= openal-soft -PORTVERSION= 1.12.854 -PORTREVISION= 1 +PORTVERSION= 1.13 CATEGORIES= audio MASTER_SITES= http://kcat.strangesoft.net/openal-releases/ diff --git a/audio/openal-soft/distinfo b/audio/openal-soft/distinfo index fcd92d9b1e7e..6f9ac62fe19c 100644 --- a/audio/openal-soft/distinfo +++ b/audio/openal-soft/distinfo @@ -1,2 +1,2 @@ -SHA256 (openal-soft-1.12.854.tar.bz2) = 180e56366990086f37bc0fec9a15d1a1e48cb8e8ae1c5c8019d70da818a47269 -SIZE (openal-soft-1.12.854.tar.bz2) = 104008 +SHA256 (openal-soft-1.13.tar.bz2) = dc735b8b2ab21f6ec54b4262f150a7e0527ae42aa975a1965b9342df1520443c +SIZE (openal-soft-1.13.tar.bz2) = 113770 diff --git a/audio/openal-soft/files/patch-CMakeLists.txt b/audio/openal-soft/files/patch-CMakeLists.txt index 8cc81c0419d4..723a700b56c9 100644 --- a/audio/openal-soft/files/patch-CMakeLists.txt +++ b/audio/openal-soft/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2010-01-20 08:40:38.000000000 +0100 -+++ CMakeLists.txt 2010-01-20 08:40:50.000000000 +0100 -@@ -259,10 +259,6 @@ IF(NOT HAVE_WINDOWS_H) +--- CMakeLists.txt.orig 2011-02-15 21:05:40.000000000 +0100 ++++ CMakeLists.txt 2011-02-17 21:52:49.000000000 +0100 +@@ -270,10 +270,6 @@ CHECK_LIBRARY_EXISTS(pthread pthread_setschedparam "" HAVE_PTHREAD_SETSCHEDPARAM) @@ -11,12 +11,12 @@ ENDIF() # Check for a 64-bit type -@@ -463,7 +463,7 @@ +@@ -502,7 +498,7 @@ DESTINATION include/AL ) INSTALL(FILES "${OpenAL_BINARY_DIR}/openal.pc" -- DESTINATION "${LIB_INSTALL_DIR}/pkgconfig") +- DESTINATION "lib${LIB_SUFFIX}/pkgconfig") + DESTINATION "libdata/pkgconfig") - # Install alsoft.conf configuration file - IF(ALSOFT_CONFIG) + + MESSAGE(STATUS "") diff --git a/audio/openal-soft/pkg-plist b/audio/openal-soft/pkg-plist index 8df600474369..eb9e8ccf898d 100644 --- a/audio/openal-soft/pkg-plist +++ b/audio/openal-soft/pkg-plist @@ -4,7 +4,8 @@ include/AL/al.h include/AL/alc.h include/AL/alext.h include/AL/efx.h -lib/libopenal.so.1.12.854 +include/AL/efx-creative.h +lib/libopenal.so.1.13.0 lib/libopenal.so.1 lib/libopenal.so libdata/pkgconfig/openal.pc |