libsndio -> sndio

This commit is contained in:
ajacoutot 2012-01-25 14:07:09 +00:00
parent ea0570019c
commit fde4c8063b
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.62 2011/12/03 22:17:16 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.63 2012/01/25 14:07:09 ajacoutot Exp $
COMMENT= GNOME media utilities
GNOME_PROJECT= gnome-media
GNOME_VERSION= 2.91.2
REVISION= 9
REVISION= 10
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-gstreamer-properties_pipeline-constants_c,v 1.6 2010/09/30 07:35:18 ajacoutot Exp $
$OpenBSD: patch-gstreamer-properties_pipeline-constants_c,v 1.7 2012/01/25 14:07:09 ajacoutot Exp $
--- gstreamer-properties/pipeline-constants.c.orig Wed Aug 4 15:22:33 2010
+++ gstreamer-properties/pipeline-constants.c Tue Sep 28 18:59:24 2010
@@ -82,6 +82,8 @@ GSTPPipelineDescription audiosink_pipelines[] = {
@ -6,7 +6,7 @@ $OpenBSD: patch-gstreamer-properties_pipeline-constants_c,v 1.6 2010/09/30 07:35
{PIPE_TYPE_AUDIOSINK, 0, N_("Sun Audio"),
"sunaudiosink", NULL, FALSE, TEST_PIPE_SUPPLIED, audiosink_test_pipe, TRUE},
+ {PIPE_TYPE_AUDIOSINK, 0, N_("SNDIO - audio access library"),
+ "libsndiosink", NULL, FALSE, TEST_PIPE_SUPPLIED, audiosink_test_pipe, FALSE},
+ "sndiosink", NULL, FALSE, TEST_PIPE_SUPPLIED, audiosink_test_pipe, FALSE},
{PIPE_TYPE_AUDIOSINK, 0, N_("Custom"), NULL, NULL, TRUE, TEST_PIPE_SUPPLIED,
audiosink_test_pipe, TRUE}
};
@ -15,7 +15,7 @@ $OpenBSD: patch-gstreamer-properties_pipeline-constants_c,v 1.6 2010/09/30 07:35
{PIPE_TYPE_AUDIOSRC, 0, N_("PulseAudio Sound Server"), "pulsesrc", NULL,
FALSE, TEST_PIPE_AUDIOSINK, NULL, FALSE},
+ {PIPE_TYPE_AUDIOSRC, 0, N_("SNDIO - audio access library"),
+ "libsndiosrc", NULL, FALSE, TEST_PIPE_AUDIOSINK, NULL, FALSE},
+ "sndiosrc", NULL, FALSE, TEST_PIPE_AUDIOSINK, NULL, FALSE},
/* Note: using triangle instead of sine for test sound so we
* can test the vorbis encoder as well (otherwise it'd compress too well) */
{PIPE_TYPE_AUDIOSRC, 0, N_("Test Sound"), "audiotestsrc wave=triangle is-live=true",