From 5169208f30ad2e6abb86d54766d1100f4101ed15 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 6 Sep 2012 09:53:15 +0000 Subject: [PATCH] Remove unused gstreamer-0.10/plugins-bad dependency. ok mpi@ (maintainer) --- audio/soundconverter/Makefile | 5 ++--- audio/soundconverter/pkg/DESCR | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/soundconverter/Makefile b/audio/soundconverter/Makefile index 2ac29fcd6d7..adb42a2352c 100644 --- a/audio/soundconverter/Makefile +++ b/audio/soundconverter/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2012/06/15 08:32:14 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.7 2012/09/06 09:53:15 ajacoutot Exp $ COMMENT = simple audio file converter for the GNOME Desktop DISTNAME = soundconverter-1.5.4 -REVISION = 4 +REVISION = 5 CATEGORIES = audio HOMEPAGE = http://soundconverter.berlios.de/ @@ -26,7 +26,6 @@ BUILD_DEPENDS = x11/gnome/py-gnome \ RUN_DEPENDS = multimedia/gstreamer-0.10/py-gstreamer \ multimedia/gstreamer-0.10/plugins-good \ - multimedia/gstreamer-0.10/plugins-bad \ multimedia/gstreamer-0.10/plugins-ffmpeg \ devel/desktop-file-utils \ x11/gnome/py-gnome \ diff --git a/audio/soundconverter/pkg/DESCR b/audio/soundconverter/pkg/DESCR index 5d5359eade8..15ff6416560 100644 --- a/audio/soundconverter/pkg/DESCR +++ b/audio/soundconverter/pkg/DESCR @@ -1,4 +1,5 @@ SoundConverter is a simple GTK+ audio file converter for the GNOME environment. It reads anything GStreamer can read and writes to Ogg Vorbis, FLAC, AAC, WAV or MP3 formats. -To be able to write to MP3 files, you should install gstreamer-lame. + +MP3 encoding requires the gstreamer-lame package to be installed.