[arch-commits] Commit in vlc/trunk (PKGBUILD access_smb_link_to_smbclient.patch)

Ionut Biru ibiru at archlinux.org
Wed Feb 22 11:18:56 UTC 2012


    Date: Wednesday, February 22, 2012 @ 06:18:56
  Author: ibiru
Revision: 150787

fix smb access plugin. FS#28536

Added:
  vlc/trunk/access_smb_link_to_smbclient.patch
Modified:
  vlc/trunk/PKGBUILD

------------------------------------+
 PKGBUILD                           |   11 ++++++++---
 access_smb_link_to_smbclient.patch |   15 +++++++++++++++
 2 files changed, 23 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-22 09:57:59 UTC (rev 150786)
+++ PKGBUILD	2012-02-22 11:18:56 UTC (rev 150787)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
@@ -39,14 +39,19 @@
         'usr/share/vlc/lua/http/dialogs/.hosts')
 options=('!libtool')
 install=vlc.install
-source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('8806bff2ea9c76791123d444a92f708c')
+source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"
+        access_smb_link_to_smbclient.patch)
+md5sums=('8806bff2ea9c76791123d444a92f708c'
+         '5f510fdea99cdb7941423eb40045968a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
 
+  patch -Np1 -i "${srcdir}/access_smb_link_to_smbclient.patch"
+  autoreconf -fi
+
   ./configure --prefix=/usr \
               --disable-rpath \
               --enable-faad \

Added: access_smb_link_to_smbclient.patch
===================================================================
--- access_smb_link_to_smbclient.patch	                        (rev 0)
+++ access_smb_link_to_smbclient.patch	2012-02-22 11:18:56 UTC (rev 150787)
@@ -0,0 +1,15 @@
+X-Git-Url: http://git.videolan.org/?p=vlc.git;a=blobdiff_plain;f=modules%2Faccess%2FModules.am;h=be8c47b8fee03e5f4fc42c61b8e13f2d6ad587df;hp=81d8e78edc214026ceff3b17996b7bdbc47b3c26;hb=718b1f9901e5077b50c2189604afba883ca87bf7;hpb=84a1a3461adf901ff134a09eb4341cc301fdc6dd
+
+diff --git a/modules/access/Modules.am b/modules/access/Modules.am
+index 81d8e78..be8c47b 100644
+--- a/modules/access/Modules.am
++++ b/modules/access/Modules.am
+@@ -36,7 +36,7 @@ libsdp_plugin_la_DEPENDENCIES =
+ 
+ libaccess_smb_plugin_la_SOURCES = smb.c
+ libaccess_smb_plugin_la_CFLAGS = $(AM_CFLAGS)
+-libaccess_smb_plugin_la_LIBADD = $(AM_LIBADD)
++libaccess_smb_plugin_la_LIBADD = $(AM_LIBADD) $(LIBS_access_smb)
+ if HAVE_WIN32
+ libaccess_smb_plugin_la_LIBADD += -lmpr
+ endif




More information about the arch-commits mailing list