pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Use DEPENDS instead of audio/py-mutagen/buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Tue Jun 20 15:11:39 2017 +0200
Changeset:	8c99f2147e5065d4f75d8b0f2955e2ee2c8543bc

Modified Files:
	converttomp3/Makefile
	dir2ogg/Makefile

Log Message:
Use DEPENDS instead of audio/py-mutagen/buildlink3.mk

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8c99f2147e5065d4f75d8b0f2955e2ee2c8543bc

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

diffstat:
 converttomp3/Makefile | 2 +-
 dir2ogg/Makefile      | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/converttomp3/Makefile b/converttomp3/Makefile
index fcb13f9bc0..5d81720ded 100644
--- a/converttomp3/Makefile
+++ b/converttomp3/Makefile
@@ -13,6 +13,7 @@ LICENSE=	gnu-gpl-v3
 
 DEPENDS+=	id3v2-[0-9]*:../../audio/id3v2
 DEPENDS+=	lame-[0-9]*:../../audio/lame
+DEPENDS+=	${PYPKGPREFIX}-mutagen-[0-9]*:../../audio/py-mutagen
 DEPENDS+=	mplayer-[0-9]*:../../multimedia/mplayer
 
 USE_LANGUAGES=			# none
@@ -28,6 +29,5 @@ do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/ConvertToMP3.py \
 	  ${DESTDIR}${PREFIX}/bin/converttomp3
 
-.include "../../audio/py-mutagen/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/dir2ogg/Makefile b/dir2ogg/Makefile
index 2c76e2956d..be7c3dba12 100644
--- a/dir2ogg/Makefile
+++ b/dir2ogg/Makefile
@@ -9,6 +9,8 @@ HOMEPAGE=	http://jak-linux.org/projects/dir2ogg
 COMMENT=	Command-line {wav,mp3,m4a} to ogg converter
 LICENSE=	gnu-gpl-v2
 
+DEPENDS+=	${PYPKGPREFIX}-mutagen-[0-9]*:../../audio/py-mutagen
+
 USE_LANGUAGES=		# none
 INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
 REPLACE_PYTHON+=	${WRKSRC}/dir2ogg
@@ -20,6 +22,5 @@ do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/dir2ogg ${DESTDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/dir2ogg.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
 
-.include "../../audio/py-mutagen/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index