[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / x11 / bino

Diff for /ports/x11/bino/Attic/Makefile between version 1.3 and 1.4

version 1.3, 2011/04/25 08:28:31 version 1.4, 2011/10/26 19:17:24
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
 #BROKEN =               depends on linux-compat, requires libass  #BROKEN =               depends on linux-compat
   
 COMMENT =               stereoscopic 3D video player  COMMENT =               stereoscopic 3D video player
   
 DISTNAME =              bino-0.9.4  DISTNAME =              bino-1.1.1
   
 CATEGORIES =            x11  CATEGORIES =            x11
   
Line 18 
Line 18 
 PERMIT_DISTFILES_FTP =  Yes  PERMIT_DISTFILES_FTP =  Yes
   
 WANTLIB += GL GLEW QtGui QtOpenGL avcodec avformat avutil bz2  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 += sndio speex stdc++ swscale theora vorbis vorbisenc
 WANTLIB += x264 z  WANTLIB += x264 z
   
 MASTER_SITES =          ${MASTER_SITE_SAVANNAH:=bino/}  MASTER_SITES =          ${MASTER_SITE_SAVANNAH:=bino/}
 EXTRACT_SUFX =          .tar.xz  EXTRACT_SUFX =          .tar.xz
 EXTRACT_CASES =         *.tar.xz) xz -dc ${FULLDISTDIR}/$$archive | ${TAR} xf -;;  
   
 MODULES =               x11/qt4  MODULES =               x11/qt4
 BUILD_DEPENDS =         archivers/xz  #BUILD_DEPENDS =
 #RUN_DEPENDS =          ???  #RUN_DEPENDS =          ???
 LIB_DEPENDS =           audio/openal \  LIB_DEPENDS =           audio/openal \
                         graphics/ffmpeg \                          graphics/ffmpeg \
                         graphics/glew \                          graphics/glew \
                         x11/libass                          multimedia/libass
 #REGRESS_DEPENDS =      ???  #REGRESS_DEPENDS =      ???
   
 #REGRESS_FLAGS =        ???  #REGRESS_FLAGS =        ???
Line 40 
Line 39 
 USE_GMAKE =             Yes  USE_GMAKE =             Yes
 #USE_LIBTOOL =          Yes  #USE_LIBTOOL =          Yes
 CONFIGURE_STYLE =       autoconf  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" \  CONFIGURE_ENV +=        CPPFLAGS="-I${X11BASE}/include" \
                         CXXFLAGS="-DHAVE_VASPRINTF=1 -DHAVE_SYSCONF=1" \                          CXXFLAGS="-DHAVE_VASPRINTF=1 -DHAVE_SYSCONF=1" \
                         LDFLAGS="-L${X11BASE}/lib"                          LDFLAGS="-L${X11BASE}/lib"

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb