2013-03-27 14:00:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2013/03/27 18:03:57 ajacoutot Exp $
|
Import shrip.
shrip is an application for ripping and encoding DVD into AVI/OGM
files.
shrip:
* transcodes from DVD or files
* outputs ogm, avi, matroska or mp4 files
* provides a lot of codecs (ogg vorbis, mp3, pcm, ac3, aac, dts,
xvid, lavc, x264, theora)
* calculates video bitrate for a given filesize
* calculates cropping parameters and scaling factors
* uses maximum quality codec switches
* supports subtitles extraction
* rips contiguous chapters
ok landry@
2013-03-09 08:33:47 -05:00
|
|
|
|
|
|
|
COMMENT = shell client for ogmrip
|
|
|
|
|
|
|
|
DISTNAME = shrip-0.6.0
|
2013-03-27 14:00:00 -04:00
|
|
|
REVISION = 1
|
Import shrip.
shrip is an application for ripping and encoding DVD into AVI/OGM
files.
shrip:
* transcodes from DVD or files
* outputs ogm, avi, matroska or mp4 files
* provides a lot of codecs (ogg vorbis, mp3, pcm, ac3, aac, dts,
xvid, lavc, x264, theora)
* calculates video bitrate for a given filesize
* calculates cropping parameters and scaling factors
* uses maximum quality codec switches
* supports subtitles extraction
* rips contiguous chapters
ok landry@
2013-03-09 08:33:47 -05:00
|
|
|
|
|
|
|
CATEGORIES = multimedia
|
|
|
|
|
|
|
|
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
|
|
|
|
|
|
|
# GPLv2+
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2013-03-27 14:00:00 -04:00
|
|
|
WANTLIB += c dvdcss dvdread enca ffi gio-2.0 glib-2.0 gmodule-2.0
|
|
|
|
WANTLIB += gobject-2.0 m ogmdvd ogmjob ogmrip ogmrip-lavc ogmrip-mplayer
|
Import shrip.
shrip is an application for ripping and encoding DVD into AVI/OGM
files.
shrip:
* transcodes from DVD or files
* outputs ogm, avi, matroska or mp4 files
* provides a lot of codecs (ogg vorbis, mp3, pcm, ac3, aac, dts,
xvid, lavc, x264, theora)
* calculates video bitrate for a given filesize
* calculates cropping parameters and scaling factors
* uses maximum quality codec switches
* supports subtitles extraction
* rips contiguous chapters
ok landry@
2013-03-09 08:33:47 -05:00
|
|
|
WANTLIB += pcre pthread xml2 z
|
|
|
|
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ogmrip/}
|
|
|
|
|
|
|
|
MODULES = devel/gettext
|
|
|
|
BUILD_DEPENDS = textproc/intltool
|
|
|
|
LIB_DEPENDS = multimedia/ogmrip,-main
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
|
2013-03-11 07:35:43 -04:00
|
|
|
NO_TEST = Yes
|
Import shrip.
shrip is an application for ripping and encoding DVD into AVI/OGM
files.
shrip:
* transcodes from DVD or files
* outputs ogm, avi, matroska or mp4 files
* provides a lot of codecs (ogg vorbis, mp3, pcm, ac3, aac, dts,
xvid, lavc, x264, theora)
* calculates video bitrate for a given filesize
* calculates cropping parameters and scaling factors
* uses maximum quality codec switches
* supports subtitles extraction
* rips contiguous chapters
ok landry@
2013-03-09 08:33:47 -05:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/shrip
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/shrip.conf \
|
2013-03-13 13:12:45 -04:00
|
|
|
${PREFIX}/share/examples/shrip
|
Import shrip.
shrip is an application for ripping and encoding DVD into AVI/OGM
files.
shrip:
* transcodes from DVD or files
* outputs ogm, avi, matroska or mp4 files
* provides a lot of codecs (ogg vorbis, mp3, pcm, ac3, aac, dts,
xvid, lavc, x264, theora)
* calculates video bitrate for a given filesize
* calculates cropping parameters and scaling factors
* uses maximum quality codec switches
* supports subtitles extraction
* rips contiguous chapters
ok landry@
2013-03-09 08:33:47 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|