mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
Remove audio/fplib
PR: 253502 Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
parent
a29c4cf218
commit
3f08e60549
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567796
1
MOVED
1
MOVED
@ -16193,3 +16193,4 @@ sysutils/synergy-1|sysutils/synergy|2021-03-03|Current version is 1.x.x, 2.x.x w
|
||||
www/moodle35|www/moodle39|2021-03-04|Has expired: Deprecated by upstream
|
||||
www/moodle38|www/moodle39|2021-03-04|Has expired: Deprecated by upstream
|
||||
devel/llvm60|devel/llvm80|2021-03-06|Has expired: Uses Python 2.7 which is EOLed upstream
|
||||
audio/fplib||2021-03-07|Dead service since 2015
|
||||
|
@ -199,7 +199,6 @@
|
||||
SUBDIR += fpc-modplug
|
||||
SUBDIR += fpc-oggvorbis
|
||||
SUBDIR += fpc-openal
|
||||
SUBDIR += fplib
|
||||
SUBDIR += freealut
|
||||
SUBDIR += freedesktop-sound-theme
|
||||
SUBDIR += freepats
|
||||
|
@ -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>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1482063349
|
||||
SHA256 (lastfm-Fingerprinter-20121001-b728727_GH0.tar.gz) = fd15b645658f3f1d9c9c4edf5a0ac35a703925f41048f185768073b7bf174b62
|
||||
SIZE (lastfm-Fingerprinter-20121001-b728727_GH0.tar.gz) = 65462
|
@ -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
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user