diff options
-rw-r--r-- | audio/spek/Makefile | 23 | ||||
-rw-r--r-- | audio/spek/pkg-descr | 2 | ||||
-rw-r--r-- | audio/spek/pkg-plist | 39 |
3 files changed, 35 insertions, 29 deletions
diff --git a/audio/spek/Makefile b/audio/spek/Makefile index a4b2776da23c..99c2daef63c8 100644 --- a/audio/spek/Makefile +++ b/audio/spek/Makefile @@ -14,12 +14,8 @@ LICENSE= GPLv3 LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg -MAN1= spek.1 - USE_XZ= yes -NO_STAGE= yes -USE_GCC= 4.7+ -USES= gettext gmake +USES= gmake pkgconfig desktop-file-utils USE_GNOME= desktopfileutils intltool USE_WX= 2.8+ WX_UNICODE= yes @@ -27,10 +23,19 @@ WX_CONF_ARGS= absolute GNU_CONFIGURE= yes INSTALLS_ICONS= yes -post-install: - -@update-desktop-database +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 1000054 +USE_GCC= 4.7+ +.endif post-patch: - @${REINPLACE_CMD} -e "s,^itlocaledir =.*$$,itlocaledir = ${PREFIX}/share/locale,g" ${WRKSRC}/po/Makefile.in.in + @${REINPLACE_CMD} -e "s,^itlocaledir =.*$$,itlocaledir = ${PREFIX}/share/locale,g" \ + ${WRKSRC}/po/Makefile.in.in -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/audio/spek/pkg-descr b/audio/spek/pkg-descr index 171bde0d4146..34a80bb13ac9 100644 --- a/audio/spek/pkg-descr +++ b/audio/spek/pkg-descr @@ -1,4 +1,4 @@ Spek helps to analyse your audio files by showing their spectrogram. Spek supports all popular lossy and lossless audio file formats. -WWW: http://spek-project.org/ +WWW: http://spek.cc/ diff --git a/audio/spek/pkg-plist b/audio/spek/pkg-plist index fa0540ac4b9a..57deca89f5cf 100644 --- a/audio/spek/pkg-plist +++ b/audio/spek/pkg-plist @@ -1,4 +1,5 @@ bin/spek +man/man1/spek.1.gz share/applications/spek.desktop share/icons/hicolor/16x16/apps/spek.png share/icons/hicolor/22x22/apps/spek.png @@ -6,25 +7,25 @@ share/icons/hicolor/24x24/apps/spek.png share/icons/hicolor/32x32/apps/spek.png share/icons/hicolor/48x48/apps/spek.png share/icons/hicolor/scalable/apps/spek.svg -share/locale/cs/LC_MESSAGES/spek.mo -share/locale/da/LC_MESSAGES/spek.mo -share/locale/de/LC_MESSAGES/spek.mo -share/locale/eo/LC_MESSAGES/spek.mo -share/locale/es/LC_MESSAGES/spek.mo -share/locale/fr/LC_MESSAGES/spek.mo -share/locale/it/LC_MESSAGES/spek.mo -share/locale/ja/LC_MESSAGES/spek.mo -share/locale/nb/LC_MESSAGES/spek.mo -share/locale/nl/LC_MESSAGES/spek.mo -share/locale/pl/LC_MESSAGES/spek.mo -share/locale/pt_BR/LC_MESSAGES/spek.mo -share/locale/ru/LC_MESSAGES/spek.mo -share/locale/sv/LC_MESSAGES/spek.mo -share/locale/tr/LC_MESSAGES/spek.mo -share/locale/uk/LC_MESSAGES/spek.mo -share/locale/vi/LC_MESSAGES/spek.mo -share/locale/zh_CN/LC_MESSAGES/spek.mo -share/locale/zh_TW/LC_MESSAGES/spek.mo +%%NLS%%share/locale/cs/LC_MESSAGES/spek.mo +%%NLS%%share/locale/da/LC_MESSAGES/spek.mo +%%NLS%%share/locale/de/LC_MESSAGES/spek.mo +%%NLS%%share/locale/eo/LC_MESSAGES/spek.mo +%%NLS%%share/locale/es/LC_MESSAGES/spek.mo +%%NLS%%share/locale/fr/LC_MESSAGES/spek.mo +%%NLS%%share/locale/it/LC_MESSAGES/spek.mo +%%NLS%%share/locale/ja/LC_MESSAGES/spek.mo +%%NLS%%share/locale/nb/LC_MESSAGES/spek.mo +%%NLS%%share/locale/nl/LC_MESSAGES/spek.mo +%%NLS%%share/locale/pl/LC_MESSAGES/spek.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/spek.mo +%%NLS%%share/locale/ru/LC_MESSAGES/spek.mo +%%NLS%%share/locale/sv/LC_MESSAGES/spek.mo +%%NLS%%share/locale/tr/LC_MESSAGES/spek.mo +%%NLS%%share/locale/uk/LC_MESSAGES/spek.mo +%%NLS%%share/locale/vi/LC_MESSAGES/spek.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/spek.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/spek.mo @dirrmtry share/icons/hicolor/16x16/apps @dirrmtry share/icons/hicolor/16x16 @dirrmtry share/icons/hicolor/22x22/apps |