Update to librem 0.5.2
OK czarkoff@
This commit is contained in:
parent
5452f289bc
commit
9078ee07f7
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2017/06/08 14:29:37 czarkoff Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2017/10/30 17:22:21 feinerer Exp $
|
||||
|
||||
COMMENT = library for real-time audio and video processing
|
||||
|
||||
V = 0.5.1
|
||||
V = 0.5.2
|
||||
DISTNAME = rem-${V}
|
||||
SHARED_LIBS = rem 0.3
|
||||
SHARED_LIBS = rem 0.4
|
||||
CATEGORIES += multimedia devel
|
||||
|
||||
WANTLIB += m re
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rem-0.5.1.tar.gz) = bDW2y6Rtm8Jf4Bimx3Nh5MZCF5RiT1RXljI/ddazjus=
|
||||
SIZE (rem-0.5.1.tar.gz) = 37183
|
||||
SHA256 (rem-0.5.2.tar.gz) = +8VOge1P0ooR1SX0OE0GvuTBHhCXU5VmjoJg7w1KZOs=
|
||||
SIZE (rem-0.5.2.tar.gz) = 40251
|
||||
|
@ -1,6 +1,7 @@
|
||||
$OpenBSD: patch-Makefile,v 1.2 2016/01/12 09:22:08 czarkoff Exp $
|
||||
--- Makefile.orig Thu Dec 17 14:40:22 2015
|
||||
+++ Makefile Thu Jan 7 17:39:06 2016
|
||||
$OpenBSD: patch-Makefile,v 1.3 2017/10/30 17:22:21 feinerer Exp $
|
||||
Index: Makefile
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -24,8 +24,6 @@ LIBRE_MK := $(shell [ -f /usr/local/share/re/re.mk ]
|
||||
echo "/usr/local/share/re/re.mk")
|
||||
endif
|
||||
@ -8,7 +9,7 @@ $OpenBSD: patch-Makefile,v 1.2 2016/01/12 09:22:08 czarkoff Exp $
|
||||
-include $(LIBRE_MK)
|
||||
-
|
||||
# List of modules
|
||||
MODULES += fir
|
||||
MODULES += fir goertzel
|
||||
MODULES += g711
|
||||
@@ -81,15 +79,13 @@ all: $(SHARED) $(STATIC)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2016/01/12 09:22:08 czarkoff Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2017/10/30 17:22:21 feinerer Exp $
|
||||
include/rem/
|
||||
include/rem/rem.h
|
||||
include/rem/rem_au.h
|
||||
@ -10,8 +10,10 @@ include/rem/rem_aumix.h
|
||||
include/rem/rem_auresamp.h
|
||||
include/rem/rem_autone.h
|
||||
include/rem/rem_dsp.h
|
||||
include/rem/rem_dtmf.h
|
||||
include/rem/rem_fir.h
|
||||
include/rem/rem_g711.h
|
||||
include/rem/rem_goertzel.h
|
||||
include/rem/rem_vid.h
|
||||
include/rem/rem_vidconv.h
|
||||
include/rem/rem_video.h
|
||||
|
Loading…
Reference in New Issue
Block a user