From 10da58b40b8c9a01f20d2c3e045ae76bc542d83d Mon Sep 17 00:00:00 2001 From: alek Date: Thu, 30 Jun 2005 22:34:28 +0000 Subject: [PATCH] Update to grip 3.2.0 From Bernd Ahlers ok aanriot@ --- audio/grip/Makefile | 44 +++++++-------- audio/grip/distinfo | 8 +-- audio/grip/patches/patch-configure | 70 +++++++----------------- audio/grip/patches/patch-src_Makefile_in | 30 ++++++---- audio/grip/patches/patch-src_cddev_c | 13 +++-- audio/grip/patches/patch-src_cdpar_c | 10 ++-- audio/grip/patches/patch-src_discdb_c | 18 +++--- audio/grip/patches/patch-src_grip_c | 10 ++-- audio/grip/patches/patch-src_grip_h | 12 ++-- audio/grip/patches/patch-src_rip_c | 14 ++--- audio/grip/pkg/DESCR | 15 +++-- audio/grip/pkg/PLIST | 55 +++---------------- 12 files changed, 119 insertions(+), 180 deletions(-) diff --git a/audio/grip/Makefile b/audio/grip/Makefile index cce67d00a42..346b3da5c9c 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -1,10 +1,8 @@ -# $OpenBSD: Makefile,v 1.13 2005/03/22 15:02:45 robert Exp $ +# $OpenBSD: Makefile,v 1.14 2005/06/30 22:34:28 alek Exp $ COMMENT= "front-end to external cd audio rippers and mp3 encoders" -V= 3.0.7 -DISTNAME= grip-${V} -PKGNAME= ${DISTNAME}p0 +DISTNAME= grip-3.2.0 CATEGORIES= audio HOMEPAGE= http://www.nostatic.org/grip/ @@ -16,33 +14,31 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= ICE SM X11 Xext Xi audiofile c \ - esd gdk_imlib glib gmodule jpeg \ - m png pthread stdc++ tiff ungif z - -FLAVORS= cdparanoia -FLAVOR?= +WANTLIB= c freetype crypto m X11 Xft ICE Xrender stdc++ SM \ + pthread ncurses ssl fontconfig z \ + gthread-2.0.0.0 gnomevfs-2 glib-2.0.0.0 \ + gmodule-2.0.0.0 gobject-2.0.0.0 gtk-x11-2.0.0.0 \ + bonobo-activation art_lgpl_2 bonobo-2 atk-1.0.0.0 \ + gconf-2 pangox-1.0.0.0 bonoboui-2 popt \ + pangoft2-1.0.0.0 gnomecanvas-2 xml2 \ + pangoxft-1.0.0.0 ORBit-2 pango-1.0.0.0 \ + gdk_pixbuf-2.0.0.0 gdk-x11-2.0.0.0 gnome-2 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grip/} MODULES= devel/gettext -LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ \ - gnome.36,gnomesupport.0,gnomeui.46,art_lgpl.4::x11/gnome/libs \ - ghttp::www/libghttp \ - id3.3.8::audio/id3lib - -NO_REGRESS= Yes +BUILD_DEPENDS= ::devel/pkgconfig +LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui \ + id3.3.8::audio/id3lib \ + curl.3::net/curl \ + vte.8::devel/vte \ + cdda_interface,cdda_paranoia::audio/cdparanoia +RUN_DEPENDS= ::x11/gnome/yelp \ + ::audio/vorbis-tools CONFIGURE_STYLE= gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - LIBS="-pthread" - -.if ${FLAVOR:L:Mcdparanoia} -LIB_DEPENDS+= cdda_interface,cdda_paranoia::audio/cdparanoia -.else -CONFIGURE_ARGS+= --disable-cdpar -.endif + LDFLAGS="-L${LOCALBASE}/lib" .include diff --git a/audio/grip/distinfo b/audio/grip/distinfo index e82c0f6b0ca..eb8678cfbc1 100644 --- a/audio/grip/distinfo +++ b/audio/grip/distinfo @@ -1,4 +1,4 @@ -MD5 (grip-3.0.7.tar.gz) = eac4bbb44584cb64273c048343b37124 -RMD160 (grip-3.0.7.tar.gz) = c098148c8d0e28fb88cb468cecf36728df08a3bb -SHA1 (grip-3.0.7.tar.gz) = 153cc2f936332c349e0cdc2c1b6c54ee105b55d8 -SIZE (grip-3.0.7.tar.gz) = 874766 +MD5 (grip-3.2.0.tar.gz) = 9b51933a03dd7d7ddfbb3643fc82c2d0 +RMD160 (grip-3.2.0.tar.gz) = b162ce4bcc08ea29bf6a504ae5cd6ec5a5f3e969 +SHA1 (grip-3.2.0.tar.gz) = dd135b689dd0869f9652a1bfe73dcbe42a6475be +SIZE (grip-3.2.0.tar.gz) = 722039 diff --git a/audio/grip/patches/patch-configure b/audio/grip/patches/patch-configure index 42c2de0d155..a58ea8e761f 100644 --- a/audio/grip/patches/patch-configure +++ b/audio/grip/patches/patch-configure @@ -1,53 +1,25 @@ -$OpenBSD: patch-configure,v 1.3 2005/01/05 15:45:15 alek Exp $ ---- configure.orig Wed Apr 23 04:33:56 2003 -+++ configure Wed Jan 5 16:10:31 2005 -@@ -8029,13 +8029,13 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo +$OpenBSD: patch-configure,v 1.4 2005/06/30 22:34:29 alek Exp $ +--- configure.orig Mon Apr 26 19:19:32 2004 ++++ configure Mon Jun 27 21:29:14 2005 +@@ -4140,7 +4140,7 @@ done - PTHREAD_LIB="" -- echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 --echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 -+ echo "$as_me:$LINENO: checking for pthread_create in -pthread" >&5 -+echo $ECHO_N "checking for pthread_create in -pthread... $ECHO_C" >&6 - if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lpthread $LIBS" -+LIBS="-pthread $LIBS" - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - #include "confdefs.h" -@@ -8085,15 +8085,15 @@ fi - echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 - echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6 - if test $ac_cv_lib_pthread_pthread_create = yes; then -- PTHREAD_LIB="-lpthread" -+ PTHREAD_LIB="-pthread" - else -- echo "$as_me:$LINENO: checking for pthread_create in -lpthreads" >&5 --echo $ECHO_N "checking for pthread_create in -lpthreads... $ECHO_C" >&6 -+ echo "$as_me:$LINENO: checking for pthread_create in -pthreads" >&5 -+echo $ECHO_N "checking for pthread_create in -pthreads... $ECHO_C" >&6 - if test "${ac_cv_lib_pthreads_pthread_create+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lpthreads $LIBS" -+LIBS="-pthreads $LIBS" - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - #include "confdefs.h" -@@ -8143,7 +8143,7 @@ fi - echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_pthread_create" >&5 - echo "${ECHO_T}$ac_cv_lib_pthreads_pthread_create" >&6 - if test $ac_cv_lib_pthreads_pthread_create = yes; then -- PTHREAD_LIB="-lpthreads" -+ PTHREAD_LIB="-pthreads" - else - echo "$as_me:$LINENO: checking for pthread_create in -lc_r" >&5 - echo $ECHO_N "checking for pthread_create in -lc_r... $ECHO_C" >&6 -@@ -11324,7 +11324,7 @@ cat conftest.$ac_ext >&5 + +-for ac_header in linux/soundcard.h machine/soundcard.h sys/soundcard.h sys/audioio.h sys/audio.io.h sun/audioio.h ++for ac_header in soundcard.h linux/soundcard.h machine/soundcard.h sys/soundcard.h sys/audioio.h sys/audio.io.h sun/audioio.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + if eval "test \"\${$as_ac_Header+set}\" = set"; then +@@ -9124,7 +9124,7 @@ echo "$as_me: error: curl libs are missi + fi + + +-GETTEXT_PACKAGE=grip-2.2 ++GETTEXT_PACKAGE=grip + + + cat >>confdefs.h <<_ACEOF +@@ -10653,7 +10653,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test "$ac_cv_search_ID3Tag_Link" = no; then @@ -56,7 +28,7 @@ $OpenBSD: patch-configure,v 1.3 2005/01/05 15:45:15 alek Exp $ LIBS="-l$ac_lib $ac_func_search_save_LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" -@@ -11437,7 +11437,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l +@@ -10770,7 +10770,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then diff --git a/audio/grip/patches/patch-src_Makefile_in b/audio/grip/patches/patch-src_Makefile_in index d4a8a6ebe07..f48e8d82e65 100644 --- a/audio/grip/patches/patch-src_Makefile_in +++ b/audio/grip/patches/patch-src_Makefile_in @@ -1,12 +1,20 @@ -$OpenBSD: patch-src_Makefile_in,v 1.1 2004/09/26 09:23:44 sturm Exp $ ---- src/Makefile.in.orig Sun Sep 26 10:18:54 2004 -+++ src/Makefile.in Sun Sep 26 10:19:26 2004 -@@ -184,7 +184,7 @@ CXXFLAGS = @CXXFLAGS@ - CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) - LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +$OpenBSD: patch-src_Makefile_in,v 1.2 2005/06/30 22:34:29 alek Exp $ +--- src/Makefile.in.orig Thu Apr 15 19:51:47 2004 ++++ src/Makefile.in Mon Jun 27 21:21:43 2005 +@@ -108,7 +108,6 @@ install_sh = @install_sh@ + INCLUDES = -I$(top_srcdir) -I$(includedir) \ + -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" \ + -DG_LOG_DOMAIN=\"grip\" -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ +- -I../intl -I$(top_srcdir)/intl \ + -DPREFIX=\""$(prefix)"\" \ + -DSYSCONFDIR=\""$(sysconfdir)"\" \ + -DDATADIR=\""$(datadir)"\" \ +@@ -199,7 +198,7 @@ LTCXXCOMPILE = $(LIBTOOL) --mode=compile + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) CXXLD = $(CXX) --CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ -+CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) +-CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ ++CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ + CXXFLAGS = @CXXFLAGS@ + DIST_SOURCES = $(grip_SOURCES) diff --git a/audio/grip/patches/patch-src_cddev_c b/audio/grip/patches/patch-src_cddev_c index 7ff1601d06a..1b2914f039b 100644 --- a/audio/grip/patches/patch-src_cddev_c +++ b/audio/grip/patches/patch-src_cddev_c @@ -1,16 +1,16 @@ -$OpenBSD: patch-src_cddev_c,v 1.2 2004/09/26 09:23:44 sturm Exp $ ---- src/cddev.c.orig Sat Jan 4 20:04:08 2003 -+++ src/cddev.c Sun Sep 26 10:06:26 2004 +$OpenBSD: patch-src_cddev_c,v 1.3 2005/06/30 22:34:29 alek Exp $ +--- src/cddev.c.orig Mon Jun 6 11:01:06 2005 ++++ src/cddev.c Mon Jun 6 11:03:07 2005 @@ -52,7 +52,7 @@ #define NON_BLOCKING #endif --#if defined(__FreeBSD__) -+#if defined(__FreeBSD__) || defined(__OpenBSD__) +-#if defined(__FreeBSD__) || defined(__NetBSD__) ++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) #define CDIOREADSUBCHANNEL CDIOCREADSUBCHANNEL #endif -@@ -628,7 +628,10 @@ gboolean CDEject(DiscInfo *disc) +@@ -638,7 +638,11 @@ gboolean CDEject(DiscInfo *disc) if(ioctl(disc->cd_desc,CDROMEJECT)<0) return FALSE; #endif @@ -19,6 +19,7 @@ $OpenBSD: patch-src_cddev_c,v 1.2 2004/09/26 09:23:44 sturm Exp $ + close( disc->cd_desc ); + disc->cd_desc = -1; +#endif ++ return TRUE; } diff --git a/audio/grip/patches/patch-src_cdpar_c b/audio/grip/patches/patch-src_cdpar_c index 46a5eafe10a..bbc616cc816 100644 --- a/audio/grip/patches/patch-src_cdpar_c +++ b/audio/grip/patches/patch-src_cdpar_c @@ -1,11 +1,11 @@ -$OpenBSD: patch-src_cdpar_c,v 1.1 2004/09/26 09:23:44 sturm Exp $ ---- src/cdpar.c.orig Sun Sep 26 10:07:18 2004 -+++ src/cdpar.c Sun Sep 26 10:07:40 2004 -@@ -60,10 +60,12 @@ static inline int bigendianp(void){ +$OpenBSD: patch-src_cdpar_c,v 1.2 2005/06/30 22:34:29 alek Exp $ +--- src/cdpar.c.orig Mon Jun 6 11:04:03 2005 ++++ src/cdpar.c Mon Jun 6 11:03:51 2005 +@@ -56,10 +56,12 @@ static inline int bigendianp(void){ return(1); } -+#if !defined (__OpenBSD__) ++#if !defined(__OpenBSD__) static inline size16 swap16(size16 x){ return((((unsigned size16)x & 0x00ffU) << 8) | (((unsigned size16)x & 0xff00U) >> 8)); diff --git a/audio/grip/patches/patch-src_discdb_c b/audio/grip/patches/patch-src_discdb_c index 982d74778d0..68014ceaf7d 100644 --- a/audio/grip/patches/patch-src_discdb_c +++ b/audio/grip/patches/patch-src_discdb_c @@ -1,21 +1,21 @@ -$OpenBSD: patch-src_discdb_c,v 1.1 2005/03/22 15:02:45 robert Exp $ ---- src/discdb.c.orig Tue Mar 22 15:46:22 2005 -+++ src/discdb.c Tue Mar 22 15:48:14 2005 -@@ -274,7 +274,7 @@ +$OpenBSD: patch-src_discdb_c,v 1.2 2005/06/30 22:34:29 alek Exp $ +--- src/discdb.c.orig Mon Jun 6 11:58:57 2005 ++++ src/discdb.c Mon Jun 6 11:59:56 2005 +@@ -311,7 +311,7 @@ gboolean DiscDBDoQuery(DiscInfo *disc,Di query->query_match=MATCH_EXACT; query->query_matches=0; -- while((inbuffer=DiscDBReadLine(&result))) { -+ while(query->query_matches < MAX_INEXACT_MATCHES && (inbuffer=DiscDBReadLine(&result))) { +- while((inbuffer=DiscDBReadLine(&dataptr))) { ++ while(query->query_matches < MAX_INEXACT_MATCHES && (inbuffer=DiscDBReadLine(&dataptr))) { query->query_list[query->query_matches].list_genre= DiscDBGenreValue(g_strstrip(strtok(inbuffer," "))); -@@ -294,7 +294,7 @@ +@@ -331,7 +331,7 @@ gboolean DiscDBDoQuery(DiscInfo *disc,Di query->query_match=MATCH_INEXACT; query->query_matches=0; -- while((inbuffer=DiscDBReadLine(&result))) { -+ while(query->query_matches < MAX_INEXACT_MATCHES && (inbuffer=DiscDBReadLine(&result))) { +- while((inbuffer=DiscDBReadLine(&dataptr))) { ++ while(query->query_matches < MAX_INEXACT_MATCHES && (inbuffer=DiscDBReadLine(&dataptr))) { query->query_list[query->query_matches].list_genre= DiscDBGenreValue(g_strstrip(strtok(inbuffer," "))); diff --git a/audio/grip/patches/patch-src_grip_c b/audio/grip/patches/patch-src_grip_c index c81d024cf20..bde5fb4342a 100644 --- a/audio/grip/patches/patch-src_grip_c +++ b/audio/grip/patches/patch-src_grip_c @@ -1,9 +1,9 @@ -$OpenBSD: patch-src_grip_c,v 1.3 2004/09/26 10:30:45 sturm Exp $ ---- src/grip.c.orig Sun Sep 26 10:37:27 2004 -+++ src/grip.c Sun Sep 26 10:37:36 2004 -@@ -599,7 +599,7 @@ static void DoLoadConfig(GripInfo *ginfo +$OpenBSD: patch-src_grip_c,v 1.4 2005/06/30 22:34:29 alek Exp $ +--- src/grip.c.orig Mon Jun 6 11:06:42 2005 ++++ src/grip.c Mon Jun 6 11:07:30 2005 +@@ -732,7 +732,7 @@ static void DoLoadConfig(GripInfo *ginfo - uinfo->id3_genre_item_list=NULL; + *ginfo->version='\0'; - strcpy(ginfo->cd_device,"/dev/cdrom"); + strcpy(ginfo->cd_device,"/dev/cd0c"); diff --git a/audio/grip/patches/patch-src_grip_h b/audio/grip/patches/patch-src_grip_h index e1eb66a5c15..56bee850d8a 100644 --- a/audio/grip/patches/patch-src_grip_h +++ b/audio/grip/patches/patch-src_grip_h @@ -1,12 +1,12 @@ -$OpenBSD: patch-src_grip_h,v 1.1 2002/05/07 21:05:33 lebel Exp $ ---- src/grip.h.orig Fri Feb 15 11:34:01 2002 -+++ src/grip.h Thu Feb 21 12:07:40 2002 -@@ -42,7 +42,7 @@ +$OpenBSD: patch-src_grip_h,v 1.2 2005/06/30 22:34:29 alek Exp $ +--- src/grip.h.orig Mon Jun 6 11:07:53 2005 ++++ src/grip.h Mon Jun 6 11:08:25 2005 +@@ -48,7 +48,7 @@ #define RRand(range) (random()%(range)) --#if defined(__linux__) || defined(__FreeBSD__) || defined(__osf__) /* __osf__ ?? */ -+#if defined(__linux__) || defined(__OpenBSD__) || defined(__osf__) /* __osf__ ?? */ +-#if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__osf__) /* __osf__ ?? */ ++#if defined(__linux__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__osf__) /* __osf__ ?? */ #define MAILER "/usr/sbin/sendmail -i -t" diff --git a/audio/grip/patches/patch-src_rip_c b/audio/grip/patches/patch-src_rip_c index 497014dc322..b12cd791359 100644 --- a/audio/grip/patches/patch-src_rip_c +++ b/audio/grip/patches/patch-src_rip_c @@ -1,16 +1,16 @@ -$OpenBSD: patch-src_rip_c,v 1.3 2004/09/26 09:23:44 sturm Exp $ ---- src/rip.c.orig Sun Jan 12 00:00:00 2003 -+++ src/rip.c Sun Sep 26 10:06:26 2004 +$OpenBSD: patch-src_rip_c,v 1.4 2005/06/30 22:34:29 alek Exp $ +--- src/rip.c.orig Mon Jun 6 11:08:44 2005 ++++ src/rip.c Mon Jun 6 11:09:34 2005 @@ -27,7 +27,7 @@ #elif defined (HAVE_SYS_VFS_H) #include #endif --#if defined(__FreeBSD__) -+#if defined(__OpenBSD__) +-#if defined(__FreeBSD__) || defined(__NetBSD__) ++#if defined(__OpenBSD__) || defined(__NetBSD__) #include #include #endif -@@ -385,7 +385,7 @@ static void AddSQLEntry(GripInfo *ginfo, +@@ -393,7 +393,7 @@ static void AddSQLEntry(GripInfo *ginfo, "-t",enc_track->song_name,"-d",enc_track->disc_name, "-g",ID3GenreString(enc_track->id3_genre),"-y",year_str, "-n",track_str, @@ -19,7 +19,7 @@ $OpenBSD: patch-src_rip_c,v 1.3 2004/09/26 09:23:44 sturm Exp $ else execlp("mp3insert","mp3insert", "-p",enc_track->mp3_filename, -@@ -393,7 +393,7 @@ static void AddSQLEntry(GripInfo *ginfo, +@@ -401,7 +401,7 @@ static void AddSQLEntry(GripInfo *ginfo, "-t",enc_track->song_name,"-d",enc_track->disc_name, "-g",ID3GenreString(enc_track->id3_genre),"-y",year_str, "-n",track_str, diff --git a/audio/grip/pkg/DESCR b/audio/grip/pkg/DESCR index e814dc7876d..3460c0346fd 100644 --- a/audio/grip/pkg/DESCR +++ b/audio/grip/pkg/DESCR @@ -1,6 +1,9 @@ -Grip is a cd-player and cd-ripper for the Gnome desktop. It has the ripping -capabilities of cdparanoia builtin, but can also use external rippers (such as -cdda2wav). It also provides an automated frontend for MP3 (and other audio -format) encoders, letting you take a disc and transform it easily straight into -MP3s. Internet disc lookups are supported for retrieving track information from -disc database servers. +Grip is a cd-player and cd-ripper for the Gnome desktop. It has the +ripping capabilities of cdparanoia builtin, but can also use external +rippers (such as cdda2wav). It also provides an automated frontend for +MP3 (and other audio format) encoders, letting you take a disc and +transform it easily straight into MP3s. Internet disc lookups are +supported for retrieving track information from disc database servers. + +To encode MP3s an external encoder (like audio/lame or audio/bladeenc) +is needed. diff --git a/audio/grip/pkg/PLIST b/audio/grip/pkg/PLIST index 0e364a7b546..8e7b0c1465d 100644 --- a/audio/grip/pkg/PLIST +++ b/audio/grip/pkg/PLIST @@ -1,44 +1,26 @@ -@comment $OpenBSD: PLIST,v 1.7 2005/03/22 15:02:45 robert Exp $ +@comment $OpenBSD: PLIST,v 1.8 2005/06/30 22:34:29 alek Exp $ bin/grip +share/applications/grip.desktop share/gnome/ -share/gnome/apps/ -share/gnome/apps/Multimedia/ -share/gnome/apps/Multimedia/grip.desktop share/gnome/help/ share/gnome/help/grip/ share/gnome/help/grip/C/ -share/gnome/help/grip/C/acknowledge.html -share/gnome/help/grip/C/bugs.html share/gnome/help/grip/C/cdconfig.png -share/gnome/help/grip/C/cddb.html -share/gnome/help/grip/C/cdplayer.html share/gnome/help/grip/C/cdplayer.png share/gnome/help/grip/C/cdplayersmall.png share/gnome/help/grip/C/cdscan.png -share/gnome/help/grip/C/configure.html share/gnome/help/grip/C/discdb.png -share/gnome/help/grip/C/discdbconfig.html share/gnome/help/grip/C/discdbconfig.png share/gnome/help/grip/C/editing.png share/gnome/help/grip/C/eject.png share/gnome/help/grip/C/encprog.png -share/gnome/help/grip/C/faq.html share/gnome/help/grip/C/ffwd.png share/gnome/help/grip/C/grip-logo.png -share/gnome/help/grip/C/grip.html -share/gnome/help/grip/C/gripswitches.html -share/gnome/help/grip/C/id3config.html +share/gnome/help/grip/C/grip.xml share/gnome/help/grip/C/id3config.png -share/gnome/help/grip/C/images/ -share/gnome/help/grip/C/intro.html -share/gnome/help/grip/C/license.html -share/gnome/help/grip/C/ln14.html share/gnome/help/grip/C/minmax.png -share/gnome/help/grip/C/miscconfig.html share/gnome/help/grip/C/miscconfig.png share/gnome/help/grip/C/modeinterface.png -share/gnome/help/grip/C/morehelp.html -share/gnome/help/grip/C/mp3config.html share/gnome/help/grip/C/mp3config.png share/gnome/help/grip/C/mp3config2.png share/gnome/help/grip/C/multiartist.png @@ -51,21 +33,15 @@ share/gnome/help/grip/C/playplaylist.png share/gnome/help/grip/C/playrandom.png share/gnome/help/grip/C/prevtrk.png share/gnome/help/grip/C/progtrack.png -share/gnome/help/grip/C/proxyconfig.html share/gnome/help/grip/C/proxyconfig.png share/gnome/help/grip/C/quit.png share/gnome/help/grip/C/rewind.png -share/gnome/help/grip/C/rip-perform.html -share/gnome/help/grip/C/ripconfig.html share/gnome/help/grip/C/ripconfig.png share/gnome/help/grip/C/ripconfig2.png share/gnome/help/grip/C/ripconfig3.png -share/gnome/help/grip/C/ripping.html share/gnome/help/grip/C/ripping.png share/gnome/help/grip/C/ripprog.png share/gnome/help/grip/C/ripsmall.png -share/gnome/help/grip/C/sect-scsi.html -share/gnome/help/grip/C/sect-trackmode.html share/gnome/help/grip/C/smile1.png share/gnome/help/grip/C/smile2.png share/gnome/help/grip/C/smile3.png @@ -75,40 +51,23 @@ share/gnome/help/grip/C/smile6.png share/gnome/help/grip/C/smile7.png share/gnome/help/grip/C/smile8.png share/gnome/help/grip/C/stop.png -share/gnome/help/grip/C/topic.dat share/gnome/help/grip/C/trkedit.png share/gnome/help/grip/C/volume.png -share/gnome/help/grip/C/x135.html -share/locale/ -share/locale/ca/ -share/locale/ca/LC_MESSAGES/ +share/locale/be/LC_MESSAGES/grip.mo +share/locale/bg/LC_MESSAGES/grip.mo share/locale/ca/LC_MESSAGES/grip.mo -share/locale/de/ -share/locale/de/LC_MESSAGES/ share/locale/de/LC_MESSAGES/grip.mo -share/locale/es/ -share/locale/es/LC_MESSAGES/ share/locale/es/LC_MESSAGES/grip.mo -share/locale/fr/ -share/locale/fr/LC_MESSAGES/ +share/locale/fi/LC_MESSAGES/grip.mo share/locale/fr/LC_MESSAGES/grip.mo -share/locale/ja/ -share/locale/ja/LC_MESSAGES/ +share/locale/it/LC_MESSAGES/grip.mo share/locale/ja/LC_MESSAGES/grip.mo -share/locale/pt_BR/ -share/locale/pt_BR/LC_MESSAGES/ share/locale/pt_BR/LC_MESSAGES/grip.mo -share/locale/ru/ -share/locale/ru/LC_MESSAGES/ share/locale/ru/LC_MESSAGES/grip.mo -share/locale/zh_CN/ -share/locale/zh_CN/LC_MESSAGES/ share/locale/zh_CN/LC_MESSAGES/grip.mo share/locale/zh_HK/ share/locale/zh_HK/LC_MESSAGES/ share/locale/zh_HK/LC_MESSAGES/grip.mo -share/locale/zh_TW/ -share/locale/zh_TW/LC_MESSAGES/ share/locale/zh_TW/LC_MESSAGES/grip.mo share/pixmaps/ share/pixmaps/gripicon.png