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

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

version 1.4, 2011/10/26 19:17:24 version 1.5, 2011/11/28 19:41:36
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
 #BROKEN =               depends on linux-compat  
   
 COMMENT =               stereoscopic 3D video player  COMMENT =               stereoscopic 3D video player
   
 DISTNAME =              bino-1.1.1  DISTNAME =              bino-1.2.1
   
 CATEGORIES =            x11  CATEGORIES =            x11
   
 HOMEPAGE =              http://www.nongnu.org/bino/  HOMEPAGE =              http://bino3d.org/
   
 #MAINTAINER =           ???  MAINTAINER =            Kirill Bychkov <yason@linklevel.net>
   
 # GPLv3  # GPLv3
 PERMIT_PACKAGE_CDROM =  Yes  PERMIT_PACKAGE_CDROM =  Yes
Line 17 
Line 16 
 PERMIT_DISTFILES_CDROM =Yes  PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP =  Yes  PERMIT_DISTFILES_FTP =  Yes
   
 WANTLIB += GL GLEW QtGui QtOpenGL avcodec avformat avutil bz2  WANTLIB += GL GLEW QtGui QtOpenGL X11 Xext Xfixes ass avcodec
 WANTLIB += c gsm m mp3lame ogg openal orc-0.4 pthread schroedinger-1.0  WANTLIB += avdevice avformat avutil bz2 c gsm iconv intl m mp3lame
 WANTLIB += sndio speex stdc++ swscale theora vorbis vorbisenc  WANTLIB += ogg openal orc-0.4 pthread schroedinger-1.0 sndio speex
 WANTLIB += x264 z  WANTLIB += stdc++ swscale theoradec theoraenc vorbis vorbisenc
   WANTLIB += vpx x264 z
   
 MASTER_SITES =          ${MASTER_SITE_SAVANNAH:=bino/}  MASTER_SITES =          ${MASTER_SITE_SAVANNAH:=bino/}
 EXTRACT_SUFX =          .tar.xz  EXTRACT_SUFX =          .tar.xz
   
 MODULES =               x11/qt4  MODULES =               x11/qt4
 #BUILD_DEPENDS =  RUN_DEPENDS =           devel/desktop-file-utils
 #RUN_DEPENDS =          ???  
 LIB_DEPENDS =           audio/openal \  LIB_DEPENDS =           audio/openal \
                         graphics/ffmpeg \                          graphics/ffmpeg>=20111126 \
                         graphics/glew \                          graphics/glew \
                         multimedia/libass                          multimedia/libass
 #REGRESS_DEPENDS =      ???  
   
 #REGRESS_FLAGS =        ???  
   
 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 +=       --enable-debug \
                         --without-equalizer \                          --without-equalizer \
                         --without-liblircclient                          --without-liblircclient
 CONFIGURE_ENV +=        CPPFLAGS="-I${X11BASE}/include" \  CONFIGURE_ENV +=        CPPFLAGS="-I${X11BASE}/include" \
Line 48 
Line 44 
   
 AUTOCONF_VERSION =      2.67  AUTOCONF_VERSION =      2.67
   
 #REGRESS_IS_INTERACTIVE =       Yes  NO_REGRESS =            Yes
   
 #NO_REGRESS =           Yes  
   
 #REGRESS_TARGET =       ???  
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

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

CVSweb