[arch-commits] Commit in mixxx/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sun Jul 4 21:48:25 UTC 2021
Date: Sunday, July 4, 2021 @ 21:48:25
Author: dvzrv
Revision: 972186
upgpkg: mixxx 2.3.0-2: Rebuild to remove unneeded dependencies.
Upstream notified us, that libmp4v2 has been replaced with ffmpeg:
https://github.com/archlinux/svntogit-community/commit/da37cf256156dead98e5a62219ab4006167986f9#r53012446
Remove libtcmalloc.so, as the binary does not in fact link against it.
Modified:
mixxx/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-04 20:53:04 UTC (rev 972185)
+++ PKGBUILD 2021-07-04 21:48:25 UTC (rev 972186)
@@ -6,7 +6,7 @@
pkgname=mixxx
pkgver=2.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Free, open source software for digital DJ'ing."
arch=('x86_64')
url="https://www.mixxx.org"
@@ -14,9 +14,8 @@
groups=('pro-audio')
# TODO: package libshout-idjc
depends=('gcc-libs' 'glibc' 'hidapi' 'lame' 'libglvnd' 'libmad' 'libmodplug'
-'libmp4v2' 'libx11' 'openssl' 'opusfile' 'qt5-base' 'qt5-script'
-'qt5-svg' 'qt5-x11extras' 'qtkeychain' 'soundtouch' 'speex' 'sqlite' 'taglib'
-'upower' 'wavpack')
+'libx11' 'openssl' 'opusfile' 'qt5-base' 'qt5-script' 'qt5-svg' 'qt5-x11extras'
+'qtkeychain' 'soundtouch' 'speex' 'sqlite' 'taglib' 'upower' 'wavpack')
makedepends=('chromaprint' 'cmake' 'faad2' 'ffmpeg' 'fftw' 'flac' 'glib2' 'glu'
'gperftools' 'libid3tag' 'libogg' 'libsndfile' 'libusb' 'libvorbis' 'lilv'
'lv2' 'qt5-tools' 'portaudio' 'portmidi' 'protobuf' 'rubberband'
@@ -46,8 +45,7 @@
'libchromaprint.so' 'libfftw3.so' 'libglib-2.0.so' 'libid3tag.so'
'libgobject-2.0.so' 'liblilv-0.so' 'libogg.so' 'libportaudio.so'
'libportmidi.so' 'libprotobuf-lite.so' 'librubberband.so' 'libsndfile.so'
- 'libtcmalloc.so' 'libusb-1.0.so' 'libvorbis.so' 'libvorbisenc.so'
- 'libvorbisfile.so')
+ 'libusb-1.0.so' 'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install -C build
More information about the arch-commits
mailing list