X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-cinelerra-cv.git;a=blobdiff_plain;f=Makefile;h=9d04a49fb54b3c030b3caa2010f61924108eba34;hp=825e7dbd49fb403b1576fdc35ab6968dad62c043;hb=dea59e1bbaadd4de4f7fea116b79bcdb443d507d;hpb=00814ab16778f3c24a27fd562260f788745e99c3 diff --git a/Makefile b/Makefile index 825e7db..9d04a49 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # $NetBSD$ # -DISTNAME= cinelerra-cv +DISTNAME= cinelerra-cv-2.1 CATEGORIES= multimedia MAINTAINER= pho@cielonegro.org @@ -10,8 +10,7 @@ COMMENT= Non-linear video and audio editor and compositor LICENSE= gnu-gpl-v2 GIT_REPOSITORIES= master -#GIT_REPO.master= git://git.cinelerra.org/j6t/cinelerra.git -GIT_REPO.master= /tmp/cinelerra.git # FIXME +GIT_REPO.master= git://git.cinelerra.org/j6t/cinelerra.git .include "../../wip/mk/git-package.mk" _GIT_FLAGS= # The repository is very large. We don't want git to be quiet. @@ -39,6 +38,9 @@ post-patch: # We need 'xxd' in build time, which is in the vim-share package. BUILD_DEPENDS+= vim-share-[0-9]*:../../editors/vim-share +# cinelerra has some assembler source files. +BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm + .include "../../audio/alsa-lib/buildlink3.mk" .include "../../audio/faac/buildlink3.mk" .include "../../audio/faad2/buildlink3.mk"