mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
[NEW PORT] audio/libofa: The Open Fingerprint Architecture Library
The Open Fingerprint normalizes, extracts frequencies, and creates an array representing the frequency data in an audio file. WWW: http://www.musicdns.org PR: ports/95196 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
This commit is contained in:
parent
48e5ff42d9
commit
dd86930ba1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158541
@ -266,6 +266,7 @@
|
||||
SUBDIR += libmodplug
|
||||
SUBDIR += libmpcdec
|
||||
SUBDIR += libmusicbrainz
|
||||
SUBDIR += libofa
|
||||
SUBDIR += libogg
|
||||
SUBDIR += libsamplerate
|
||||
SUBDIR += libshout
|
||||
|
28
audio/libofa/Makefile
Normal file
28
audio/libofa/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: libofa
|
||||
# Date created: 2006-04-01
|
||||
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libofa
|
||||
PORTVERSION= 0.9.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.musicdns.org/themes/musicdns_org/downloads/
|
||||
|
||||
MAINTAINER= alex@foxybanana.com
|
||||
COMMENT= The Open Fingerprint Architecture Library
|
||||
|
||||
LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3 \
|
||||
expat.6:${PORTSDIR}/textproc/expat2 \
|
||||
curl.3:${PORTSDIR}/ftp/curl
|
||||
|
||||
USE_GNOME= pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e "s|pcdir =.*|pcdir = ${PREFIX}/libdata/pkgconfig|g" \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/libofa/distinfo
Normal file
3
audio/libofa/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (libofa-0.9.1.tar.gz) = ec552f265b87455749ef098370923574
|
||||
SHA256 (libofa-0.9.1.tar.gz) = 42e7a4927475b9443704fa727c8c69e303b40441a1758ca45090015ecb64fe1d
|
||||
SIZE (libofa-0.9.1.tar.gz) = 390333
|
4
audio/libofa/pkg-descr
Normal file
4
audio/libofa/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The Open Fingerprint normalizes, extracts frequencies, and creates an array
|
||||
representing the frequency data in an audio file.
|
||||
|
||||
WWW: http://www.musicdns.org
|
7
audio/libofa/pkg-plist
Normal file
7
audio/libofa/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
include/ofa1/ofa.h
|
||||
lib/libofa.a
|
||||
lib/libofa.la
|
||||
lib/libofa.so
|
||||
lib/libofa.so.0
|
||||
libdata/pkgconfig/libofa.pc
|
||||
@dirrm include/ofa1
|
Loading…
Reference in New Issue
Block a user