PAmix: update to 1.3.
This commit is contained in:
parent
bd63f7cd18
commit
e54de1e8da
|
@ -1,12 +0,0 @@
|
|||
--- Makefile
|
||||
+++ Makefile
|
||||
@@ -17,7 +17,7 @@ all: $(BINARY)
|
||||
|
||||
$(BINARY): $(OBJECTS)
|
||||
@if [ ! -d $(dir $@) ]; then mkdir -p $(dir $@) ; fi
|
||||
- $(CXX) $(CFLAGS) $(OBJECTS) -o $(BINARY) $(LIBS)
|
||||
+ $(CXX) $(CFLAGS) $(OBJECTS) -o $(BINARY) $(LIBS) $(LDFLAGS)
|
||||
|
||||
$(OBJFOLDER)/%.o: $(SRCFOLDER)/%.cpp $(wildcard $(INCFOLDER)/%.h $(INCFOLDER)/%.hpp)
|
||||
@if [ ! -d $(dir $@) ]; then mkdir -p $(dir $@) ; fi
|
||||
|
|
@ -1,20 +1,19 @@
|
|||
# Template file for 'PAmix'
|
||||
pkgname=PAmix
|
||||
version=1.2
|
||||
version=1.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkg-config automake autoconf-archive"
|
||||
makedepends="pulseaudio-devel ncurses-devel"
|
||||
short_desc="Ncurses/Curses Pulseaudio mixer in C++ similar to Pavucontrol"
|
||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/patroclos/PAmix"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=4da3a60376cfb3eb2863743782cbb4a2d3a18a336ec45f6a33e93f17cde8f149
|
||||
checksum=b74b24cccaa62130a3b8650443f59fc99d6c1f5ef1b1601756fc7f775845ec01
|
||||
|
||||
do_configure() {
|
||||
: # Makefile uses += and this allows us to use gnu-configure
|
||||
# instead of gnu-makefile, and no ugly do_build() overwrite.
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue