diff --git a/README.md b/README.md index 03520f7..a691488 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Some neato [PKGBUILDs](https://wiki.archlinux.org/index.php/PKGBUILD) for [Arch * [polyvox-git](polyvox-git) - Provides the [PolyVox](http://www.volumesoffun.com/polyvox-about/) library, intended for storing, manipulating, and displaying volumetric representations of objects * [python3-keybinder](python3-keybinder) - Provides the unmaintained [python3-keybinder](https://pypi.org/project/python3-keybinder/) library, a global keybinding library for X * [swapspace](swapspace) - Provides [swapspace](https://github.com/Tookmund/Swapspace), a dynamic swap manager for Linux -* [foobar2000-component-audioscrobbler-bin](foobar2000-component-audioscrobbler-bin) - Provides [foo_audioscrobbler](http://www.foobar2000.org/components/view/foo_audioscrobbler), a [Last.fm/Audioscrobbler](https://www.last.fm/) component for [foobar2000](https://www.foobar2000.org/) +* [foobar2000-component-audioscrobbler-bin](foobar2000-component-audioscrobbler-bin) - Provides [foo_audioscrobbler](https://www.foobar2000.org/components/view/foo_audioscrobbler), a [Last.fm/Audioscrobbler](https://www.last.fm/) component for [foobar2000](https://www.foobar2000.org/) +* [foobar2000-component-vorbisstream-bin](foobar2000-component-vorbisstream-bin) - Provides [foo_vorbisstream](https://www.foobar2000.org/components/view/foo_vorbisstream), which streams Vorbis and associated metadata to Icecast2 and Shoutcast servers for [foobar2000](https://www.foobar2000.org/) * [foobnix](foobnix) + [foobnix-git](foobnix-git) - Provides [Foobnix](http://foobnix.com), a lightweight and functional music player for Linux built with GTK+ and Python 3 * [hiri](hiri) - Provides [Hiri](https://www.hiri.com/), a cross-platform, [Exchange](https://en.wikipedia.org/wiki/Microsoft_Exchange_Server)-ready email client aiming to replace [Outlook](https://en.wikipedia.org/wiki/Microsoft_Outlook) diff --git a/foobar2000-component-vorbisstream-bin/PKGBUILD b/foobar2000-component-vorbisstream-bin/PKGBUILD new file mode 100644 index 0000000..32d5223 --- /dev/null +++ b/foobar2000-component-vorbisstream-bin/PKGBUILD @@ -0,0 +1,17 @@ +# Maintainer: Alex Tharp + +pkgname=foobar2000-component-vorbisstream-bin +pkgver=1.1 +pkgrel=1 +pkgdesc="Streams Vorbis and associated metadata to Icecast2 and Shoutcast servers for foobar2000" +arch=('any') +url="https://www.foobar2000.org/components/view/foo_vorbisstream" +license=('unknown') +depends=('foobar2000>=1.0.0') +conflicts=('foobar2000-vorbisstream-bin') +source=("https://www.foobar2000.org/getcomponent/acbe0b662aa2bc0d6f56024d15215d2c/foo_vorbisstream-1.1.zip") +md5sums=('4c12495f8908761db345689e4db31a9d') + +package() { + install -Dm644 -t "$pkgdir/usr/share/foobar2000/components" "$srcdir/foo_vorbisstream.dll" +}