X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fblds%2FPKGBUILD;h=95350e87d4414ee14e8d0638e4a6e003064820e8;hp=aff97f11b5182abf938c9fa997ce57042624197e;hb=b290324e67a45e465f2d0ad5d0ee662b64343339;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1 diff --git a/cinelerra-5.1/blds/PKGBUILD b/cinelerra-5.1/blds/PKGBUILD index aff97f11..95350e87 100644 --- a/cinelerra-5.1/blds/PKGBUILD +++ b/cinelerra-5.1/blds/PKGBUILD @@ -1,29 +1,29 @@ -# Maintainer: goodguy +# Maintainer: goodguy pkgname=cin pkgver=5.1 -pkgrel=20180930 -pkgdesc="Cinelerra git://git.cinelerra-cv.org/goodguy/cinelerra.git ($pkgrel)" +pkgrel=20190731 +pkgdesc="Cinelerra git://git.cinelerra-gg.org/goodguy/cinelerra.git ($pkgrel)" arch=('x86_64') -url="http://www.cinelerra-cv.org" +url="https://www.cinelerra-gg.org" license=('GPL') DEPENDS=( 'alsa-lib' 'atk' 'bzip2' 'cairo' 'expat' 'fftw' 'flac' 'fontconfig' 'freetype2' 'fribidi' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'glu' 'graphite' 'gtk2' 'harfbuzz' 'libavc1394' 'libdatrie' 'libdv' 'libffi' 'libglvnd' 'libiec61883' 'libjpeg-turbo' - 'libogg' 'libpng' 'libraw1394' 'libsndfile' 'libthai' - 'libtheora' 'libtiff' 'libutil-linux' 'libvdpau' 'libvorbis' + 'libogg' 'libpng' 'libraw1394' 'libsndfile' 'libthai' 'libusb' + 'libtheora' 'libtiff' 'libutil-linux' 'libvdpau' 'libva' 'libvorbis' 'libvpx' 'libx11' 'libxau' 'libxcb' 'libxcomposite' 'libxcursor' 'libxdamage' 'libxdmcp' 'libxext' 'libxfixes' 'libxft' 'libxi' 'libxinerama' 'libxrandr' 'libxrender' 'libxv' 'numactl' 'opus' - 'pango' 'pcre' 'pixman' 'xz' 'zlib' 'xorg-server' 'libva' + 'pango' 'pcre' 'pixman' 'xz' 'zlib' 'xorg-server' 'xorg-fonts-misc' 'ttf-dejavu' 'inkscape' 'dvdauthor' 'udftools' ) -makedepends=( 'autoconf' 'automake' 'yasm' 'nasm' 'cmake' - 'libxml2' 'perl-xml-libxml' 'perl-xml-parser' +makedepends=( 'autoconf' 'automake' 'yasm' 'nasm' 'cmake' 'libtool' + 'libxml2' 'perl-xml-libxml' 'perl-xml-parser' 'meson' 'xorg-mkfontdir' 'xorg-mkfontscale' ) conflicts=() -source=(https://www.cinelerra-cv.org/five/pkgs/src/cin_$pkgver.$pkgrel-src.tgz) +source=(https://www.cinelerra-gg.org/download/pkgs/src/cin_$pkgver.$pkgrel-src.tgz) md5sums=('00000000000000000000000000000000') prepare() { @@ -34,7 +34,6 @@ prepare() { build() { cd "$srcdir/cinelerra-$pkgver" ./autogen.sh - export FFMPEG_EXTRA_CFG=" --disable-vdpau" ./configure --prefix=/usr --with-exec-name=$pkgname CFG_VARS="\ CFLAGS+=' -Wno-narrowing -O2 -g -fno-omit-frame-pointer' \