Update libdvbpsi to 1.2.0
Strip binaries USES=libtool Use options helpers Chase library change
This commit is contained in:
parent
a5cfdd7b88
commit
73484742c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357163
4 changed files with 44 additions and 20 deletions
|
@ -2,30 +2,26 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libdvbpsi
|
||||
PORTVERSION= 0.2.2
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://download.videolan.org/pub/libdvbpsi/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
||||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= A library for MPEG TS and DVB PSI tables decoding and generation
|
||||
COMMENT= Library for MPEG TS and DVB PSI tables decoding and generation
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= pathfix
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
.if defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS= --enable-debug
|
||||
.else
|
||||
CONFIGURE_ARGS= --enable-release
|
||||
.endif
|
||||
USE_LDCONFIG= yes
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-Wall|$${CFLAGS}|g ; \
|
||||
s|-O6||g' ${WRKSRC}/configure
|
||||
USES= libtool pathfix tar:bzip2
|
||||
CFLAGS= -Wno-tautological-constant-out-of-range-compare
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
DEBUG_CONFIGURE_ON= --enable-debug
|
||||
DEBUG_CONFIGURE_OFF= --enable-release
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
regression-test:
|
||||
@(cd ${WRKSRC}/misc && ./test_dr)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libdvbpsi-0.2.2.tar.bz2) = 9aa62345c8fed04a4f59524967fb154e3f9b02625666a200861555dcb9163ed3
|
||||
SIZE (libdvbpsi-0.2.2.tar.bz2) = 330403
|
||||
SHA256 (libdvbpsi-1.2.0.tar.bz2) = 36d9b233306e48b58999e87864253b564e20932ed46a485e44ef7058f1f927e8
|
||||
SIZE (libdvbpsi-1.2.0.tar.bz2) = 461372
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
include/dvbpsi/atsc_eit.h
|
||||
include/dvbpsi/atsc_ett.h
|
||||
include/dvbpsi/atsc_mgt.h
|
||||
include/dvbpsi/atsc_stt.h
|
||||
include/dvbpsi/atsc_vct.h
|
||||
include/dvbpsi/bat.h
|
||||
include/dvbpsi/cat.h
|
||||
include/dvbpsi/demux.h
|
||||
|
@ -17,34 +22,57 @@ include/dvbpsi/dr_0c.h
|
|||
include/dvbpsi/dr_0d.h
|
||||
include/dvbpsi/dr_0e.h
|
||||
include/dvbpsi/dr_0f.h
|
||||
include/dvbpsi/dr_13.h
|
||||
include/dvbpsi/dr_14.h
|
||||
include/dvbpsi/dr_40.h
|
||||
include/dvbpsi/dr_41.h
|
||||
include/dvbpsi/dr_42.h
|
||||
include/dvbpsi/dr_43.h
|
||||
include/dvbpsi/dr_44.h
|
||||
include/dvbpsi/dr_45.h
|
||||
include/dvbpsi/dr_47.h
|
||||
include/dvbpsi/dr_48.h
|
||||
include/dvbpsi/dr_49.h
|
||||
include/dvbpsi/dr_4a.h
|
||||
include/dvbpsi/dr_4b.h
|
||||
include/dvbpsi/dr_4c.h
|
||||
include/dvbpsi/dr_4d.h
|
||||
include/dvbpsi/dr_4e.h
|
||||
include/dvbpsi/dr_4f.h
|
||||
include/dvbpsi/dr_50.h
|
||||
include/dvbpsi/dr_52.h
|
||||
include/dvbpsi/dr_53.h
|
||||
include/dvbpsi/dr_54.h
|
||||
include/dvbpsi/dr_55.h
|
||||
include/dvbpsi/dr_56.h
|
||||
include/dvbpsi/dr_58.h
|
||||
include/dvbpsi/dr_59.h
|
||||
include/dvbpsi/dr_5a.h
|
||||
include/dvbpsi/dr_62.h
|
||||
include/dvbpsi/dr_66.h
|
||||
include/dvbpsi/dr_69.h
|
||||
include/dvbpsi/dr_73.h
|
||||
include/dvbpsi/dr_76.h
|
||||
include/dvbpsi/dr_7c.h
|
||||
include/dvbpsi/dr_81.h
|
||||
include/dvbpsi/dr_83.h
|
||||
include/dvbpsi/dr_86.h
|
||||
include/dvbpsi/dr_8a.h
|
||||
include/dvbpsi/dr_a0.h
|
||||
include/dvbpsi/dr_a1.h
|
||||
include/dvbpsi/dvbpsi.h
|
||||
include/dvbpsi/eit.h
|
||||
include/dvbpsi/nit.h
|
||||
include/dvbpsi/pat.h
|
||||
include/dvbpsi/pmt.h
|
||||
include/dvbpsi/psi.h
|
||||
include/dvbpsi/rst.h
|
||||
include/dvbpsi/sdt.h
|
||||
include/dvbpsi/sis.h
|
||||
include/dvbpsi/tot.h
|
||||
lib/libdvbpsi.a
|
||||
lib/libdvbpsi.la
|
||||
lib/libdvbpsi.so
|
||||
lib/libdvbpsi.so.7
|
||||
lib/libdvbpsi.so.9
|
||||
lib/libdvbpsi.so.9.0.0
|
||||
libdata/pkgconfig/libdvbpsi.pc
|
||||
@dirrm include/dvbpsi
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= vlc
|
||||
DISTVERSION= 2.1.4
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
PORTEPOCH= 4
|
||||
CATEGORIES= multimedia audio ipv6 net www
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
|
||||
|
|
Loading…
Reference in a new issue