Skip to content

Commit

Permalink
feat: foobar2000-component-vorbisstream-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
toastercup committed Mar 13, 2022
1 parent f0b1b17 commit 1c19688
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
17 changes: 17 additions & 0 deletions foobar2000-component-vorbisstream-bin/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Maintainer: Alex Tharp <[email protected]>

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"
}

0 comments on commit 1c19688

Please sign in to comment.