mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update audio/audacity-devel to 1.3.5
Attached is a diff to update audacity 1.3.3 to audacity 1.3.5. PR: ports/123519 Submitted by: "Jack L." <xxjack12xx@gmail.com>
This commit is contained in:
parent
194ebcf3f6
commit
efc10f5751
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216326
@ -5,8 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= audacity
|
||||
PORTVERSION= 1.3.3
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.3.5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
PKGNAMESUFFIX= -devel
|
||||
@ -16,6 +15,7 @@ MAINTAINER= xxjack12xx@gmail.com
|
||||
COMMENT= Audacity is a GUI editor for digital audio waveforms
|
||||
|
||||
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip
|
||||
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile
|
||||
|
||||
CONFLICTS= audacity-[0-9]*
|
||||
|
||||
@ -25,7 +25,7 @@ GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GCC= 4.2+
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_WX= 2.6
|
||||
WX_COMPS= wx
|
||||
|
||||
@ -42,6 +42,7 @@ OPTIONS= ID3TAG "ID3 tag support" off \
|
||||
SSE_CFLAGS= -mno-sse -mno-sse2
|
||||
.endif
|
||||
|
||||
CONFIGURE_ARG+= --destdir=/
|
||||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
||||
CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${SSE_CFLAGS} ${PTHREAD_CFLAGS}" \
|
||||
CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${SSE_CFLAGS} ${PTHREAD_CFLAGS}" \
|
||||
@ -73,12 +74,4 @@ LIB_DEPENDS+= id3tag.0:${PORTSDIR}/audio/libid3tag
|
||||
CONFIGURE_ARGS+= --without-id3tag
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,^sndfile.c : .*,,' \
|
||||
${WRKSRC}/lib-src/libsndfile/src/Makefile.in
|
||||
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
|
||||
@${REINPLACE_CMD} -E -e 's,-msse2?,,g' \
|
||||
${WRKSRC}/lib-src/soundtouch/source/SoundTouch/Makefile.in
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (audacity-src-1.3.3.tar.gz) = 72a9e3239f3b5af63030a1e1b07e40e7
|
||||
SHA256 (audacity-src-1.3.3.tar.gz) = 9a3e58c3ce04e5b1d743891bc7af6a2a22f01e846111af560def6a6cb360729d
|
||||
SIZE (audacity-src-1.3.3.tar.gz) = 6649291
|
||||
MD5 (audacity-src-1.3.5.tar.bz2) = b15503c331e7145942fa0e4b27760d61
|
||||
SHA256 (audacity-src-1.3.5.tar.bz2) = 58beaf20d5d4bdec61c93cc9bda08faea9b1c9b51c962b4176e9390a6a65904c
|
||||
SIZE (audacity-src-1.3.5.tar.bz2) = 4542637
|
||||
|
11
audio/audacity-devel/files/patch-locale_Makefile.in
Normal file
11
audio/audacity-devel/files/patch-locale_Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- locale/Makefile.in 2008-07-04 23:33:51.000000000 +0000
|
||||
+++ locale/Makefile.in.orig 2008-07-04 23:33:28.000000000 +0000
|
||||
@@ -14,7 +14,7 @@
|
||||
DATADIR=@datadir@
|
||||
# This is an intermediate directory that all files destined for installation
|
||||
# get put into on the way (make DESTDIR=/foo install).
|
||||
-DESTDIR=@destdir@
|
||||
+DESTDIR=
|
||||
# this is where locale-dependant stuff (i.e. .mo files) goes
|
||||
LOCALEDIR=@localedir@
|
||||
INSTALL=@INSTALL@
|
@ -26,6 +26,12 @@ bin/audacity
|
||||
%%DATADIR%%/plug-ins/lowpass.ny
|
||||
%%DATADIR%%/plug-ins/pluck.ny
|
||||
%%DATADIR%%/plug-ins/tremolo.ny
|
||||
%%DATADIR%%/plug-ins/beat.ny
|
||||
%%DATADIR%%/plug-ins/equalabel.ny
|
||||
%%DATADIR%%/plug-ins/rissetdrum.ny
|
||||
%%DATADIR%%/plug-ins/vocalremover.ny
|
||||
%%DATADIR%%/plug-ins/vocoder.ny
|
||||
%%DATADIR%%/audacity.xpm
|
||||
share/locale/af/LC_MESSAGES/audacity.mo
|
||||
share/locale/ar/LC_MESSAGES/audacity.mo
|
||||
share/locale/bg/LC_MESSAGES/audacity.mo
|
||||
@ -42,16 +48,18 @@ share/locale/fi/LC_MESSAGES/audacity.mo
|
||||
share/locale/fr/LC_MESSAGES/audacity.mo
|
||||
share/locale/ga/LC_MESSAGES/audacity.mo
|
||||
share/locale/gl/LC_MESSAGES/audacity.mo
|
||||
share/locale/he/LC_MESSAGES/audacity.mo
|
||||
share/locale/hu/LC_MESSAGES/audacity.mo
|
||||
share/locale/it/LC_MESSAGES/audacity.mo
|
||||
share/locale/ja/LC_MESSAGES/audacity.mo
|
||||
share/locale/lt/LC_MESSAGES/audacity.mo
|
||||
share/locale/ko/LC_MESSAGES/audacity.mo
|
||||
share/locale/mk/LC_MESSAGES/audacity.mo
|
||||
share/locale/nb/LC_MESSAGES/audacity.mo
|
||||
share/locale/nl/LC_MESSAGES/audacity.mo
|
||||
share/locale/oc/LC_MESSAGES/audacity.mo
|
||||
share/locale/pl/LC_MESSAGES/audacity.mo
|
||||
share/locale/pt/LC_MESSAGES/audacity.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/audacity.mo
|
||||
share/locale/ro/LC_MESSAGES/audacity.mo
|
||||
share/locale/ru/LC_MESSAGES/audacity.mo
|
||||
share/locale/sl/LC_MESSAGES/audacity.mo
|
||||
@ -59,6 +67,7 @@ share/locale/sk/LC_MESSAGES/audacity.mo
|
||||
share/locale/sv/LC_MESSAGES/audacity.mo
|
||||
share/locale/tr/LC_MESSAGES/audacity.mo
|
||||
share/locale/uk/LC_MESSAGES/audacity.mo
|
||||
share/locale/vi/LC_MESSAGES/audacity.mo
|
||||
share/locale/zh/LC_MESSAGES/audacity.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/audacity.mo
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
|
Loading…
Reference in New Issue
Block a user