minor changes to ncmpcpp

This commit is contained in:
Javier 2024-03-12 22:53:46 -05:00
parent c3675671af
commit 590b8b4cc3
4 changed files with 47 additions and 1 deletions

1
fftw/.checksums Normal file
View File

@ -0,0 +1 @@
2d34b5ccac7b08740dbdacc6ebe451d8a34cf9d9bfec85a5e776e87adf94abfd803c222412d8e10fbaa4ed46f504aa87180396af1b108666cde4314a55610b40 fftw-3.3.10.tar.gz

28
fftw/.pkgfiles Normal file
View File

@ -0,0 +1,28 @@
fftw-3.3.10-6
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/fftw-wisdom
-rwxr-xr-x root/root usr/bin/fftw-wisdom-to-conf
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/fftw3.f
-rw-r--r-- root/root usr/include/fftw3.f03
-rw-r--r-- root/root usr/include/fftw3.h
-rw-r--r-- root/root usr/include/fftw3l.f03
-rw-r--r-- root/root usr/include/fftw3q.f03
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cmake/
drwxr-xr-x root/root usr/lib/cmake/fftw3/
-rw-r--r-- root/root usr/lib/cmake/fftw3/FFTW3Config.cmake
-rw-r--r-- root/root usr/lib/cmake/fftw3/FFTW3ConfigVersion.cmake
-rw-r--r-- root/root usr/lib/libfftw3.a
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/fftw3.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/info/
-rw-r--r-- root/root usr/share/info/fftw3.info-1.gz
-rw-r--r-- root/root usr/share/info/fftw3.info-2.gz
-rw-r--r-- root/root usr/share/info/fftw3.info.gz
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/fftw-wisdom-to-conf.1.gz
-rw-r--r-- root/root usr/share/man/man1/fftw-wisdom.1.gz

17
fftw/spkgbuild Normal file
View File

@ -0,0 +1,17 @@
# description : A library for computing the discrete Fourier transform (DFT)
# homepage : http://www.fftw.org/
# depends : bash cmake gcc-fortran gcc-libs glibc openmpi
name=fftw
version=3.3.10
release=6
noextract=""
backup=""
source="http://www.fftw.org/$name-$version.tar.gz"
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -9,12 +9,12 @@ source="https://rybczak.net/ncmpcpp/stable/$name-$version.tar.bz2
build() {
cd $name-$version
echo "ncmpcpp javier version"
patch -Np1 -i $SRC/taglib2.patch
./configure --prefix=/usr \
--enable-clock \
--enable-outputs \
--enable-visualizer \
--with-fftw \
--with-taglib
make