This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: Jonathan Steel <jsteel at archlinux.org> | |
| # Contributor: Benjamin Klettbach <b.klettbach@gmail.com> | |
| pkgname=obs-studio | |
| pkgver=20.0.1 | |
| pkgrel=2 | |
| pkgdesc="Free, open source software for live streaming and recording" | |
| arch=('i686' 'x86_64') | |
| url="https://obsproject.com" | |
| license=('GPL2') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pkgname=jd-gtk3 | |
| pkgver=r2365.21c84419 | |
| pkgrel=1 | |
| pkgdesc="A 2channel browser written in C++ using gtkmm (patched)" | |
| arch=('i686' 'x86_64') | |
| url="https://github.com/ma8ma/JD/tree/gtk3-idea" | |
| license=('GPL2') | |
| makedepends=('git') | |
| depends=('gnutls' 'libsm' 'gtkmm3' 'autoconf-archive') | |
| conflicts=('jd' 'jd-svn' 'jd-costom') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From ubuntu:18.04 | |
| ENV DEBIAN_FRONTEND=noninteractive | |
| RUN apt-get -y update | |
| RUN apt-get -y install build-essential automake autoconf-archive git libtool | |
| RUN apt-get -y install libgtkmm-3.0-dev libmigemo1 libasound2-data libltdl-dev libasound2-dev libgnutls28-dev | |
| ## gcc-6 g++-6 | |
| RUN apt-get install gcc-6 g++-6 -y |
OlderNewer