mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Update to 09.05
PR: ports/135616 Submited by: Martin Dieringer <martin.dieringer@gmx.de>
This commit is contained in:
parent
1e18099212
commit
051204df04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236450
@ -6,36 +6,40 @@
|
||||
#
|
||||
|
||||
PORTNAME= dvda-author
|
||||
PORTVERSION= 08.07
|
||||
PORTVERSION= 09.05
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= dvd-audio
|
||||
DISTNAME= ${PORTNAME}-core-${PORTVERSION}-2
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-7
|
||||
|
||||
MAINTAINER= martin.dieringer@gmx.de
|
||||
COMMENT= Author and playback unencrypted and uncompressed Audio-DVDs
|
||||
|
||||
LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac
|
||||
LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \
|
||||
ogg.5:${PORTSDIR}/audio/libogg \
|
||||
sox.1:${PORTSDIR}/audio/sox \
|
||||
samplerate.1:${PORTSDIR}/audio/libsamplerate \
|
||||
png.5:${PORTSDIR}/graphics/png
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty
|
||||
|
||||
MAN1= dvda-author.1
|
||||
|
||||
LDFLAGS+= -liberty
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/FLAC
|
||||
|
||||
USE_AUTOTOOLS= libltdl
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-flac=${LOCALBASE}/lib
|
||||
|
||||
# yes, -1. I talked the author.
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-core-${PORTVERSION}-1
|
||||
|
||||
PLIST_FILES= bin/dvda-author
|
||||
# lib/libc_utils.a
|
||||
|
||||
do-install:
|
||||
${INSTALL} ${WRKSRC}/src/dvda ${PREFIX}/bin/dvda-author
|
||||
${INSTALL} ${WRKSRC}/dvda-author.1 ${PREFIX}/man/man1
|
||||
|
||||
CONFIGURE_ARGS= --with-flac=${LOCALBASE}/lib/libFLAC.so \
|
||||
--with-ogg=${LOCALBASE}/lib/libogg.so \
|
||||
--enable-glibc
|
||||
.if defined(NOPORTDOCS)
|
||||
CONFIGURE_ARGS+= --docdir=${WRKDIR}/doc
|
||||
.endif
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (dvda-author-core-08.07-2.tar.bz2) = 8094e20be8259b2579b8b916cf1ae6e8
|
||||
SHA256 (dvda-author-core-08.07-2.tar.bz2) = b48b8805525d7a4ad4f1e757431a0ca65d3ab46bf722d1f6ca1458bea266664c
|
||||
SIZE (dvda-author-core-08.07-2.tar.bz2) = 336985
|
||||
MD5 (dvda-author-09.05-7.tar.bz2) = 6579ad62ba37ebc6e9d75d3eb0e12dad
|
||||
SHA256 (dvda-author-09.05-7.tar.bz2) = 8988f44aa2777912078912a1e6415a895257d035878d1920a91f49b2f9543a69
|
||||
SIZE (dvda-author-09.05-7.tar.bz2) = 550898
|
||||
|
11
audio/dvda-author/files/patch-configure
Normal file
11
audio/dvda-author/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig 2009-06-16 03:22:04.000000000 +0200
|
||||
+++ configure 2009-06-16 03:22:17.000000000 +0200
|
||||
@@ -13402,7 +13402,7 @@
|
||||
SOX_LIB="/usr/lib/libsox.a `echo /usr/lib/sox/libsox_*.a`"
|
||||
{ $as_echo "$as_me:$LINENO: SOX_LIB= $SOX_LIB" >&5
|
||||
$as_echo "$as_me: SOX_LIB= $SOX_LIB" >&6;}
|
||||
- SOX_LINK="$SOX_LINK -lasound -lpng -lz -lltdl -lmagic -lsamplerate"
|
||||
+ SOX_LINK="$SOX_LINK -lpng -lz -lltdl -lmagic -lsamplerate"
|
||||
|
||||
fi
|
||||
|
9
audio/dvda-author/pkg-plist
Normal file
9
audio/dvda-author/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
bin/dvda-author
|
||||
share/applications/dvda-author.conf
|
||||
share/applications/dvda-author.desktop
|
||||
share/pixmaps/dvda-author.png
|
||||
@dirrmtry share/applications
|
||||
%%PORTDOCS%%%%DOCSDIR%%/BUGS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dvda-author-09.05.html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user