[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / audio / playitslowly

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/audio/playitslowly/Makefile between version 1.6 and 1.7

version 1.6, 2017/09/03 08:53:04 version 1.7, 2017/11/24 22:15:58
Line 11  LICENSE= gnu-gpl-v3
Line 11  LICENSE= gnu-gpl-v3
   
 DEPENDS+=       ${PYPKGPREFIX}-gstreamer1-[0-9]*:../../multimedia/py-gstreamer1  DEPENDS+=       ${PYPKGPREFIX}-gstreamer1-[0-9]*:../../multimedia/py-gstreamer1
 DEPENDS+=       gst-plugins1-soundtouch-[0-9]*:../../audio/gst-plugins1-soundtouch  DEPENDS+=       gst-plugins1-soundtouch-[0-9]*:../../audio/gst-plugins1-soundtouch
   DEPENDS+=       ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
   
 PYTHON_VERSIONED_DEPENDENCIES=  cairo gobject  PYTHON_VERSIONED_DEPENDENCIES=  gobject
 REPLACE_PYTHON+=        playitslowly/app.py  REPLACE_PYTHON+=        playitslowly/app.py
   
 SUBST_CLASSES+=         exec  SUBST_CLASSES+=         exec
Line 26  USE_LANGUAGES= # none
Line 27  USE_LANGUAGES= # none
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"  .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"  .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../lang/python/application.mk"  .include "../../lang/python/application.mk"
   .include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/distutils.mk"  .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>