Update to version 0.6.0
This commit is contained in:
parent
d97a5613a9
commit
2f1fd356e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123564
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ogmrip
|
||||
PORTVERSION= 0.5.3
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -17,10 +17,12 @@ COMMENT= Application and libraries for encoding DVDs into DivX/OGM files
|
||||
BUILD_DEPENDS= mencoder:${PORTSDIR}/multimedia/mplayer \
|
||||
oggenc:${PORTSDIR}/audio/vorbis-tools \
|
||||
ogmmerge:${PORTSDIR}/multimedia/ogmtools \
|
||||
lame:${PORTSDIR}/audio/lame
|
||||
lame:${PORTSDIR}/audio/lame \
|
||||
gocr:${PORTSDIR}/graphics/gocr
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
LIB_DEPENDS= xvidcore:${PORTSDIR}/multimedia/xvid \
|
||||
dvdread:${PORTSDIR}/multimedia/libdvdread
|
||||
dvdread:${PORTSDIR}/multimedia/libdvdread \
|
||||
enchant:${PORTSDIR}/textproc/enchant
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOME= gtk20 glib20 libgnomeui gconf2 libgnome libglade2
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (ogmrip-0.5.3.tar.gz) = 7ddb2315d53c705bcea436ac2eeca2ed
|
||||
SIZE (ogmrip-0.5.3.tar.gz) = 431068
|
||||
MD5 (ogmrip-0.6.0.tar.gz) = eb52d334750532dd5b1ea3bd9d7614fb
|
||||
SIZE (ogmrip-0.6.0.tar.gz) = 477875
|
||||
|
@ -1,5 +1,7 @@
|
||||
@comment $FreeBSD$
|
||||
bin/ogmrip
|
||||
bin/srttool
|
||||
bin/subp2pgm
|
||||
include/ogmdvd.h
|
||||
include/ogmrip/ogmrip-acopy.h
|
||||
include/ogmrip/ogmrip-audio.h
|
||||
@ -11,8 +13,11 @@ include/ogmrip/ogmrip-misc.h
|
||||
include/ogmrip/ogmrip-mp3.h
|
||||
include/ogmrip/ogmrip-mux.h
|
||||
include/ogmrip/ogmrip-split.h
|
||||
include/ogmrip/ogmrip-srt.h
|
||||
include/ogmrip/ogmrip-subp.h
|
||||
include/ogmrip/ogmrip-tools.h
|
||||
include/ogmrip/ogmrip-video.h
|
||||
include/ogmrip/ogmrip-vobsub.h
|
||||
include/ogmrip/ogmrip-vorbis.h
|
||||
include/ogmrip/ogmrip-wav.h
|
||||
include/ogmrip/ogmrip-xvid.h
|
||||
@ -40,6 +45,7 @@ share/applications/ogmrip.desktop
|
||||
%%DATADIR%%/ogmrip-main.glade
|
||||
%%DATADIR%%/ogmrip-pref.glade
|
||||
%%DATADIR%%/ogmrip-progress.glade
|
||||
%%DATADIR%%/ogmrip-spell.glade
|
||||
share/pixmaps/ogmrip.png
|
||||
@dirrm include/ogmrip
|
||||
@dirrm include/ogmspawn
|
||||
|
Loading…
Reference in New Issue
Block a user