- Update to 1.4.24
This commit is contained in:
parent
4c1b1e1a3f
commit
f31f5d93bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481944
3 changed files with 15 additions and 8 deletions
|
@ -2,10 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mhwaveedit
|
||||
PORTVERSION= 1.4.23
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.4.24
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.gna.org/mhwaveedit/
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Graphical program for editing sound files
|
||||
|
@ -13,10 +12,16 @@ COMMENT= Graphical program for editing sound files
|
|||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= localbase pathfix pkgconfig tar:bzip2
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= magnush
|
||||
|
||||
USES= autoreconf localbase pathfix pkgconfig tar:bzip2
|
||||
USE_GNOME= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-alsalib --without-arts
|
||||
CONFIGURE_ARGS= --without-alsalib \
|
||||
--without-arts \
|
||||
--with-build-date="-" \
|
||||
--with-build-time="-"
|
||||
|
||||
BROKEN_powerpc64= fails to compile on powerpc64: convert_inc.c: conflicting types for 'C_FLOAT_PCM32SBEPM'
|
||||
BROKEN_sparc64= fails to compile on sparc64
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (mhwaveedit-1.4.23.tar.bz2) = 2352175b63092fda786ca26095b2f6ff6d257a6fcfb18401213a0c932b991904
|
||||
SIZE (mhwaveedit-1.4.23.tar.bz2) = 642042
|
||||
TIMESTAMP = 1538750259
|
||||
SHA256 (magnush-mhwaveedit-v1.4.24_GH0.tar.gz) = a4115b3d18f3f038b08b2bf4ff599703b7ba69bc7ac510d5f7279b3f47ea57dd
|
||||
SIZE (magnush-mhwaveedit-v1.4.24_GH0.tar.gz) = 943313
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
bin/mhwaveedit
|
||||
man/man1/mhwaveedit.1.gz
|
||||
share/applications/mhwaveedit.desktop
|
||||
share/icons/hicolor/32x32/apps/mhwaveedit.png
|
||||
share/icons/hicolor/64x64/apps/mhwaveedit.png
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/mhwaveedit.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/mhwaveedit.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/mhwaveedit.mo
|
||||
|
@ -9,4 +11,3 @@ share/applications/mhwaveedit.desktop
|
|||
%%NLS%%share/locale/ru/LC_MESSAGES/mhwaveedit.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/mhwaveedit.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/mhwaveedit.mo
|
||||
share/pixmaps/mhwaveedit.xpm
|
||||
|
|
Loading…
Reference in a new issue