mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- UPdate to 0.10
PR: 131827 Submitted by: Ports Fury
This commit is contained in:
parent
c296879d02
commit
390eeefc25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228943
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xmms-mad
|
||||
PORTVERSION= 0.1.1
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -15,19 +14,22 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A XMMS input plugin that uses libmad
|
||||
|
||||
LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \
|
||||
id3tag.0:${PORTSDIR}/audio/libid3tag
|
||||
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
|
||||
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
||||
id3tag.0:${PORTSDIR}/audio/libid3tag \
|
||||
xmms.4:${PORTSDIR}/multimedia/xmms
|
||||
|
||||
PLIST_FILES= lib/xmms/Input/libxmmsmad.so
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk12
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -L${LOCALBASE}/lib"
|
||||
PLIST_FILES= lib/xmms/Input/libxmmsmad.so
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}/src/.libs \
|
||||
&& ${INSTALL_DATA} libxmmsmad.so ${PREFIX}/lib/xmms/Input
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xmms-mad-0.1.1.tar.gz) = c0a55a41f4e68f33d581cc88c2a21762
|
||||
SHA256 (xmms-mad-0.1.1.tar.gz) = 70ebba5eaf54d684661aa3d89cd4085d17a5e5ceef0510a97f0df506537d00dc
|
||||
SIZE (xmms-mad-0.1.1.tar.gz) = 200293
|
||||
MD5 (xmms-mad-0.10.tar.bz2) = 410b30968bdb4adce0baec8acc7f2ed4
|
||||
SHA256 (xmms-mad-0.10.tar.bz2) = c0c89d93442c85296386199dc08a8ad9b480a29deea31936e5688c2bcc9a5265
|
||||
SIZE (xmms-mad-0.10.tar.bz2) = 228844
|
||||
|
@ -1,16 +0,0 @@
|
||||
--- config/ltmain.sh.orig Mon Sep 2 23:58:38 2002
|
||||
+++ config/ltmain.sh Mon Sep 2 23:59:23 2002
|
||||
@@ -4246,11 +4246,13 @@
|
||||
IFS="$save_ifs"
|
||||
fi
|
||||
|
||||
+ if /usr/bin/false; then
|
||||
# Install the pseudo-library for information purposes.
|
||||
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"
|
@ -1,13 +0,0 @@
|
||||
--- src/input.c.orig Sat Aug 31 02:39:43 2002
|
||||
+++ src/input.c Sat Aug 31 02:41:14 2002
|
||||
@@ -20,6 +20,10 @@
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
+#ifdef HAVE_SYS_TYPES_H
|
||||
+#include <sys/types.h>
|
||||
+#endif /* HAVE_SYS_TYPES_H */
|
||||
+
|
||||
#ifdef HAVE_ASSERT_H
|
||||
#include <assert.h>
|
||||
#endif /* HAVE_ASSERT_H */
|
Loading…
Reference in New Issue
Block a user