summaryrefslogtreecommitdiff
path: root/multimedia/avidemux
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2006-12-03 12:18:32 +0000
committerxtraeme <xtraeme@pkgsrc.org>2006-12-03 12:18:32 +0000
commit4f7fd1484c80ab9dd323653ce2126e28b7d04af7 (patch)
tree6f1916a4123a9ae74a4a5e40fb3a1383fac89165 /multimedia/avidemux
parente2c55a18b0a31897323f229d3450d719360d186a (diff)
downloadpkgsrc-4f7fd1484c80ab9dd323653ce2126e28b7d04af7.tar.gz
- Add missing files to PLIST.
- Fix the build when the mmx option is not sent. All items were fixed by Dieter Roelants sending me a private email with patch, thank you.
Diffstat (limited to 'multimedia/avidemux')
-rw-r--r--multimedia/avidemux/Makefile13
-rw-r--r--multimedia/avidemux/PLIST8
2 files changed, 14 insertions, 7 deletions
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile
index d0f425217d4..1e6f1e8421c 100644
--- a/multimedia/avidemux/Makefile
+++ b/multimedia/avidemux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2006/12/03 10:33:02 xtraeme Exp $
+# $NetBSD: Makefile,v 1.35 2006/12/03 12:18:32 xtraeme Exp $
#
DISTNAME= avidemux_2.3.0
@@ -13,7 +13,8 @@ COMMENT= Graphical video editing program
GCC_REQD+= 3.0
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
-USE_LIBTOOL= YES
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake perl pkg-config
CPPFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
@@ -38,11 +39,11 @@ PKG_SUPPORTED_OPTIONS= mmx
CONFIGURE_ARGS+= --disable-mmx
post-configure:
- ${MV} ${WRKSRC}/adm_lavcodec/config.mak \
- ${WRKSRC}/adm_lavcodec/config.mak.in
+ ${MV} ${WRKSRC}/avidemux/adm_lavcodec/config.mak \
+ ${WRKSRC}/avidemux/adm_lavcodec/config.mak.in
${SED} -e 's/TARGET_MMX=yes/TARGET_MMX=no/g' \
- < ${WRKSRC}/adm_lavcodec/config.mak.in \
- > ${WRKSRC}/adm_lavcodec/config.mak
+ < ${WRKSRC}/avidemux/adm_lavcodec/config.mak.in \
+ > ${WRKSRC}/avidemux/adm_lavcodec/config.mak
.endif
.include "../../audio/faac/buildlink3.mk"
diff --git a/multimedia/avidemux/PLIST b/multimedia/avidemux/PLIST
index 2ff25cfde31..785dc91b21f 100644
--- a/multimedia/avidemux/PLIST
+++ b/multimedia/avidemux/PLIST
@@ -1,2 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2006/01/27 20:28:56 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/12/03 12:18:32 xtraeme Exp $
bin/avidemux2
+share/locale/cs/LC_MESSAGES/avidemux.mo
+share/locale/es/LC_MESSAGES/avidemux.mo
+share/locale/fr/LC_MESSAGES/avidemux.mo
+share/locale/klingon/LC_MESSAGES/avidemux.mo
+share/locale/ru/LC_MESSAGES/avidemux.mo
+