mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
* Update to version 0.1.3
PR: 55062 Submitted by: Ports Fury Approved by: fjoe (mentor) (implicit)
This commit is contained in:
parent
1e09d66b0c
commit
a3eac68a13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85933
@ -7,15 +7,22 @@
|
||||
#
|
||||
|
||||
PORTNAME= libdvbpsi
|
||||
PORTVERSION= 0.1.2
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.videolan.org/pub/videolan/libdvbpsi/${PORTVERSION}/
|
||||
MASTER_SITES= http://www.videolan.org/pub/videolan/libdvbpsi/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A library for MPEG TS and DVB PSI tables decoding and generation
|
||||
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --enable-release
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-Wall|$${CFLAGS}|g ; \
|
||||
s|-O6||g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libdvbpsi-0.1.2.tar.gz) = 87ab7eb16341d62ad587b53ca9efd79d
|
||||
MD5 (libdvbpsi-0.1.3.tar.gz) = 1d709d1e18228c413ad246165d8819c1
|
||||
|
@ -1,3 +1,4 @@
|
||||
include/dvbpsi/demux.h
|
||||
include/dvbpsi/descriptor.h
|
||||
include/dvbpsi/dr.h
|
||||
include/dvbpsi/dr_02.h
|
||||
@ -14,10 +15,14 @@ include/dvbpsi/dr_0c.h
|
||||
include/dvbpsi/dr_0d.h
|
||||
include/dvbpsi/dr_0e.h
|
||||
include/dvbpsi/dr_0f.h
|
||||
include/dvbpsi/dr_42.h
|
||||
include/dvbpsi/dr_47.h
|
||||
include/dvbpsi/dr_48.h
|
||||
include/dvbpsi/dvbpsi.h
|
||||
include/dvbpsi/pat.h
|
||||
include/dvbpsi/pmt.h
|
||||
include/dvbpsi/psi.h
|
||||
include/dvbpsi/sdt.h
|
||||
lib/libdvbpsi.a
|
||||
lib/libdvbpsi.so
|
||||
lib/libdvbpsi.so.1
|
||||
|
Loading…
Reference in New Issue
Block a user