Advertisement
Guest User

Untitled

a guest
Jan 5th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.80 KB | None | 0 0
  1. --- PKGBUILD.orig   2013-12-05 02:23:44.000000000 -0700
  2. +++ PKGBUILD    2014-01-05 00:31:29.808638960 -0700
  3. @@ -12,14 +12,17 @@
  4.  makedepends=('intltool' 'v4l-utils')
  5.  install=kino.install
  6.  source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"
  7. -        'videodev-header.patch')
  8. +        'videodev-header.patch'
  9. +        'ffmpeg-Makefile.patch')
  10.  md5sums=('52f8ce690e45a089e3edc6c7af61a05c'
  11. -         '940404c0eec3c9d954c289ceb52d15a6')
  12. +         '940404c0eec3c9d954c289ceb52d15a6'
  13. +         'ee17df4e33b48075bb762494cc30a16a')
  14.  
  15.  build() {
  16.    cd "${srcdir}/${pkgname}-${pkgver}"
  17.  
  18.    patch -p1 -i "${srcdir}"/videodev-header.patch
  19. +  patch -p0 -i "${srcdir}"/ffmpeg-Makefile.patch
  20.  
  21.    ./configure --prefix=/usr \
  22.                --with-udev-rules-dir=/usr/lib/udev/rules.d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement