2017-10-23 17:10:49 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2017/10/23 17:10:52 sthen Exp $
|
OGMRip is an application and a set of libraries for ripping and
encoding DVD into AVI, OGM, MP4, or Matroska files using a wide
variety of codecs. It relies on mplayer, mencoder, ogmtools,
mkvtoolnix, mp4box, oggenc, lame, and faac to perform its tasks.
feedback/tweaks landry@/aja@, ok aja@, "yes please" todd@
2012-06-26 11:46:06 +00:00
|
|
|
|
2013-01-11 22:20:11 +00:00
|
|
|
COMMENT-main = DVD ripper/converter
|
|
|
|
COMMENT-dvdcpy = copy selected info from DVD
|
OGMRip is an application and a set of libraries for ripping and
encoding DVD into AVI, OGM, MP4, or Matroska files using a wide
variety of codecs. It relies on mplayer, mencoder, ogmtools,
mkvtoolnix, mp4box, oggenc, lame, and faac to perform its tasks.
feedback/tweaks landry@/aja@, ok aja@, "yes please" todd@
2012-06-26 11:46:06 +00:00
|
|
|
|
2014-07-11 18:35:27 +00:00
|
|
|
V = 1.0.1
|
2013-01-11 22:20:11 +00:00
|
|
|
DISTNAME = ogmrip-$V
|
|
|
|
PKGNAME-main = ogmrip-$V
|
|
|
|
PKGNAME-dvdcpy = dvdcpy-$V
|
2017-07-26 22:45:14 +00:00
|
|
|
REVISION-dvdcpy = 2
|
2017-10-23 17:10:49 +00:00
|
|
|
REVISION-main = 5
|
OGMRip is an application and a set of libraries for ripping and
encoding DVD into AVI, OGM, MP4, or Matroska files using a wide
variety of codecs. It relies on mplayer, mencoder, ogmtools,
mkvtoolnix, mp4box, oggenc, lame, and faac to perform its tasks.
feedback/tweaks landry@/aja@, ok aja@, "yes please" todd@
2012-06-26 11:46:06 +00:00
|
|
|
|
|
|
|
SHARED_LIBS += ogmdvd-gtk 0.0 # 1.0
|
|
|
|
SHARED_LIBS += ogmdvd 0.0 # 1.0
|
|
|
|
SHARED_LIBS += ogmjob 0.0 # 1.0
|
|
|
|
SHARED_LIBS += ogmrip-gtk 0.0 # 1.0
|
|
|
|
SHARED_LIBS += ogmrip-lavc 0.0 # 1.0
|
|
|
|
SHARED_LIBS += ogmrip-mplayer 0.0 # 1.0
|
|
|
|
SHARED_LIBS += ogmrip 0.0 # 1.0
|
|
|
|
|
2013-01-11 22:20:11 +00:00
|
|
|
MULTI_PACKAGES = -main -dvdcpy
|
|
|
|
|
OGMRip is an application and a set of libraries for ripping and
encoding DVD into AVI, OGM, MP4, or Matroska files using a wide
variety of codecs. It relies on mplayer, mencoder, ogmtools,
mkvtoolnix, mp4box, oggenc, lame, and faac to perform its tasks.
feedback/tweaks landry@/aja@, ok aja@, "yes please" todd@
2012-06-26 11:46:06 +00:00
|
|
|
CATEGORIES = multimedia
|
|
|
|
|
|
|
|
HOMEPAGE = http://ogmrip.sourceforge.net/en/index.html
|
|
|
|
|
2016-05-07 12:40:56 +00:00
|
|
|
MAINTAINER = Pascal Stumpf <pascal@stumpf.co>
|
OGMRip is an application and a set of libraries for ripping and
encoding DVD into AVI, OGM, MP4, or Matroska files using a wide
variety of codecs. It relies on mplayer, mencoder, ogmtools,
mkvtoolnix, mp4box, oggenc, lame, and faac to perform its tasks.
feedback/tweaks landry@/aja@, ok aja@, "yes please" todd@
2012-06-26 11:46:06 +00:00
|
|
|
|
|
|
|
# LGPLv2.1+
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2013-03-19 17:33:37 +00:00
|
|
|
WANTLIB-main += ${WANTLIB} X11 Xcomposite Xcursor Xdamage Xext
|
|
|
|
WANTLIB-main += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c
|
|
|
|
WANTLIB-main += cairo dvdread dbus-1 dbus-glib-1 enca enchant expat ffi
|
2013-01-11 22:20:11 +00:00
|
|
|
WANTLIB-main += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
|
|
|
|
WANTLIB-main += glade-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
|
|
|
WANTLIB-main += gtk-x11-2.0 jpeg m notify ogg pango-1.0 pangocairo-1.0
|
2017-10-23 17:10:49 +00:00
|
|
|
WANTLIB-main += pangoft2-1.0 pcre pixman-1 png pthread
|
2017-07-16 19:18:47 +00:00
|
|
|
WANTLIB-main += ${COMPILER_LIBCXX} theora tiff xcb xcb-render xcb-shm xml2 z
|
2015-08-19 20:34:33 +00:00
|
|
|
WANTLIB-main += harfbuzz graphite2 Xau Xdmcp lzma
|
2013-01-11 22:20:11 +00:00
|
|
|
|
2013-03-19 17:33:37 +00:00
|
|
|
WANTLIB-dvdcpy += c dvdread dvdcss
|
OGMRip is an application and a set of libraries for ripping and
encoding DVD into AVI, OGM, MP4, or Matroska files using a wide
variety of codecs. It relies on mplayer, mencoder, ogmtools,
mkvtoolnix, mp4box, oggenc, lame, and faac to perform its tasks.
feedback/tweaks landry@/aja@, ok aja@, "yes please" todd@
2012-06-26 11:46:06 +00:00
|
|
|
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ogmrip/}
|
|
|
|
|
|
|
|
MODULES = devel/gettext \
|
|
|
|
devel/gconf2 \
|
|
|
|
textproc/intltool
|
|
|
|
BUILD_DEPENDS = x11/mplayer \
|
|
|
|
textproc/gsed
|
2013-01-11 22:20:11 +00:00
|
|
|
RUN_DEPENDS-main = ${RUN_DEPENDS} \
|
2013-03-19 17:33:37 +00:00
|
|
|
STEM->=${V}:${PKGPATH},-dvdcpy \
|
2013-01-11 22:20:11 +00:00
|
|
|
x11/mplayer \
|
OGMRip is an application and a set of libraries for ripping and
encoding DVD into AVI, OGM, MP4, or Matroska files using a wide
variety of codecs. It relies on mplayer, mencoder, ogmtools,
mkvtoolnix, mp4box, oggenc, lame, and faac to perform its tasks.
feedback/tweaks landry@/aja@, ok aja@, "yes please" todd@
2012-06-26 11:46:06 +00:00
|
|
|
audio/lame \
|
|
|
|
multimedia/mkvtoolnix \
|
|
|
|
multimedia/ogmtools \
|
|
|
|
audio/vorbis-tools \
|
|
|
|
devel/desktop-file-utils \
|
|
|
|
graphics/gocr \
|
|
|
|
graphics/ocrad \
|
2015-11-13 12:59:08 +00:00
|
|
|
graphics/tesseract/tesseract
|
2013-01-11 22:20:11 +00:00
|
|
|
LIB_DEPENDS-dvdcpy = devel/libdvdread
|
|
|
|
LIB_DEPENDS-main = ${LIB_DEPENDS} \
|
|
|
|
multimedia/libtheora \
|
OGMRip is an application and a set of libraries for ripping and
encoding DVD into AVI, OGM, MP4, or Matroska files using a wide
variety of codecs. It relies on mplayer, mencoder, ogmtools,
mkvtoolnix, mp4box, oggenc, lame, and faac to perform its tasks.
feedback/tweaks landry@/aja@, ok aja@, "yes please" todd@
2012-06-26 11:46:06 +00:00
|
|
|
devel/gconf2 \
|
|
|
|
devel/libglade2 \
|
|
|
|
devel/libnotify \
|
|
|
|
textproc/enchant \
|
|
|
|
converters/enca \
|
|
|
|
devel/libdvdread
|
|
|
|
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
LIBTOOL_FLAGS = --tag=disable-static
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
2012-09-21 14:48:05 +00:00
|
|
|
|
OGMRip is an application and a set of libraries for ripping and
encoding DVD into AVI, OGM, MP4, or Matroska files using a wide
variety of codecs. It relies on mplayer, mencoder, ogmtools,
mkvtoolnix, mp4box, oggenc, lame, and faac to perform its tasks.
feedback/tweaks landry@/aja@, ok aja@, "yes please" todd@
2012-06-26 11:46:06 +00:00
|
|
|
MODGCONF2_SCHEMAS_DIR = ogmrip
|
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST = Yes
|
OGMRip is an application and a set of libraries for ripping and
encoding DVD into AVI, OGM, MP4, or Matroska files using a wide
variety of codecs. It relies on mplayer, mencoder, ogmtools,
mkvtoolnix, mp4box, oggenc, lame, and faac to perform its tasks.
feedback/tweaks landry@/aja@, ok aja@, "yes please" todd@
2012-06-26 11:46:06 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
rm ${PREFIX}/lib/ogmrip/{audio,container,options,subp,video}-plugins/*.la
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|