[arch-commits] Commit in libflashsupport/repos (3 files)

Eric Belanger eric at archlinux.org
Fri Jul 11 00:35:39 UTC 2008


    Date: Thursday, July 10, 2008 @ 20:35:38
  Author: eric
Revision: 4850

Merged revisions 4845-4849 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/libflashsupport/trunk

........
  r4849 | eric | 2008-07-10 20:35:25 -0400 (Thu, 10 Jul 2008) | 2 lines
  
  upgpkg: libflashsupport 9.0.21.78-3
      added license file, fixed build problem
........

Added:
  libflashsupport/repos/extra-i686/LICENSE
    (from rev 4849, libflashsupport/trunk/LICENSE)
Modified:
  libflashsupport/repos/extra-i686/	(properties)
  libflashsupport/repos/extra-i686/PKGBUILD

----------+
 LICENSE  |   34 ++++++++++++++++++++++++++++++++++
 PKGBUILD |   15 ++++++++-------
 2 files changed, 42 insertions(+), 7 deletions(-)


Property changes on: libflashsupport/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /libflashsupport/trunk:1-4844
   + /libflashsupport/trunk:1-4849

Copied: libflashsupport/repos/extra-i686/LICENSE (from rev 4849, libflashsupport/trunk/LICENSE)
===================================================================
--- extra-i686/LICENSE	                        (rev 0)
+++ extra-i686/LICENSE	2008-07-11 00:35:38 UTC (rev 4850)
@@ -0,0 +1,34 @@
+/*
+Adobe Systems Incorporated(r) Source Code License Agreement
+Copyright(c) 2006 Adobe Systems Incorporated. All rights reserved.
+
+Please read this Source Code License Agreement carefully before using
+the source code.
+
+Adobe Systems Incorporated grants to you a perpetual, worldwide, non-exclusive,
+no-charge, royalty-free, irrevocable copyright license, to reproduce,
+prepare derivative works of, publicly display, publicly perform, and
+distribute this source code and such derivative works in source or
+object code form without any attribution requirements.
+
+The name "Adobe Systems Incorporated" must not be used to endorse or promote products
+derived from the source code without prior written permission.
+
+You agree to indemnify, hold harmless and defend Adobe Systems Incorporated from and
+against any loss, damage, claims or lawsuits, including attorney's
+fees that arise or result from your use or distribution of the source
+code.
+
+THIS SOURCE CODE IS PROVIDED "AS IS" AND "WITH ALL FAULTS", WITHOUT
+ANY TECHNICAL SUPPORT OR ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING,
+BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ALSO, THERE IS NO WARRANTY OF
+NON-INFRINGEMENT, TITLE OR QUIET ENJOYMENT. IN NO EVENT SHALL MACROMEDIA
+OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOURCE CODE, EVEN IF
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-07-11 00:35:25 UTC (rev 4849)
+++ extra-i686/PKGBUILD	2008-07-11 00:35:38 UTC (rev 4850)
@@ -2,19 +2,20 @@
 # Maintainer: Woody Gilk <woody at archlinux.org>
 pkgname=libflashsupport
 pkgver=9.0.21.78
-pkgrel=2
+pkgrel=3
 pkgdesc="Macromedia flash plugin support lib (OSS SSL)"
+arch=('i686')
 url="http://www.macromedia.com/software/flashplayer/"
-license="custom"
-arch=('i686')
+license=("custom")
 depends=('flashplugin' 'icu' 'openssl')
-source=(http://www.kaourantin.net/flashplayer/flashsupport.c)
-md5sums=('bb8a0de41ba18f9f1fcad7038cacb688')
+source=(http://www.kaourantin.net/flashplayer/flashsupport.c LICENSE)
+md5sums=('bb8a0de41ba18f9f1fcad7038cacb688' 'f3b8e73dc23de1e789c233e993e8978e')
 
 build() {
 	msg "Building libflashsupport"
 	cd $startdir/src
-	echo $CC $CFLAGS -shared -Wall -Werror -licuuc -lssl flashsupport.c -o libflashsupport.so
-	$CC $CFLAGS -shared -Wall -Werror -licuuc -lssl flashsupport.c -o libflashsupport.so || return 1
+	echo gcc $CFLAGS -shared -Wall -Werror -licuuc -lssl flashsupport.c -o libflashsupport.so
+	gcc $CFLAGS -shared -Wall -Werror -licuuc -lssl flashsupport.c -o libflashsupport.so || return 1
 	install -D -m755 libflashsupport.so $startdir/pkg/usr/lib/libflashsupport.so
+	install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }





More information about the arch-commits mailing list