Update adplug to 2.3.2.
This commit is contained in:
parent
b2370af253
commit
cba81c0c48
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2019/07/12 20:43:31 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2020/05/14 12:19:48 fcambus Exp $
|
||||
|
||||
COMMENT = AdLib sound player library
|
||||
|
||||
V = 2.3.1
|
||||
V = 2.3.2
|
||||
DISTNAME = adplug-${V}
|
||||
SHARED_LIBS += adplug 1.0
|
||||
REVISION = 0
|
||||
SHARED_LIBS += adplug 2.0
|
||||
|
||||
CATEGORIES = audio
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (adplug-2.3.1.tar.bz2) = W6Yoz6JKN7iaxvcMbsj6gVdAVCj1CIKP3103L/mUg9k=
|
||||
SIZE (adplug-2.3.1.tar.bz2) = 1478424
|
||||
SHA256 (adplug-2.3.2.tar.bz2) = b6ojLgsxBwGfo8dSdWZY4KodXFVVp8m+f+c2UtEtV98=
|
||||
SIZE (adplug-2.3.2.tar.bz2) = 1486690
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1 2018/04/25 21:42:09 fcambus Exp $
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2020/05/14 12:19:48 fcambus Exp $
|
||||
|
||||
Index: Makefile.in
|
||||
--- Makefile.in.orig
|
||||
+++ Makefile.in
|
||||
@@ -857,7 +857,7 @@ src_libadplug_la_SOURCES = \
|
||||
@@ -858,7 +858,7 @@ src_libadplug_la_SOURCES = \
|
||||
src/xad.cpp \
|
||||
src/xsm.cpp
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-adplugdb_adplugdb_cpp,v 1.1 2017/10/30 13:48:39 jca Exp $
|
||||
$OpenBSD: patch-adplugdb_adplugdb_cpp,v 1.2 2020/05/14 12:19:48 fcambus Exp $
|
||||
|
||||
getopt(3) returns an int; avoid infinite loop on platforms where char is
|
||||
unsigned.
|
||||
@ -6,7 +6,7 @@ unsigned.
|
||||
Index: adplugdb/adplugdb.cpp
|
||||
--- adplugdb/adplugdb.cpp.orig
|
||||
+++ adplugdb/adplugdb.cpp
|
||||
@@ -304,7 +304,7 @@ static void shutdown(void)
|
||||
@@ -298,7 +298,7 @@ static void db_save(void)
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_herad_cpp,v 1.1 2018/05/28 12:27:41 fcambus Exp $
|
||||
|
||||
Kill UTF-8 BOM, base gcc chokes on it.
|
||||
|
||||
Index: src/herad.cpp
|
||||
--- src/herad.cpp.orig
|
||||
+++ src/herad.cpp
|
||||
@@ -1,4 +1,4 @@
|
||||
-/*
|
||||
+/*
|
||||
* Adplug - Replayer for many OPL2/OPL3 audio file formats.
|
||||
* Copyright (C) 1999 - 2008 Simon Peter <dn.tlp@gmx.net>, et al.
|
||||
*
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-src_herad_h,v 1.1 2018/05/28 12:27:41 fcambus Exp $
|
||||
|
||||
Kill UTF-8 BOM, base gcc chokes on it.
|
||||
|
||||
Index: src/herad.h
|
||||
--- src/herad.h.orig
|
||||
+++ src/herad.h
|
||||
@@ -1,4 +1,4 @@
|
||||
-/*
|
||||
+/*
|
||||
* Adplug - Replayer for many OPL2/OPL3 audio file formats.
|
||||
* Copyright (C) 1999 - 2005 Simon Peter <dn.tlp@gmx.net>, et al.
|
||||
*
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2018/04/25 21:42:09 fcambus Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2020/05/14 12:19:48 fcambus Exp $
|
||||
@bin bin/adplugdb
|
||||
include/adplug/
|
||||
include/adplug/a2m.h
|
||||
@ -38,6 +38,7 @@ include/adplug/jbm.h
|
||||
include/adplug/kemuopl.h
|
||||
include/adplug/ksm.h
|
||||
include/adplug/lds.h
|
||||
include/adplug/load_helper.h
|
||||
include/adplug/mad.h
|
||||
include/adplug/mdi.h
|
||||
include/adplug/mid.h
|
||||
@ -73,7 +74,7 @@ include/adplug/woodyopl.h
|
||||
include/adplug/xad.h
|
||||
include/adplug/xsm.h
|
||||
@info info/libadplug.info
|
||||
lib/libadplug.a
|
||||
@static-lib lib/libadplug.a
|
||||
lib/libadplug.la
|
||||
@lib lib/libadplug.so.${LIBadplug_VERSION}
|
||||
lib/pkgconfig/adplug.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user