]> gitweb @ CieloNegro.org - pkgsrc-cinelerra-cv.git/blobdiff - Makefile
Added 'CVS' to the gitignore.
[pkgsrc-cinelerra-cv.git] / Makefile
index 825e7dbd49fb403b1576fdc35ab6968dad62c043..9d04a49fb54b3c030b3caa2010f61924108eba34 100644 (file)
--- 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"