Update to 0.2.1

This commit is contained in:
Michael Johnson 2005-01-16 13:35:41 +00:00
parent bf833324a6
commit 98e633300a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126581
3 changed files with 8 additions and 22 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= gavl
PORTVERSION= 0.2.0
PORTVERSION= 0.2.1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gmerlin
@ -14,9 +14,10 @@ MASTER_SITE_SUBDIR= gmerlin
MAINTAINER= ahze@FreeBSD.org
COMMENT= A library for handling uncompressed video and audio data
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
samplerate.1:${PORTSDIR}/audio/libsamplerate
USE_INC_LIBTOOL_VER= 15
USE_LIBTOOL_VER= 15
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@ -38,8 +39,8 @@ pre-everything::
post-patch:
# No llrintf in freebsd (yet)
@${REINPLACE_CMD} -e 's|llrintf|rintf|' \
${WRKSRC}/gavl/c/sampleformat_c.c
@${REINPLACE_CMD} -e 's|llrintf|rintf|g' \
${WRKSRC}/gavl/c/*.*
.if !defined(WITH_OPTIMIZED_CFLAGS)
@${REINPLACE_CMD} -e \
's|-fomit-frame-pointer -funroll-all-loops -falign-functions=2 -falign-loops=2 -falign-jumps=2||; \

View file

@ -1,2 +1,2 @@
MD5 (gavl-0.2.0.tar.gz) = b6bc77fad42031120588d9a75d5acf82
SIZE (gavl-0.2.0.tar.gz) = 375474
MD5 (gavl-0.2.1.tar.gz) = e657d15f24210cd1d119e76451f83984
SIZE (gavl-0.2.1.tar.gz) = 403759

View file

@ -1,15 +0,0 @@
--- ltmain.sh.orig Sun Aug 29 21:36:05 2004
+++ ltmain.sh Sun Aug 29 21:36:34 2004
@@ -5428,10 +5428,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"