summaryrefslogtreecommitdiff
path: root/multimedia/avidemux/Makefile
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-05-28 05:52:18 +0000
committerreed <reed@pkgsrc.org>2005-05-28 05:52:18 +0000
commit0d86a19d1ca65924f1054593202e19bd73cc234b (patch)
treed349148f092f73f37ac545e0fe5e740a44497432 /multimedia/avidemux/Makefile
parent000fcecac125e9f96a4b67285f9840e04fcbd0ba (diff)
downloadpkgsrc-0d86a19d1ca65924f1054593202e19bd73cc234b.tar.gz
Update to avidemux-2.0.40
Numerous releases and fixes since 2.0.18. Most recent changes include: * miniocr fix : Fix error on decoding some subs. * xvideco fix : Fix compilation issue. * ffv1rec fix : Fix compilation issue. * SSE2 display fix : SSE2 cpu flag display. * Mplayer resize fix : Caused crash in some case. * [Filter] Ported Asharp by MarcFD . * [Filter] Mplayer Eq2 is now completly ported. * [Cli ] New cli command --rebuild-index. * [Video ] Accelerated playback selectable in misc/pref. * [Audio ] Fixed mp3 decoding on low frequency mpeg. * [Audio ] More tolerant with mpeg audio match codec (it created async in some rare cases). * [Codec ] Fixed save as huffyuv. * [Codec ] Fixed save jpeg. * [Export] Fixed race in mpeg ps export (thanks to T. Rupp). * [Import] Support mov file starting by skip atom. See website news for more changes. I never tested the USE_MMX. And the webpage says the --disable-mmx has been removed and all x86 stuff is now probed at run time, so maybe get rid of USE_MMX support for this? Require gcc 3.0. On NetBSD 1.6.2_STABLE with older gcc received cc1: Invalid option `-falign-loops=16' and various warnings. Reworded part of DESCRiption. And this does support divx. Updated MASTER_SITES. Removed BUILD_USES_MSGFMT and USE_PKGLOCALEDIR. The locale support removed and maybe will be readded later according to author. Use CPPFLAGS instead of CFLAGS to define -DDEVOSSAUDIO, because "`DEVOSSAUDIO' was not declared in this scope". Sorted some settings. Remove the --disable-warnings and the rm:-O3 BUILDLINK_TRANSFORM. I didn't need them, but maybe on another system they are needed. Disable faad support since Dolby doesn't allow binary distributions. Add faac support. Remove two patches. Disable ARTS using ac_cv_path_ART_CONFIG=no instead. Just let regular install target install it. (This is slow though.) Update PLIST. Name this avidemux2 with the two as the author requests.
Diffstat (limited to 'multimedia/avidemux/Makefile')
-rw-r--r--multimedia/avidemux/Makefile25
1 files changed, 10 insertions, 15 deletions
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile
index 4111cbe7ae3..3dc5f676d25 100644
--- a/multimedia/avidemux/Makefile
+++ b/multimedia/avidemux/Makefile
@@ -1,27 +1,24 @@
-# $NetBSD: Makefile,v 1.13 2005/05/22 20:08:18 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/05/28 05:52:18 reed Exp $
#
-DISTNAME= avidemux-2.0.18
-PKGREVISION= 5
+DISTNAME= avidemux-2.0.40
CATEGORIES= multimedia
-MASTER_SITES= http://fixounet.free.fr/avidemux/
+MASTER_SITES= http://download.berlios.de/avidemux/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://fixounet.free.fr/avidemux/
COMMENT= Graphical video editing program
-BUILD_USES_MSGFMT= YES
-
+GCC_REQD= 3.0
GNU_CONFIGURE= YES
-USE_TOOLS+= gmake
+USE_LANGUAGES= c c++
USE_LIBTOOL= YES
+USE_TOOLS+= gmake
-CFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
+CPPFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
LDFLAGS+= ${LIBOSSAUDIO}
-
-CONFIGURE_ARGS+= --disable-warnings
-
-BUILDLINK_TRANSFORM+= rm:-O3
+CONFIGURE_ENV+= ac_cv_path_ART_CONFIG=no
+CONFIGURE_ARGS+= --disable-faad # Dolby doesn't allow binary distribution
.include "../../mk/bsd.prefs.mk"
@@ -40,9 +37,7 @@ post-configure:
. endif
.endif
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/avidemux/avidemux2 ${PREFIX}/bin/avidemux
-
+.include "../../audio/faac/buildlink3.mk"
.include "../../audio/lame/buildlink3.mk"
.include "../../audio/liba52/buildlink3.mk"
.include "../../audio/libmad/buildlink3.mk"