aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-03-07 23:21:50 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-03-07 23:21:50 +0000
commit3f08e605493331f9c9c4b0b5df5c27d6ed680d10 (patch)
treeeb1932e7b9fd5af94fbcf7c3b388bd78f0519721 /audio
parenta29c4cf2183fca7cbe81590741fea3b44684317f (diff)
downloadports-3f08e605493331f9c9c4b0b5df5c27d6ed680d10.tar.gz
ports-3f08e605493331f9c9c4b0b5df5c27d6ed680d10.zip
Remove audio/fplib
PR: 253502 Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Notes
Notes: svn path=/head/; revision=567796
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/fplib/Makefile31
-rw-r--r--audio/fplib/distinfo3
-rw-r--r--audio/fplib/files/patch-CMakeLists.txt15
-rw-r--r--audio/fplib/pkg-descr13
-rw-r--r--audio/fplib/pkg-plist10
6 files changed, 0 insertions, 73 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 545ed5838ecd..167b3acabfe7 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -199,7 +199,6 @@
SUBDIR += fpc-modplug
SUBDIR += fpc-oggvorbis
SUBDIR += fpc-openal
- SUBDIR += fplib
SUBDIR += freealut
SUBDIR += freedesktop-sound-theme
SUBDIR += freepats
diff --git a/audio/fplib/Makefile b/audio/fplib/Makefile
deleted file mode 100644
index 320357c09cd8..000000000000
--- a/audio/fplib/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= fplib
-PORTVERSION= 20121001
-PORTREVISION= 4
-CATEGORIES= audio
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Last.fm fingerprint library
-
-LICENSE= GPLv3+
-
-LIB_DEPENDS= libcurl.so:ftp/curl \
- libfftw3.so:math/fftw3 \
- libfftw3f.so:math/fftw3-float \
- libmad.so:audio/libmad \
- libsamplerate.so:audio/libsamplerate \
- libtag.so:audio/taglib
-
-USES= cmake compiler:c++11-lang localbase:ldflags
-
-MAKE_JOBS_UNSAFE= yes
-USE_LDCONFIG= yes
-
-GH_ACCOUNT= lastfm
-GH_PROJECT= Fingerprinter
-GH_TAGNAME= b728727
-USE_GITHUB= yes
-
-.include <bsd.port.mk>
diff --git a/audio/fplib/distinfo b/audio/fplib/distinfo
deleted file mode 100644
index 38f166652d6a..000000000000
--- a/audio/fplib/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1482063349
-SHA256 (lastfm-Fingerprinter-20121001-b728727_GH0.tar.gz) = fd15b645658f3f1d9c9c4edf5a0ac35a703925f41048f185768073b7bf174b62
-SIZE (lastfm-Fingerprinter-20121001-b728727_GH0.tar.gz) = 65462
diff --git a/audio/fplib/files/patch-CMakeLists.txt b/audio/fplib/files/patch-CMakeLists.txt
deleted file mode 100644
index 637e4b0d5647..000000000000
--- a/audio/fplib/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Link against an actual target name, not the generated library name.
-
-If we link against the latter, there is no dependency between lastfm-fpclient
-and fplib, which can break parallel builds starting with CMake 3.5.0.
---- CMakeLists.txt.orig 2013-10-23 16:45:46 UTC
-+++ CMakeLists.txt
-@@ -139,7 +139,7 @@ ADD_EXECUTABLE(lastfm-fpclient
-
- # Link the executable
- TARGET_LINK_LIBRARIES(lastfm-fpclient
-- fplib
-+ fplib_shared
- fftw3f
- mad
- tag
diff --git a/audio/fplib/pkg-descr b/audio/fplib/pkg-descr
deleted file mode 100644
index f731e99b5f07..000000000000
--- a/audio/fplib/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-The last.fm fingerprint library
-
-The fingerprinting process works in two steps:
-1. Get PCM data and pass it to *fplib* which will return byte string to be
- submitted to the last.fm HTTP fingerprint service. This will return a number
- (fingerprintID).
-2. Query the last.fm API with the fingerprintID and obtain the metadata in xml
- format.
-
-The lastfmfpclient directory contains an example of application that uses fplib
-and queries both services.
-
-WWW: https://github.com/lastfm/Fingerprinter
diff --git a/audio/fplib/pkg-plist b/audio/fplib/pkg-plist
deleted file mode 100644
index a501019dd071..000000000000
--- a/audio/fplib/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-bin/lastfm-fpclient
-include/fplib/CircularArray.h
-include/fplib/Filter.h
-include/fplib/FingerprintExtractor.h
-include/fplib/FloatingAverage.h
-include/fplib/OptFFT.h
-include/fplib/fp_helper_fun.h
-include/fplib/version.h
-lib/libfplib.a
-lib/libfplib.so