Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2004 00:01:50 -0400
From:      "Tom McLaughlin" <tmclaugh@sdf.lonestar.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        bland@FreeBSD.org
Subject:   ports/65516: audio/sound-juicer: Update port to 0.5.11
Message-ID:  <1081915310.0@compass.straycat.dhs.org>
Resent-Message-ID: <200404140400.i3E40emX011485@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         65516
>Category:       ports
>Synopsis:       audio/sound-juicer: Update port to 0.5.11
>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:   Tue Apr 13 21:00:40 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Tom McLaughlin
>Release:        FreeBSD 4.9-RELEASE-p4 i386
>Organization:
>Environment:


System: FreeBSD 4.9-RELEASE-p4 #0: Wed Mar 17 21:16:53 EST 2004
    root@compass.straycat.dhs.org:/usr/obj/usr/src/sys/COMPASS



>Description:


Update sound-juicer to 0.5.11.  Maintainer CC'ed on request.

Program changes:
Supports GStreamer 0.8
Eject When Finished works
Change the shortcut for Extract to Control-Return
Fix the logic in the "missing encoder" dialogue.


Port changes:
The following patches are no longer necessary
files/patch-configure
files/patch-src::cd-drive.c
files/patch-src::dvd_plus_rw_utils.cpp


>How-To-Repeat:





>Fix:


--- sound-juicer-0.5.11.diff begins here ---
diff -Nur sound-juicer.orig/Makefile sound-juicer/Makefile
--- sound-juicer.orig/Makefile	Mon Apr  5 00:15:22 2004
+++ sound-juicer/Makefile	Tue Apr 13 20:31:48 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	sound-juicer
-PORTVERSION=	0.5.10.1
-PORTREVISION=	5
+PORTVERSION=	0.5.11
 CATEGORIES=	audio gnome
 MASTER_SITES=	http://www.burtonini.com/computing/
 DIST_SUBDIR=	gnome2
diff -Nur sound-juicer.orig/distinfo sound-juicer/distinfo
--- sound-juicer.orig/distinfo	Fri Mar 12 21:17:18 2004
+++ sound-juicer/distinfo	Tue Apr 13 20:05:27 2004
@@ -1,2 +1,2 @@
-MD5 (gnome2/sound-juicer-0.5.10.1.tar.gz) = a879cce136a1f26274f0cb1906fbec71
-SIZE (gnome2/sound-juicer-0.5.10.1.tar.gz) = 432801
+MD5 (gnome2/sound-juicer-0.5.11.tar.gz) = ff6fd389727de46db65330eb4a9eee4f
+SIZE (gnome2/sound-juicer-0.5.11.tar.gz) = 496625
diff -Nur sound-juicer.orig/files/patch-configure sound-juicer/files/patch-configure
--- sound-juicer.orig/files/patch-configure	Fri Mar 12 21:17:18 2004
+++ sound-juicer/files/patch-configure	Wed Dec 31 19:00:00 1969
@@ -1,11 +0,0 @@
---- configure.orig	Sat Mar 13 11:06:49 2004
-+++ configure	Sat Mar 13 11:07:45 2004
-@@ -6889,7 +6889,7 @@
- HAVE_GSTREAMER=no
- 
- # Look for 0.7
--GST_MAJORMINOR=0.7
-+GST_MAJORMINOR=0.8
- 
-   succeeded=no
- 
diff -Nur sound-juicer.orig/files/patch-src::cd-drive.c sound-juicer/files/patch-src::cd-drive.c
--- sound-juicer.orig/files/patch-src::cd-drive.c	Fri Mar 12 21:17:18 2004
+++ sound-juicer/files/patch-src::cd-drive.c	Wed Dec 31 19:00:00 1969
@@ -1,20 +0,0 @@
---- src/cd-drive.c.orig	Sat Feb  7 18:02:54 2004
-+++ src/cd-drive.c	Sat Feb  7 18:03:46 2004
-@@ -66,7 +66,7 @@
- 
- /* For dvd_plus_rw_utils.cpp */
- int get_dvd_r_rw_profile (const char *name);
--int get_mmc_profile (void *fd);
-+int get_mmc_profile (int fd);
- 
- static void
- add_dvd_plus (CDDrive *cdrom)
-@@ -103,7 +103,7 @@
- 		return CD_MEDIA_TYPE_ERROR;
- 	}
- 
--	mmc_profile = get_mmc_profile ((void *)&fd);
-+	mmc_profile = get_mmc_profile (fd);
- 	close (fd);
- 
- 	switch (mmc_profile) {
diff -Nur sound-juicer.orig/files/patch-src::dvd_plus_rw_utils.cpp sound-juicer/files/patch-src::dvd_plus_rw_utils.cpp
--- sound-juicer.orig/files/patch-src::dvd_plus_rw_utils.cpp	Fri Mar 12 21:17:18 2004
+++ sound-juicer/files/patch-src::dvd_plus_rw_utils.cpp	Wed Dec 31 19:00:00 1969
@@ -1,11 +0,0 @@
---- src/dvd_plus_rw_utils.cpp.orig	Wed Jan 21 12:47:50 2004
-+++ src/dvd_plus_rw_utils.cpp	Wed Jan 21 12:48:04 2004
-@@ -113,7 +113,7 @@
- }
- 
- extern "C"
--int get_mmc_profile (void *fd)
-+int get_mmc_profile (int fd)
- { Scsi_Command cmd(fd);
-   unsigned char buf[8];
-   int profile=-1,once=1;
--- sound-juicer-0.5.11.diff ends here ---



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1081915310.0>