mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
Update to 0.7.20
Drop Maintainership.
This commit is contained in:
parent
fc09118e13
commit
cf2e6134b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106142
@ -5,29 +5,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= vcdimager
|
||||
PORTVERSION= 0.7.14
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.7.20
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.vcdimager.org/pub/vcdimager/vcdimager-0.7_UNSTABLE/ \
|
||||
${MASTER_SITE_GNU_ALPHA}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= arved@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= "GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool"
|
||||
|
||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
|
||||
xml2:${PORTSDIR}/textproc/libxml2
|
||||
xml2:${PORTSDIR}/textproc/libxml2 \
|
||||
cdio.1:${PORTSDIR}/sysutils/libcdio
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
USE_GNOME= gnometarget gnomehack pkgconfig
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET=
|
||||
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
MAN1= cdxa2mpeg.1 vcdimager.1 vcdxminfo.1 vcdxrip.1 vcdxgen.1 \
|
||||
vcdxbuild.1 vcddebug.1 vcddump.1
|
||||
INFO= vcdimager vcddump vcdxrip
|
||||
vcdxbuild.1 vcd-info.1
|
||||
INFO= vcdimager vcdxrip vcd-info
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (vcdimager-0.7.14.tar.gz) = 1c2a076f863f5939d35d2af72c5015bf
|
||||
SIZE (vcdimager-0.7.14.tar.gz) = 734081
|
||||
MD5 (vcdimager-0.7.20.tar.gz) = fc36c46e296671f2fc35b6811a1aeb52
|
||||
SIZE (vcdimager-0.7.20.tar.gz) = 954324
|
||||
|
@ -1,8 +1,21 @@
|
||||
bin/vcd-info
|
||||
bin/vcdimager
|
||||
bin/vcddebug
|
||||
bin/vcddump
|
||||
bin/cdxa2mpeg
|
||||
bin/vcdxbuild
|
||||
bin/vcdxgen
|
||||
bin/vcdxrip
|
||||
bin/vcdxminfo
|
||||
include/libvcd/files.h
|
||||
include/libvcd/files_private.h
|
||||
include/libvcd/inf.h
|
||||
include/libvcd/info.h
|
||||
include/libvcd/logging.h
|
||||
include/libvcd/sector.h
|
||||
include/libvcd/types.h
|
||||
include/libvcd/version.h
|
||||
lib/libvcdinfo.la
|
||||
lib/libvcdinfo.so.0
|
||||
lib/libvcdinfo.so
|
||||
lib/libvcdinfo.a
|
||||
libdata/pkgconfig/libvcdinfo.pc
|
||||
@dirrm include/libvcd
|
||||
|
Loading…
Reference in New Issue
Block a user