mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
Update to 0.1.7.
PR: ports/154100 (based on) Submitted by: Dan Lukes <dan@obluda.cz> With hat: multimedia@ Feature safe: yes
This commit is contained in:
parent
d543942f15
commit
f36ad8bc7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268403
@ -7,17 +7,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= libdvbpsi
|
||||
PORTVERSION= 0.1.6
|
||||
PORTVERSION= 0.1.7
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/libdvbpsi/%SUBDIR%/
|
||||
MASTER_SITES= http://download.videolan.org/pub/libdvbpsi/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}5-${PORTVERSION}
|
||||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= A library for MPEG TS and DVB PSI tables decoding and generation
|
||||
|
||||
USE_DOS2UNIX= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
.if defined(WITH_DEBUG)
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (libdvbpsi5-0.1.6.tar.bz2) = bd2d9861be3311e1e03c91cd9345f542
|
||||
SHA256 (libdvbpsi5-0.1.6.tar.bz2) = e875210131805ca9a67f190a86dd0c9fd87d6addcb7405e8584620837af805b8
|
||||
SIZE (libdvbpsi5-0.1.6.tar.bz2) = 297096
|
||||
SHA256 (libdvbpsi-0.1.7.tar.bz2) = 4adfddda025c0da6dffe2e5ae1bcdfed4b03dc2879d2a4b3dd8f927c65e4307c
|
||||
SIZE (libdvbpsi-0.1.7.tar.bz2) = 308173
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- ./examples/connect.c.orig 2007-01-18 15:57:08.000000000 +0100
|
||||
+++ ./examples/connect.c 2008-01-13 18:32:16.000000000 +0100
|
||||
@@ -38,7 +38,9 @@
|
||||
# include <netinet/if_ether.h>
|
||||
#endif
|
||||
#include <netdb.h>
|
||||
-#include <netinet/ip.h>
|
||||
+#ifndef __FreeBSD__
|
||||
+# include <netinet/ip.h>
|
||||
+#endif
|
||||
#include <netinet/udp.h>
|
||||
#include <arpa/inet.h>
|
@ -17,6 +17,8 @@ include/dvbpsi/dr_0d.h
|
||||
include/dvbpsi/dr_0e.h
|
||||
include/dvbpsi/dr_0f.h
|
||||
include/dvbpsi/dr_42.h
|
||||
include/dvbpsi/dr_43.h
|
||||
include/dvbpsi/dr_45.h
|
||||
include/dvbpsi/dr_47.h
|
||||
include/dvbpsi/dr_48.h
|
||||
include/dvbpsi/dr_4d.h
|
||||
@ -24,16 +26,21 @@ include/dvbpsi/dr_4e.h
|
||||
include/dvbpsi/dr_52.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_69.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/sdt.h
|
||||
include/dvbpsi/tot.h
|
||||
lib/libdvbpsi.a
|
||||
lib/libdvbpsi.la
|
||||
lib/libdvbpsi.so
|
||||
lib/libdvbpsi.so.5
|
||||
lib/libdvbpsi.so.6
|
||||
libdata/pkgconfig/libdvbpsi.pc
|
||||
@dirrm include/dvbpsi
|
||||
|
Loading…
x
Reference in New Issue
Block a user