mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 0.8.3.
PR: ports/97224 Submitted by: Ports Fury
This commit is contained in:
parent
d02f4673d2
commit
1dcf9c0648
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162313
5 changed files with 16 additions and 65 deletions
|
@ -6,10 +6,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= volnorm
|
||||
PORTVERSION= 0.8.1
|
||||
PORTVERSION= 0.8.3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://volnorm.sourceforge.net/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
PKGNAMEPREFIX= xmms-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -17,11 +18,17 @@ COMMENT= Volume Normalizer plugin for XMMS
|
|||
|
||||
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
||||
|
||||
PLIST_FILES= lib/xmms/Effect/libnormvol.so
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gtk12
|
||||
USE_GNOME= gnometarget gtk12
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
PLIST_FILES= lib/xmms/Effect/libnormvol.so
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS/s|tests||g' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e '/^COMMON/s|-O2|@CFLAGS@|g' ${WRKSRC}/src/Makefile.in
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/src/.libs/libnormvol.so ${PREFIX}/lib/xmms/Effect
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (volnorm-0.8.1.tar.gz) = f5d08347e7ff3e23ccdbf664e5f6f901
|
||||
SHA256 (volnorm-0.8.1.tar.gz) = 680b3411b5b425673e093f61010b1701c55579536274f23ee924c81577f62ecf
|
||||
SIZE (volnorm-0.8.1.tar.gz) = 254556
|
||||
MD5 (volnorm-0.8.3.tar.gz) = 369e6b814143a94ff4d6666734e6af9a
|
||||
SHA256 (volnorm-0.8.3.tar.gz) = 85edb009c82b21759b03b0dc6b9b35a3c6302cb6da09205ef9edb91000b24451
|
||||
SIZE (volnorm-0.8.3.tar.gz) = 695631
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.in.orig Fri Aug 17 13:47:34 2001
|
||||
+++ Makefile.in Fri Aug 17 13:47:50 2001
|
||||
@@ -87,7 +87,7 @@
|
||||
XMMS_PATH = @XMMS_PATH@
|
||||
plugindir = @plugindir@
|
||||
|
||||
-SUBDIRS = src tests
|
||||
+SUBDIRS = src
|
||||
|
||||
DISTCLEANFILES = *.orig *.rej *~ *.bak core
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- ltmain.sh 2001/08/27 09:51:26 1.1
|
||||
+++ ltmain.sh 2001/08/27 09:51:42
|
||||
@@ -2408,6 +2408,9 @@
|
||||
*-*-netbsd*)
|
||||
# Don't link with libc until the a.out ld.so is fixed.
|
||||
;;
|
||||
+ *-*-freebsd*)
|
||||
+ # FreeBSD doesn't need this...
|
||||
+ ;;
|
||||
*)
|
||||
# Add libc to deplibs on all other systems if necessary.
|
||||
if test "$build_libtool_need_lc" = "yes"; then
|
||||
@@ -4175,10 +4178,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"
|
|
@ -1,17 +0,0 @@
|
|||
--- src/Makefile.in.orig Sun Aug 5 14:11:52 2001
|
||||
+++ src/Makefile.in Fri Aug 17 13:24:06 2001
|
||||
@@ -95,12 +95,12 @@
|
||||
libnormvol_la_LDFLAGS = -module -avoid-version
|
||||
libnormvol_la_LIBS = @GTK_LIBS@ @PTHREAD_LIBS@ @INTLLIBS@
|
||||
|
||||
-COMMON_CFLAGS = -O2 -Wall -W -I$(top_builddir) -I$(top_srcdir) -D_REENTRANT @GTK_CFLAGS@
|
||||
+COMMON_CFLAGS = -Wall -I$(top_builddir) -I$(top_srcdir) -D_REENTRANT @GTK_CFLAGS@
|
||||
|
||||
COMMON_SRC = normvol.c normvol.h smooth.c smooth.h cfg.c cfg.h about.c about.h config.h monitor.c monitor.h support.c support.h interface.c interface.h callbacks.c callbacks.h
|
||||
|
||||
|
||||
-CFLAGS = $(COMMON_CFLAGS)
|
||||
+CFLAGS += $(COMMON_CFLAGS)
|
||||
libnormvol_la_SOURCES = $(COMMON_SRC)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = config.h
|
Loading…
Add table
Reference in a new issue