Advertisement
unforgiven512

PKGBUILD: ffmpeg-full (diff for libaacplus)

Apr 23rd, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.29 KB | None | 0 0
  1. --- PKGBUILD.orig   2013-04-11 14:50:58.000000000 -0400
  2. +++ PKGBUILD    2013-04-23 16:05:19.365950613 -0400
  3. @@ -10,13 +10,13 @@
  4.  
  5.  pkgname=ffmpeg-full
  6.  pkgver=1.2
  7. -pkgrel=2
  8. +pkgrel=3
  9.  epoch=1
  10.  pkgdesc="Record, convert, and stream audio and video (all codecs; compatible to extra/ffmpeg)"
  11.  arch=('i686' 'x86_64')
  12.  url="http://ffmpeg.org/"
  13.  license=('GPL' 'custom:UNREDISTRIBUTABLE')
  14. -depends=('faac' 'lame' 'libtheora' 'libva' 'sdl' 'x264' 'libass' 'libbluray' 'libcaca' 'libiec61883' 'openal' 'twolame' 'libavc1394' 'xvidcore' 'schroedinger' 'v4l-utils' 'speex' 'opus' 'libvpx' 'jack' 'opencore-amr' 'rtmpdump' 'openjpeg' 'libmodplug' 'gsm' 'libpulse' 'vo-aacenc' 'vo-amrwbenc' 'celt' 'gnutls' 'libdc1394' 'libfdk-aac' 'libcdio-paranoia')
  15. +depends=('faac' 'lame' 'libtheora' 'libva' 'sdl' 'x264' 'libass' 'libbluray' 'libcaca' 'libiec61883' 'openal' 'twolame' 'libavc1394' 'xvidcore' 'schroedinger' 'v4l-utils' 'speex' 'opus' 'libvpx' 'jack' 'opencore-amr' 'rtmpdump' 'openjpeg' 'libmodplug' 'gsm' 'libpulse' 'vo-aacenc' 'vo-amrwbenc' 'celt' 'gnutls' 'libdc1394' 'libfdk-aac' 'libcdio-paranoia' 'libaacplus')
  16.  makedepends=('libvdpau' 'yasm' 'pkg-config')
  17.  conflicts=('ffmpeg' 'ffmpeg-git' 'ffmpeg-full-git')
  18.  provides=('ffmpeg' 'qt-faststart')
  19. @@ -40,6 +40,7 @@
  20.      --enable-gnutls \
  21.      --enable-gpl \
  22.      --enable-iconv \
  23. +    --enable-libaacplus \
  24.      --enable-libass \
  25.      --enable-libbluray \
  26.      --enable-libcaca \
  27. @@ -116,7 +117,6 @@
  28.  # --enable-small               # we want SPEED instead
  29.  # # this stuff does not build:
  30.  # --enable-frei0r              # circular dependency
  31. -# --enable-libaacplus          # does not build from AUR: configure.ac:8: error: "AM_CONFIG_HEADER": this macro is obsolete.
  32.  # --enable-libflite            # configure fail: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libflite.a(au_alsa.o): In function "audio_open_alsa": (.text+0x20): undefined reference to "snd_pcm_hw_params_sizeof"
  33.  # --enable-libilbc             # configure fail: /tmp/ffconf.lccg5Ux6.c:1:18: fatal error: ilbc.h: No such file or directory
  34.  # --enable-libnut              # link fail: /usr/bin/ld: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libnut.a(muxer.o): relocation R_X86_64_32S against ".rodata" can not be used when making a shared object; recompile with -fPIC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement