diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gmencoder/Makefile | 10 | ||||
-rw-r--r-- | multimedia/gmencoder/pkg-plist | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/gmencoder/Makefile b/multimedia/gmencoder/Makefile index 11e1a49..ad06294 100644 --- a/multimedia/gmencoder/Makefile +++ b/multimedia/gmencoder/Makefile @@ -7,6 +7,7 @@ PORTNAME= gmencoder PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +19,7 @@ COMMENT= Gmencoder is Gnome2 front-end to mplayer/mencoder BUILD_DEPENDS= mencoder:${PORTSDIR}/multimedia/mplayer RUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mplayer -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" USE_GMAKE= yes @@ -26,11 +27,8 @@ USE_GNOME= gnomehack gnomeprefix libgnomeui USE_REINPLACE= yes post-patch: - @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure - -do-configure: - @cd ${WRKSRC}; \ - ${SH} ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} ${CONFIGURE_ENV} + @${REINPLACE_CMD} -e 's|-O4||; s|type -path|which|' \ + ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) diff --git a/multimedia/gmencoder/pkg-plist b/multimedia/gmencoder/pkg-plist index da10381..165ab27 100644 --- a/multimedia/gmencoder/pkg-plist +++ b/multimedia/gmencoder/pkg-plist @@ -2,5 +2,7 @@ bin/gmencoder share/gnome/pixmaps/gmencoder/media-pause.png share/gnome/pixmaps/gmencoder/media-play.png %%PORTDOCS%%%%DOCSDIR%%/README +share/locale/es/LC_MESSAGES/gmencoder.mo +share/locale/en/LC_MESSAGES/gmencoder.mo %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm share/gnome/pixmaps/gmencoder |