multimedia/libtuner: update to 1.1.5
--Fix build on -CURRENT --Various cleanups and fixes to port and source distribution makefiles --Update maintainer email PR: 249980 Approved by: fernape
This commit is contained in:
parent
97b1f4595c
commit
e6d06afb96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551561
3 changed files with 8 additions and 18 deletions
|
@ -2,18 +2,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libtuner
|
||||
PORTVERSION= 1.1.4
|
||||
PORTVERSION= 1.1.5
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ftp://corona.homeunix.net/ports/libtuner/
|
||||
|
||||
MAINTAINER= jason.harmening@gmail.com
|
||||
MAINTAINER= jah@FreeBSD.org
|
||||
COMMENT= Userspace drivers for various TV/radio tuner ICs
|
||||
|
||||
LICENSE= BSD2CLAUSE MIT
|
||||
LICENSE_COMB= multi
|
||||
|
||||
MAKE_ARGS+= INSTALLDIR=${STAGEDIR}${PREFIX}
|
||||
MAKE_ARGS+= -D LIBTUNER_ENABLE_IIC
|
||||
USES= uidfix
|
||||
USE_LDCONFIG= ${PREFIX}/lib/libtuner
|
||||
|
||||
MAKE_ARGS+= -D LIBTUNER_ENABLE_IIC
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1516034832
|
||||
SHA256 (libtuner-1.1.4.tar.gz) = 66033d7cd69c02b03dd2beb0a3ad8b82e28f745172da43f9d35bf8df95500092
|
||||
SIZE (libtuner-1.1.4.tar.gz) = 96082
|
||||
TIMESTAMP = 1601917386
|
||||
SHA256 (libtuner-1.1.5.tar.gz) = 3769b46782fd3a21d383645bacdd04c270127cd2afcddc58a7dcc488215353bd
|
||||
SIZE (libtuner-1.1.5.tar.gz) = 96113
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -42,7 +42,7 @@
|
||||
SRCS += tuner_iic_device.h tuner_iic_device.cpp
|
||||
.endif
|
||||
|
||||
-NO_PROFILE=
|
||||
+MK_PROFILE = no
|
||||
LIB = tuner_static
|
||||
SHLIB = tuner
|
||||
SHLIB_MAJOR = $(LIBTUNER_MAJOR)
|
Loading…
Reference in a new issue