ports/74141: Upgrade Audacity to version 1.2.3

Phil Oleson oz at nixil.net
Sat Nov 20 01:00:47 UTC 2004


>Number:         74141
>Category:       ports
>Synopsis:       Upgrade Audacity to version 1.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 20 01:00:46 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Phil Oleson
>Release:        FreeBSD 4.7-RELEASE-p27 i386
>Organization:
N/A
>Environment:
System: FreeBSD nixil.net 4.7-RELEASE-p27 FreeBSD 4.7-RELEASE-p27 #33: Mon Jun 14 16:36:44 MDT 2004



>Description:
	Version of Audacity in ports is old. This upgrades to to the latest stable version.

>How-To-Repeat:
	N/A
>Fix:
        Btw, I moved audacity-1.2-help.htb out of the NODOC exclusion because it's the application runtime help file. 
        and I dont believe it should be considered an optional doc.

	apply patch below.

--- audacity.patch begins here ---
diff -ruN audacity.orig/Makefile audacity/Makefile
--- audacity.orig/Makefile	Sun Nov  7 15:35:49 2004
+++ audacity/Makefile	Fri Nov 19 17:44:05 2004
@@ -5,8 +5,7 @@
 # $FreeBSD: ports/audio/audacity/Makefile,v 1.19 2004/11/07 22:35:49 marcus Exp $
 
 PORTNAME=	audacity
-PORTVERSION=	1.2.1
-PORTREVISION=	1
+PORTVERSION=	1.2.3
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -20,7 +19,6 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-src-${PORTVERSION}
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
 USE_LIBTOOL_VER=	15
@@ -34,6 +32,7 @@
 
 .if !defined(NOPORTDOCS)
 MAKE_ENV=	DOC=yes
+PORTDOCS=	README.txt LICENSE.txt
 .endif
 
 .if !defined(WITHOUT_MAD)
diff -ruN audacity.orig/distinfo audacity/distinfo
--- audacity.orig/distinfo	Thu Jun 10 07:54:16 2004
+++ audacity/distinfo	Fri Nov 19 17:44:05 2004
@@ -1,2 +1,2 @@
-MD5 (audacity-src-1.2.1.tar.bz2) = 8914538a3edb6f88e2f70fb2fec3790f
-SIZE (audacity-src-1.2.1.tar.bz2) = 2742327
+MD5 (audacity-src-1.2.3.tar.gz) = dbfc1b401420aa694753d35acb5a8a28
+SIZE (audacity-src-1.2.3.tar.gz) = 4175943
diff -ruN audacity.orig/files/patch-Makefile.in audacity/files/patch-Makefile.in
--- audacity.orig/files/patch-Makefile.in	Mon Nov  8 00:07:09 2004
+++ audacity/files/patch-Makefile.in	Fri Nov 19 17:44:05 2004
@@ -1,14 +1,11 @@
---- Makefile.in.orig	Tue Dec  2 22:43:47 2003
-+++ Makefile.in	Tue Dec  2 22:46:38 2003
-@@ -27,12 +27,14 @@
- 	$(INSTALL) -d $(DESTDIR)$(BINDIR)
- 	$(INSTALL) -m 755 audacity $(DESTDIR)$(BINDIR)/$(AUDACITY_NAME)
- 
+--- Makefile.in.orig	Tue Nov 16 20:23:37 2004
++++ Makefile.in	Thu Nov 18 01:12:39 2004
+@@ -31,9 +31,11 @@
+ 	$(INSTALL) -d $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)
+ 	-test -f audacity-1.2-help.htb && $(INSTALL) -m 644 audacity-1.2-help.htb \
+ 		$(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/audacity-1.2-help.htb
 +ifeq ($(DOC),yes)
- 	# install docs
  	$(INSTALL) -d $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)
- 	-test -f audacity-1.2-help.htb && $(INSTALL) -m 644 audacity-1.2-help.htb \
- 		$(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/audacity-1.2-help.htb
  	$(INSTALL) -m 644 README.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/README.txt
  	$(INSTALL) -m 644 LICENSE.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/LICENSE.txt
 +endif
diff -ruN audacity.orig/files/patch-soundtouch-Makefile.in audacity/files/patch-soundtouch-Makefile.in
--- audacity.orig/files/patch-soundtouch-Makefile.in	Mon Nov  8 00:07:09 2004
+++ audacity/files/patch-soundtouch-Makefile.in	Wed Dec 31 17:00:00 1969
@@ -1,16 +0,0 @@
---- lib-src/soundtouch/Makefile.in.orig	Tue Dec  2 19:01:28 2003
-+++ lib-src/soundtouch/Makefile.in	Tue Dec  2 19:03:17 2003
-@@ -1,10 +1,10 @@
- all:
--	cd src && make
-+	cd src && $(MAKE)
- 
- clean:
- 	rm -f *~ *.a config.cache config.log config.status core*
--	cd src && make clean
-+	cd src && $(MAKE) clean
- 
- distclean: clean
- 	rm -f Makefile
--	cd src && make dist
-+	cd src && $(MAKE) dist
diff -ruN audacity.orig/pkg-plist audacity/pkg-plist
--- audacity.orig/pkg-plist	Wed Oct 27 18:44:39 2004
+++ audacity/pkg-plist	Fri Nov 19 17:44:05 2004
@@ -25,6 +25,7 @@
 share/audacity/plug-ins/lowpass.ny
 share/audacity/plug-ins/pluck.ny
 share/audacity/plug-ins/tremolo.ny
+share/audacity/audacity-1.2-help.htb
 share/locale/bg/LC_MESSAGES/audacity.mo
 share/locale/ca/LC_MESSAGES/audacity.mo
 share/locale/cs/LC_MESSAGES/audacity.mo
@@ -44,10 +45,8 @@
 share/locale/ru/LC_MESSAGES/audacity.mo
 share/locale/sl/LC_MESSAGES/audacity.mo
 share/locale/sv/LC_MESSAGES/audacity.mo
+share/locale/uk/LC_MESSAGES/audacity.mo
+share/locale/zh/LC_MESSAGES/audacity.mo
 @dirrm share/audacity/plug-ins
 @dirrm share/audacity/nyquist
 @dirrm share/audacity
-%%PORTDOCS%%%%DOCSDIR%%/audacity-1.2-help.htb
-%%PORTDOCS%%%%DOCSDIR%%/README.txt
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- audacity.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list