GNOME Bugzilla – Bug 655885
[sndio] Add sndio (OpenBSD) audio sinks/sources
Last modified: 2012-04-25 08:28:03 UTC
Can be found here: http://www.openbsd.org/cgi-bin/cvsweb/ports/multimedia/gstreamer-0.10/plugins-good/files/
Anyone have the courage to deal with CVS? Or convince the author to send patches?
I accidentally became an OpenBSD hacker a while ago, so I should be able to take care of that side of things.
Created attachment 194277 [details] [review] add libsndio plugin to gst-plugins-bad I moved it to gst-plugins-bad, fixed some compile errors and tested it a bit. Otherwise this is the same as the current plugin used in openbsd packages. The original author (jakemsr) hasn't been around lately, but I can spend some time getting the code in shape if required.
If you could please re-sync your patch with the sndio backend as it is now in the ports tree after the renaming to the proper name.. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2012/01/25 07:06:27 Modified files: multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/gstreamer-0.10/plugins-good/files: Makefile.am multimedia/gstreamer-0.10/plugins-good/patches: patch-configure_ac patch-ext_Makefile_am multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main Added files: multimedia/gstreamer-0.10/plugins-good/files: gstsndio.c sndiosink.c sndiosink.h sndiosrc.c sndiosrc.h Removed files: multimedia/gstreamer-0.10/plugins-good/files: gstlibsndio.c libsndiosink.c libsndiosink.h libsndiosrc.c libsndiosrc.h Log message: Rename libsndio{sink,src} to sndio{sink,src}. from Brad
Created attachment 211890 [details] [review] add sndio plugin for OpenBSD
Here is an updated patch after being renamed as we did in our ports tree.
ping. ping. Come on wakey wakey.
commit 7e33cf569918d3a4ca2dcaa3ccc28719c757e185 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Wed Apr 25 10:25:51 2012 +0200 sndio: Fix i18n initialization commit e42ad655c4bd548ab8b7f880733672204ce1c914 Author: Jacob Meuser <jakemsr@sdf.lonestar.org> Date: Wed Apr 11 21:05:26 2012 -0400 sndio: add sndio plugin for OpenBSD