- Update to 0.1.5
This commit is contained in:
parent
c883453331
commit
9373568f85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138613
4 changed files with 13 additions and 22 deletions
|
@ -7,18 +7,18 @@
|
|||
#
|
||||
|
||||
PORTNAME= libdvbpsi
|
||||
PORTVERSION= 0.1.4
|
||||
PORTVERSION= 0.1.5
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/libdvbpsi/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}3-${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}4-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ahze@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}
|
||||
USE_LIBTOOL_VER=15
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --enable-release
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (libdvbpsi3-0.1.4.tar.gz) = 6a8b35108e5aec5a55aad29f2350c3e2
|
||||
SIZE (libdvbpsi3-0.1.4.tar.gz) = 359515
|
||||
MD5 (libdvbpsi4-0.1.5.tar.gz) = 76f70a1cd78b513a3e616deade4b5856
|
||||
SIZE (libdvbpsi4-0.1.5.tar.gz) = 378300
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
--- autotools/ltmain.sh.orig Tue Jan 8 03:30:35 2002
|
||||
+++ autotools/ltmain.sh Mon Sep 16 21:54:46 2002
|
||||
@@ -4247,10 +4247,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
|
@ -18,13 +18,19 @@ include/dvbpsi/dr_0f.h
|
|||
include/dvbpsi/dr_42.h
|
||||
include/dvbpsi/dr_47.h
|
||||
include/dvbpsi/dr_48.h
|
||||
include/dvbpsi/dr_4d.h
|
||||
include/dvbpsi/dr_4e.h
|
||||
include/dvbpsi/dr_52.h
|
||||
include/dvbpsi/dr_55.h
|
||||
include/dvbpsi/dr_56.h
|
||||
include/dvbpsi/dr_59.h
|
||||
include/dvbpsi/dvbpsi.h
|
||||
include/dvbpsi/eit.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.3
|
||||
lib/libdvbpsi.so.4
|
||||
@dirrm include/dvbpsi
|
||||
|
|
Loading…
Reference in a new issue