summaryrefslogtreecommitdiff
path: root/audio/libopenmpt
diff options
context:
space:
mode:
authorwiz <wiz>2014-12-30 12:48:31 +0000
committerwiz <wiz>2014-12-30 12:48:31 +0000
commit096d57d4c8ebb59551eedf777ec304124a85278e (patch)
treed72db15fa6aa9310ae178302903b0c92c71809ab /audio/libopenmpt
parent11bec881e97f2cc71b483b8d1b80faba720ed9bd (diff)
downloadpkgsrc-096d57d4c8ebb59551eedf777ec304124a85278e.tar.gz
Update to 0.2.4667:
2014-12-21 - libopenmpt 0.2-beta9 [Bug] libopenmpt_ext.hpp was missing from the Windows binary zip files. 2014-12-21 - libopenmpt 0.2-beta8 foo_openmpt: Settings are now accessable via foobar2000 advanced settings. Autotools based build now supports libunmo3. Specify âenable-unmo3. Support for dynamic loading of libunmo3 on MacOS X. libopenmpt now uses libltld (from libtool) for dynamic loading of libunmo3 on all non-Windows platforms. Support for older compilers: GCC 4.1.x to 4.3.x (use make ANCIENT=1) Microsoft Visual Studio 2008 (with latest Service Pack) (see build/vs2008) libopenmpt_ext.hpp is now distributed by default. The API is still considered experimental and not guaranteed to stay API or ABI compatible. xmp-openmpt / in_openmpt: No more libopenmpt_settings.dll. The settings dialog now uses a statically linked copy of MFC. [Bug] The -autotools tarballs were not working at all. Vastly improved MT2 loader. Improved S3M playback compatibility. Added openmpt::ext::interactive, an extension which adds a whole bunch of new functionality to change playback in some way or another. Added possibility to sync sample playback when using openmpt::module::set_position_* by setting the ctl value seek.sync_samples=1 Support for "hidden" subsongs has been added. They are accessible through the same interface as ordinary subsongs, i.e. use openmpt::module::select_subsong to switch between any kind of subsongs. All subsongs can now be played consecutively by passing -1 as the subsong index in openmpt::module::select_subsong. Added documentation for a couple of more functions.
Diffstat (limited to 'audio/libopenmpt')
-rw-r--r--audio/libopenmpt/Makefile14
-rw-r--r--audio/libopenmpt/PLIST16
-rw-r--r--audio/libopenmpt/distinfo8
3 files changed, 19 insertions, 19 deletions
diff --git a/audio/libopenmpt/Makefile b/audio/libopenmpt/Makefile
index 84da925ee99..95eeddbeac7 100644
--- a/audio/libopenmpt/Makefile
+++ b/audio/libopenmpt/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2014/09/07 21:38:59 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/12/30 12:48:31 wiz Exp $
-DISTNAME= libopenmpt-0.2.4259-beta7
-PKGNAME= ${DISTNAME:S/-beta/beta/}
+DISTNAME= libopenmpt-0.2.4667-beta9-autotools
+PKGNAME= ${DISTNAME:S/-beta/beta/:S/-autotools//}
CATEGORIES= audio
MASTER_SITES= http://lib.openmpt.org/files/libopenmpt/src/
@@ -12,12 +12,14 @@ LICENSE= modified-bsd
BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
-WRKSRC= ${WRKDIR}/${DISTNAME:C/-beta.*//}
+WRKSRC= ${WRKDIR}/${DISTNAME:C/-beta.*-/-/}
USE_LANGUAGES= c c++
USE_TOOLS= gmake pkg-config
-MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
-MAKE_FLAGS+= INSTALL_LIB=${INSTALL_LIB:Q}
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+#MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
+#MAKE_FLAGS+= INSTALL_LIB=${INSTALL_LIB:Q}
PKGCONFIG_OVERRIDE= bin/libopenmpt.pc
PKGCONFIG_OVERRIDE_STAGE= post-build
diff --git a/audio/libopenmpt/PLIST b/audio/libopenmpt/PLIST
index d7066cb34be..d0d5c3d1135 100644
--- a/audio/libopenmpt/PLIST
+++ b/audio/libopenmpt/PLIST
@@ -1,21 +1,19 @@
-@comment $NetBSD: PLIST,v 1.1 2014/08/26 10:44:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/12/30 12:48:31 wiz Exp $
bin/openmpt123
include/libopenmpt/libopenmpt.h
include/libopenmpt/libopenmpt.hpp
include/libopenmpt/libopenmpt_config.h
+include/libopenmpt/libopenmpt_ext.hpp
include/libopenmpt/libopenmpt_stream_callbacks_fd.h
include/libopenmpt/libopenmpt_stream_callbacks_file.h
include/libopenmpt/libopenmpt_version.h
-lib/libopenmpt.so
-lib/libopenmpt.so.0
-lib/libopenmpt_modplug.so
-lib/openmpt.a
+lib/libopenmpt.la
lib/pkgconfig/libopenmpt.pc
man/man1/openmpt123.1
share/doc/libopenmpt/LICENSE
share/doc/libopenmpt/README.md
share/doc/libopenmpt/TODO
-share/doc/libopenmpt/examples/libopenmpt_example_c.c
-share/doc/libopenmpt/examples/libopenmpt_example_c_mem.c
-share/doc/libopenmpt/examples/libopenmpt_example_c_stdout.c
-share/doc/libopenmpt/examples/libopenmpt_example_cxx.cpp
+share/doc/libopenmpt/libopenmpt_example_c.c
+share/doc/libopenmpt/libopenmpt_example_c_mem.c
+share/doc/libopenmpt/libopenmpt_example_c_stdout.c
+share/doc/libopenmpt/libopenmpt_example_cxx.cpp
diff --git a/audio/libopenmpt/distinfo b/audio/libopenmpt/distinfo
index 42fc0404cff..0eb5b5bff59 100644
--- a/audio/libopenmpt/distinfo
+++ b/audio/libopenmpt/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/09/07 21:38:59 wiz Exp $
+$NetBSD: distinfo,v 1.3 2014/12/30 12:48:31 wiz Exp $
-SHA1 (libopenmpt-0.2.4259-beta7.tar.gz) = 95abb296a538c212c53a2d411ac1ef560186c229
-RMD160 (libopenmpt-0.2.4259-beta7.tar.gz) = 2f2c7563747c279fc7d802a987bc5f56b8535474
-Size (libopenmpt-0.2.4259-beta7.tar.gz) = 832690 bytes
+SHA1 (libopenmpt-0.2.4667-beta9-autotools.tar.gz) = 284a2743f57b8783ad4059017b3740eaae26b011
+RMD160 (libopenmpt-0.2.4667-beta9-autotools.tar.gz) = 6eb68581223667d8f4520419f153654d279f4e42
+Size (libopenmpt-0.2.4667-beta9-autotools.tar.gz) = 1054741 bytes