=================================================================== RCS file: /cvs/ports/x11/bino/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.6 diff -u -r1.3 -r1.6 --- ports/x11/bino/Attic/Makefile 2011/04/25 08:28:31 1.3 +++ ports/x11/bino/Attic/Makefile 2011/12/27 19:42:07 1.6 @@ -1,15 +1,14 @@ -# $OpenBSD: Makefile,v 1.3 2011/04/25 08:28:31 yason Exp $ -#BROKEN = depends on linux-compat, requires libass +# $OpenBSD: Makefile,v 1.6 2011/12/27 19:42:07 yason Exp $ COMMENT = stereoscopic 3D video player -DISTNAME = bino-0.9.4 +DISTNAME = bino-1.2.1 CATEGORIES = x11 -HOMEPAGE = http://www.nongnu.org/bino/ +HOMEPAGE = http://bino3d.org/ -#MAINTAINER = ??? +MAINTAINER = Kirill Bychkov # GPLv3 PERMIT_PACKAGE_CDROM = Yes @@ -17,40 +16,33 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB += GL GLEW QtGui QtOpenGL avcodec avformat avutil bz2 -WANTLIB += c faac gsm m mp3lame ogg openal orc-0.4 pthread schroedinger-1.0 -WANTLIB += sndio speex stdc++ swscale theora vorbis vorbisenc -WANTLIB += x264 z +WANTLIB += GL GLEW QtGui QtOpenGL X11 Xext Xfixes ass avcodec +WANTLIB += avdevice avformat avutil bz2 c gsm iconv intl 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 = ??? +RUN_DEPENDS = devel/desktop-file-utils LIB_DEPENDS = audio/openal \ - graphics/ffmpeg \ + graphics/ffmpeg>=20111126 \ graphics/glew \ - x11/libass -#REGRESS_DEPENDS = ??? + multimedia/libass -#REGRESS_FLAGS = ??? - USE_GMAKE = Yes #USE_LIBTOOL = Yes CONFIGURE_STYLE = autoconf -CONFIGURE_ARGS += --disable-silent-rules --enable-debug +CONFIGURE_ARGS += --without-equalizer \ + --without-liblircclient + CONFIGURE_ENV += CPPFLAGS="-I${X11BASE}/include" \ - CXXFLAGS="-DHAVE_VASPRINTF=1 -DHAVE_SYSCONF=1" \ LDFLAGS="-L${X11BASE}/lib" AUTOCONF_VERSION = 2.67 -#REGRESS_IS_INTERACTIVE = Yes - -#NO_REGRESS = Yes - -#REGRESS_TARGET = ??? +NO_REGRESS = Yes .include