Skip to content

Commit

Permalink
audio/libaiff: Update to 6.0
Browse files Browse the repository at this point in the history
Project development moved to Github.
Use shared library instead of static.
  • Loading branch information
BSDKaffee committed Nov 3, 2022
1 parent 838ab63 commit b10d46a
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 56 deletions.
18 changes: 11 additions & 7 deletions audio/libaiff/Makefile
@@ -1,17 +1,21 @@
PORTNAME= libaiff
PORTVERSION= 5.0
DISTVERSIONSUFFIX= -release
DISTVERSIONPREFIX= v
DISTVERSION= 6.0
CATEGORIES= audio
MASTER_SITES= SF/aifftools/${PORTNAME}/LibAiff%20${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT= Read and write AIFF files
WWW= http://aifftools.sourceforge.net/libaiff/

GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= autoreconf gmake libtool
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= mtszb

PLIST_FILES= lib/${PORTNAME}.a include/${PORTNAME}/config.h include/${PORTNAME}/endian.h \
include/${PORTNAME}/${PORTNAME}.h include/${PORTNAME}/config.vc.h
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions audio/libaiff/distinfo
@@ -1,2 +1,3 @@
SHA256 (libaiff-5.0-release.tar.gz) = 0ec0f093151ba1bd7064dca98e0e48d137d12f9ef0f5f20235bb0c6a378334c7
SIZE (libaiff-5.0-release.tar.gz) = 64539
TIMESTAMP = 1667428259
SHA256 (mtszb-libaiff-v6.0_GH0.tar.gz) = 9d90765b2b90942f928698c02ae1b7caf3037847dbe20a100469998f93e61ffd
SIZE (mtszb-libaiff-v6.0_GH0.tar.gz) = 33447
34 changes: 0 additions & 34 deletions audio/libaiff/files/patch-Makefile.in

This file was deleted.

10 changes: 0 additions & 10 deletions audio/libaiff/files/patch-configure

This file was deleted.

6 changes: 6 additions & 0 deletions audio/libaiff/pkg-plist
@@ -0,0 +1,6 @@
include/libaiff/config.h
include/libaiff/endian.h
include/libaiff/libaiff.h
lib/libaiff.so
lib/libaiff.so.2
lib/libaiff.so.2.0.0
6 changes: 3 additions & 3 deletions audio/umodplayer/Makefile
@@ -1,6 +1,6 @@
PORTNAME= umodplayer
PORTVERSION= 0.b5.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/UModPlayer%20B5
DISTNAME= ${PORTNAME}_${PORTVERSION:S/^0.//:tu}
Expand All @@ -11,9 +11,9 @@ WWW= http://umodplayer.sourceforge.net/

LICENSE= PD

LIB_DEPENDS= libmodplug.so:audio/libmodplug \
LIB_DEPENDS= libaiff.so:audio/libaiff \
libmodplug.so:audio/libmodplug \
libao.so:audio/libao
BUILD_DEPENDS= ${LOCALBASE}/lib/libaiff.a:audio/libaiff

USES= localbase:ldflags
HAS_CONFIGURE= yes
Expand Down

0 comments on commit b10d46a

Please sign in to comment.