=================================================================== RCS file: /cvs/ports/x11/bino/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ports/x11/bino/Attic/Makefile 2011/04/25 08:28:31 1.3 +++ ports/x11/bino/Attic/Makefile 2011/10/26 19:17:24 1.4 @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2011/04/25 08:28:31 yason Exp $ -#BROKEN = depends on linux-compat, requires libass +# $OpenBSD: Makefile,v 1.4 2011/10/26 19:17:24 yason Exp $ +#BROKEN = depends on linux-compat COMMENT = stereoscopic 3D video player -DISTNAME = bino-0.9.4 +DISTNAME = bino-1.1.1 CATEGORIES = x11 @@ -18,21 +18,20 @@ 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 += c gsm m mp3lame ogg openal orc-0.4 pthread schroedinger-1.0 WANTLIB += sndio speex stdc++ swscale theora vorbis vorbisenc WANTLIB += 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 +#BUILD_DEPENDS = #RUN_DEPENDS = ??? LIB_DEPENDS = audio/openal \ graphics/ffmpeg \ graphics/glew \ - x11/libass + multimedia/libass #REGRESS_DEPENDS = ??? #REGRESS_FLAGS = ??? @@ -40,7 +39,9 @@ USE_GMAKE = Yes #USE_LIBTOOL = Yes CONFIGURE_STYLE = autoconf -CONFIGURE_ARGS += --disable-silent-rules --enable-debug +CONFIGURE_ARGS += --disable-silent-rules --enable-debug \ + --without-equalizer \ + --without-liblircclient CONFIGURE_ENV += CPPFLAGS="-I${X11BASE}/include" \ CXXFLAGS="-DHAVE_VASPRINTF=1 -DHAVE_SYSCONF=1" \ LDFLAGS="-L${X11BASE}/lib"