mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
- Update to 0.12.3
PR: 131844 Submitted by: Ports Fury
This commit is contained in:
parent
d0d8a780e9
commit
2355b88e8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228754
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ogmrip
|
||||
PORTVERSION= 0.12.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.12.3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -17,6 +16,8 @@ COMMENT= Application and libraries for encoding DVDs into DivX/OGM files
|
||||
BUILD_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder \
|
||||
gsed:${PORTSDIR}/textproc/gsed
|
||||
LIB_DEPENDS= enca.5:${PORTSDIR}/converters/enca \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
dvdread.4:${PORTSDIR}/multimedia/libdvdread
|
||||
RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \
|
||||
oggenc:${PORTSDIR}/audio/vorbis-tools \
|
||||
@ -136,6 +137,8 @@ post-patch:
|
||||
s|^CPPFLAGS=|#CPPFLAGS=|g ; \
|
||||
s|^LDFLAGS=|#LDFLAGS|g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|^SUBDIRS|#SUBDIRS|g' ${WRKSRC}/docs/Makefile.in
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/PROGRAM/s|MP4Box|mp4box|g' ${WRKSRC}/libogmrip/ogmrip-mp4.c
|
||||
|
||||
post-install:
|
||||
@${ECHO_CMD} ""
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ogmrip-0.12.2.tar.gz) = daa79ff5e8342945df1e29ac1405b615
|
||||
SHA256 (ogmrip-0.12.2.tar.gz) = 169d81080759940ab39c04090b04918f3d9f2e1e5a49b343fb97d3024767cde3
|
||||
SIZE (ogmrip-0.12.2.tar.gz) = 2907957
|
||||
MD5 (ogmrip-0.12.3.tar.gz) = 11a52e5d9d7f936ae3a1925b5ab51b72
|
||||
SHA256 (ogmrip-0.12.3.tar.gz) = 9e56dc14d82fdd8e89c708279f2389f7fcde53615e8c13ac85c24c63954edcd1
|
||||
SIZE (ogmrip-0.12.3.tar.gz) = 2883021
|
||||
|
@ -1,13 +0,0 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig 2007-03-13 20:23:26.000000000 +0100
|
||||
+++ configure 2007-03-13 20:23:45.000000000 +0100
|
||||
@@ -21031,7 +21031,7 @@
|
||||
#include <dvdread/ifo_types.h>
|
||||
#include <dvdread/ifo_read.h>
|
||||
#include <dvdread/nav_read.h>
|
||||
-int main(void) { if (DVDREAD_VERSION < 907) return 1; return 0; }
|
||||
+int main(void) { if (DVDREAD_VERSION == 906) return 1; return 0; }
|
||||
|
||||
_ACEOF
|
||||
rm -f conftest$ac_exeext
|
Loading…
Reference in New Issue
Block a user