=================================================================== RCS file: /cvs/ports/x11/bino/Attic/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.7 diff -u -r1.1.1.1 -r1.7 --- ports/x11/bino/Attic/Makefile 2011/03/09 05:12:34 1.1.1.1 +++ ports/x11/bino/Attic/Makefile 2012/01/31 12:47:47 1.7 @@ -1,19 +1,14 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2011/03/09 05:12:34 yason Exp $ -#BROKEN = needs ffmpeg update -#BROKEN = 0.9.2 and higher wants autoconf >=2.65 +# $OpenBSD: Makefile,v 1.7 2012/01/31 12:47:47 yason Exp $ -COMMENT = +COMMENT = stereoscopic 3D video player -DISTNAME = bino-0.9.1 +DISTNAME = bino-1.3.0 - -#SHARED_LIBS = ??? - CATEGORIES = x11 -HOMEPAGE = http://www.nongnu.org/bino/ +HOMEPAGE = http://bino3d.org/ -#MAINTAINER = ??? +MAINTAINER = Kirill Bychkov # GPLv3 PERMIT_PACKAGE_CDROM = Yes @@ -21,48 +16,30 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -#WANTLIB = ??? +WANTLIB += GL GLEWmx QtGui QtOpenGL X11 Xext Xfixes ass avcodec +WANTLIB += avdevice avformat avutil bz2 c gsm m mp3lame +WANTLIB += ogg openal orc-0.4 pthread schroedinger-1.0 sndio speex +WANTLIB += stdc++ swscale theoradec theoraenc vorbis vorbisenc +WANTLIB += vpx x264 z MASTER_SITES = ${MASTER_SITE_SAVANNAH:=bino/} EXTRACT_SUFX = .tar.xz -EXTRACT_CASES = *.tar.xz) xz -dc ${FULLDISTDIR}/$$archive | ${TAR} xf -;; -MODULES = x11/qt4 -BUILD_DEPENDS = archivers/xz -#RUN_DEPENDS = ??? +MODULES = devel/gettext x11/qt4 +RUN_DEPENDS = devel/desktop-file-utils LIB_DEPENDS = audio/openal \ - graphics/ffmpeg \ - graphics/glew -#REGRESS_DEPENDS = ??? + graphics/ffmpeg>=20111126 \ + graphics/glew \ + multimedia/libass -#MAKE_FLAGS = ??? -#MAKE_ENV = ??? -#FAKE_FLAGS = ??? -#REGRESS_FLAGS = ??? +USE_GMAKE = Yes +CONFIGURE_STYLE = gnu +CONFIGURE_ARGS += --without-equalizer \ + --without-liblircclient -#SEPARATE_BUILD = simple (build in a directory other than WRKSRC) -#SEPARATE_BUILD = flavored (distinct flavors may share a common WRKSRC) -#USE_GMAKE = Yes -#USE_GROFF = Yes -#USE_LIBTOOL = Yes -CONFIGURE_STYLE = autoconf -#CONFIGURE_ARGS += ${CONFIGURE_SHARED} -#CONFIGURE_ENV = MOC=moc4 +CONFIGURE_ENV += CPPFLAGS="-I${X11BASE}/include" \ + LDFLAGS="-L${X11BASE}/lib" -AUTOCONF_VERSION = 2.64 -#AUTOMAKE_VERSION = ??? (defaults to 1.4) - -#IS_INTERACTIVE = Yes -#REGRESS_IS_INTERACTIVE = Yes - -#NO_REGRESS = Yes - -#CFLAGS = ??? -#LDFLAGS = ??? -#MAKE_FILE = ??? - -#ALL_TARGET = ??? -#INSTALL_TARGET = ??? -#REGRESS_TARGET = ??? +NO_REGRESS = Yes .include