From 1a09ca56e4f37ac4e995c924c649ede71a5c82aa Mon Sep 17 00:00:00 2001 From: Parabola Date: Mon, 20 Feb 2012 17:00:00 +0000 Subject: Mon Feb 20 16:59:52 UTC 2012 --- extra/ispell/ChangeLog | 6 - extra/libart-lgpl/art_misc.h-cplusplus.patch | 35 ---- extra/mono-zeroconf/PKGBUILD | 29 ---- extra/qhull/qhull-2010.1-cmake-install.patch | 98 ------------ extra/qhull/qhull-2010.1-overflows.patch | 50 ------ extra/vlc/vlc-1.1.13-skin2_theme_loader.patch | 29 ---- extra/vlc/vlc-1.1.13-youtube.patch | 221 -------------------------- 7 files changed, 468 deletions(-) delete mode 100644 extra/ispell/ChangeLog delete mode 100644 extra/libart-lgpl/art_misc.h-cplusplus.patch delete mode 100644 extra/mono-zeroconf/PKGBUILD delete mode 100644 extra/qhull/qhull-2010.1-cmake-install.patch delete mode 100644 extra/qhull/qhull-2010.1-overflows.patch delete mode 100644 extra/vlc/vlc-1.1.13-skin2_theme_loader.patch delete mode 100644 extra/vlc/vlc-1.1.13-youtube.patch (limited to 'extra') diff --git a/extra/ispell/ChangeLog b/extra/ispell/ChangeLog deleted file mode 100644 index edb12c3bb..000000000 --- a/extra/ispell/ChangeLog +++ /dev/null @@ -1,6 +0,0 @@ -2008-03-31 Eric Belanger - - * ispell 3.3.02-2 - * FSH man pages - * Added ChangeLog - diff --git a/extra/libart-lgpl/art_misc.h-cplusplus.patch b/extra/libart-lgpl/art_misc.h-cplusplus.patch deleted file mode 100644 index dea8eb0a0..000000000 --- a/extra/libart-lgpl/art_misc.h-cplusplus.patch +++ /dev/null @@ -1,35 +0,0 @@ -Index: art_misc.h -=================================================================== ---- art_misc.h (revision 277) -+++ art_misc.h (working copy) -@@ -34,9 +34,15 @@ - #include - #endif - -+#ifdef __cplusplus -+extern "C" { -+#endif - void *art_alloc(size_t size); - void art_free(void *ptr); - void *art_realloc(void *ptr, size_t size); -+#ifdef __cplusplus -+} -+#endif /* __cplusplus */ - - /* These aren't, strictly speaking, configuration macros, but they're - damn handy to have around, and may be worth playing with for -Index: ChangeLog -=================================================================== ---- ChangeLog (revision 277) -+++ ChangeLog (working copy) -@@ -1,3 +1,10 @@ -+2007-03-01 Frederic Crozat -+ -+ reviewed by: Dom Lachowicz -+ -+ * art_misc.h: Fix header when included in C++. -+ Patch from Goetz Waschk and Laurent Montel. -+ - 2007-02-28 Kjartan Maraas - - configure.in: Release 2.3.19 diff --git a/extra/mono-zeroconf/PKGBUILD b/extra/mono-zeroconf/PKGBUILD deleted file mode 100644 index 6b0728b3f..000000000 --- a/extra/mono-zeroconf/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 94562 2010-10-08 11:54:41Z ibiru $ -# Maintainer: Hugo Doria - -pkgname=mono-zeroconf -pkgver=0.9.0 -pkgrel=2 -pkgdesc="A cross platform Zero Configuration Networking library for Mono and .NET." -url="http://www.mono-project.com/Mono.Zeroconf" -license=('GPL') -arch=('i686' 'x86_64') -depends=('mono>=2.6' 'avahi') -options=('!makeflags') -source=(http://download.banshee-project.org/mono-zeroconf/${pkgname}-${pkgver}.tar.bz2) -md5sums=('cb25d50898442a7766c324dcb52ef9bf') - - -build() { - export MONO_SHARED_DIR=${srcdir}/.wabi - mkdir -p "${MONO_SHARED_DIR}" - - cd ${srcdir}/${pkgname}-${pkgver} - - ./configure --prefix=/usr --disable-docs --disable-mdnsresponder - make hicolordir=/usr/share/icons/hicolor - make hicolordir=/usr/share/icons/hicolor \ - GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \ - DESTDIR=${pkgdir} install - rm -rf "${MONO_SHARED_DIR}" -} diff --git a/extra/qhull/qhull-2010.1-cmake-install.patch b/extra/qhull/qhull-2010.1-cmake-install.patch deleted file mode 100644 index 9e1914d13..000000000 --- a/extra/qhull/qhull-2010.1-cmake-install.patch +++ /dev/null @@ -1,98 +0,0 @@ -diff -Nur qhull-2010.1.orig/CMakeLists.txt qhull-2010.1/CMakeLists.txt ---- qhull-2010.1.orig/CMakeLists.txt 2010-10-03 23:04:04.000000000 +0100 -+++ qhull-2010.1/CMakeLists.txt 2010-10-03 23:26:54.000000000 +0100 -@@ -1,8 +1,44 @@ - project(qhull) --cmake_minimum_required(VERSION 2.4) --if(COMMAND cmake_policy) -- cmake_policy(SET CMP0003 NEW) --endif(COMMAND cmake_policy) -+cmake_minimum_required(VERSION 2.6) -+ -+ -+set(QHULL_VERSION "2010.1") -+ -+if(INCLUDE_INSTALL_DIR) -+else() -+set(INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/include) -+endif() -+if(LIB_INSTALL_DIR) -+else() -+set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib) -+endif() -+if(BIN_INSTALL_DIR) -+else() -+set(BIN_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/bin) -+endif() -+if(DOC_INSTALL_DIR) -+else() -+set(DOC_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/share/doc/qhull) -+endif() -+ -+message(STATUS) -+message(STATUS "========== qhull Build Information ==========") -+message(STATUS "Build Version: ${QHULL_VERSION}") -+message(STATUS "Install Prefix (CMAKE_INSTALL_PREFIX): ${CMAKE_INSTALL_PREFIX}") -+message(STATUS "Binary Directory (BIN_INSTALL_DIR): ${BIN_INSTALL_DIR}") -+message(STATUS "Library Directory (LIB_INSTALL_DIR): ${LIB_INSTALL_DIR}") -+message(STATUS "Include Directory (INCLUDE_INSTALL_DIR): ${INCLUDE_INSTALL_DIR}") -+message(STATUS "Documentation Directory (DOC_INSTALL_DIR): ${DOC_INSTALL_DIR}") -+message(STATUS) -+message(STATUS "To change any of these options, override them using -D{OPTION_NAME} on the commandline.") -+message(STATUS "To build and install qhull, run \"make\" and \"make install\"") -+message(STATUS) -+ - - add_subdirectory(src) -+option(WITH_STATIC_LIBS "Build with a static library" OFF) -+option(WITH_DOCS "Install HTML documentation" OFF) - -+if (WITH_DOCS) -+install(DIRECTORY html/ DESTINATION ${DOC_INSTALL_DIR}) -+endif (WITH_DOCS) -diff -Nur qhull-2010.1.orig/src/CMakeLists.txt qhull-2010.1/src/CMakeLists.txt ---- qhull-2010.1.orig/src/CMakeLists.txt 2010-10-03 23:04:04.000000000 +0100 -+++ qhull-2010.1/src/CMakeLists.txt 2010-10-04 00:23:47.000000000 +0100 -@@ -23,8 +23,25 @@ - - file(GLOB qhull_hdr *.h) - --add_library(qhull ${qhull_src}) -+add_library(qhull SHARED ${qhull_src}) - target_link_libraries(qhull m) -+if(UNIX) -+ if(APPLE) -+ set_target_properties(qhull PROPERTIES -+ INSTALL_NAME_DIR "${LIB_INSTALL_DIR}") -+ else(APPLE) -+ set_target_properties(qhull PROPERTIES -+ INSTALL_RPATH "${LIB_INSTALL_DIR}" -+ INSTALL_RPATH_USE_LINK_PATH TRUE -+ BUILD_WITH_INSTALL_RPATH FALSE) -+ endif(APPLE) -+endif(UNIX) -+ -+if(WITH_STATIC_LIBS) -+ add_library(qhullstatic STATIC ${qhull_src}) -+ set_property(TARGET qhullstatic PROPERTY OUTPUT_NAME "qhull") -+ install(TARGETS qhullstatic ARCHIVE DESTINATION ${LIB_INSTALL_DIR}) -+endif(WITH_STATIC_LIBS) - - set(qhullcmd_SOURCES unix.c) - set(rbox_SOURCES rbox.c) -@@ -36,6 +53,7 @@ - - add_executable(qhullcmd ${qhullcmd_SOURCES}) - target_link_libraries(qhullcmd qhull) -+set_property(TARGET qhullcmd PROPERTY OUTPUT_NAME "qhull") - - add_executable(rbox ${rbox_SOURCES}) - target_link_libraries(rbox qhull) -@@ -52,3 +70,7 @@ - add_executable(qhalf ${qhalf_SOURCES}) - target_link_libraries(qhalf qhull) - -+install(TARGETS qhull qhullcmd rbox qconvex qdelaunay qvoronoi qhalf -+ RUNTIME DESTINATION ${BIN_INSTALL_DIR} -+ LIBRARY DESTINATION ${LIB_INSTALL_DIR}) -+install(FILES ${qhull_hdr} DESTINATION ${INCLUDE_INSTALL_DIR}/qhull) diff --git a/extra/qhull/qhull-2010.1-overflows.patch b/extra/qhull/qhull-2010.1-overflows.patch deleted file mode 100644 index df4aa3da1..000000000 --- a/extra/qhull/qhull-2010.1-overflows.patch +++ /dev/null @@ -1,50 +0,0 @@ -From 176c01851026125f574a8223ad49ec58b2b58ec0 Mon Sep 17 00:00:00 2001 -From: Johannes Obermayr -Date: Fri, 23 Jul 2010 20:02:19 +0200 -Subject: [PATCH] Fix some serious compiler warnings causing build breakage on openSUSE. - ---- - src/global.c | 2 +- - src/rboxlib.c | 6 +++--- - 2 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/src/global.c b/src/global.c -index 3c6141a..4c9f56c 100644 ---- a/src/global.c -+++ b/src/global.c -@@ -614,7 +614,7 @@ void qh_initflags(char *command) { - if (command <= &qh qhull_command[0] || command > &qh qhull_command[0] + sizeof(qh qhull_command)) { - if (command != &qh qhull_command[0]) { - *qh qhull_command= '\0'; -- strncat( qh qhull_command, command, sizeof( qh qhull_command)); -+ strncat(qh qhull_command, command, sizeof(qh qhull_command)-strlen(qh qhull_command)-1); - } - while (*s && !isspace(*s)) /* skip program name */ - s++; -diff --git a/src/rboxlib.c b/src/rboxlib.c -index 4f11d22..17d01ac 100644 ---- a/src/rboxlib.c -+++ b/src/rboxlib.c -@@ -124,7 +124,7 @@ int qh_rboxpoints(FILE* fout, FILE* ferr, char* rbox_command) { - } - - *command= '\0'; -- strncat(command, rbox_command, sizeof(command)); -+ strncat(command, rbox_command, sizeof(command)-strlen(command)-1); - - while (*s && !isspace(*s)) /* skip program name */ - s++; -@@ -346,8 +346,8 @@ int qh_rboxpoints(FILE* fout, FILE* ferr, char* rbox_command) { - } - }else if (israndom) { - seed= (int)time(&timedata); -- sprintf(seedbuf, " t%d", seed); /* appends an extra t, not worth removing */ -- strncat(command, seedbuf, sizeof(command)); -+ printf(seedbuf, " t%d", seed); /* appends an extra t, not worth removing */ -+ strncat(command, seedbuf, sizeof(command)-strlen(command)-1); - t= strstr(command, " t "); - if (t) - strcpy(t+1, t+3); /* remove " t " */ --- -1.6.1 - diff --git a/extra/vlc/vlc-1.1.13-skin2_theme_loader.patch b/extra/vlc/vlc-1.1.13-skin2_theme_loader.patch deleted file mode 100644 index 5230b6485..000000000 --- a/extra/vlc/vlc-1.1.13-skin2_theme_loader.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/modules/gui/skins2/src/theme_loader.cpp 2012-02-02 17:52:07.000000000 +0100 -+++ b/modules/gui/skins2/src/theme_loader.cpp 2012-02-02 17:52:19.000000000 +0100 -@@ -768,7 +768,7 @@ - { - void *toClose = currentGzVp; - currentGzVp = NULL; currentGzFd = -1; -- return gzclose( toClose ); -+ return gzclose( (gzFile) toClose ); - } - return -1; - } -@@ -777,7 +777,7 @@ - { - if( currentGzVp != NULL && fd != -1 ) - { -- return gzread( currentGzVp, p_buffer, i_length ); -+ return gzread( (gzFile) currentGzVp, p_buffer, i_length ); - } - return -1; - } -@@ -786,7 +786,7 @@ - { - if( currentGzVp != NULL && fd != -1 ) - { -- return gzwrite( currentGzVp, const_cast(p_buffer), i_length ); -+ return gzwrite( (gzFile) currentGzVp, const_cast(p_buffer), i_length ); - } - return -1; - } diff --git a/extra/vlc/vlc-1.1.13-youtube.patch b/extra/vlc/vlc-1.1.13-youtube.patch deleted file mode 100644 index e1a0f49b4..000000000 --- a/extra/vlc/vlc-1.1.13-youtube.patch +++ /dev/null @@ -1,221 +0,0 @@ ---- a/share/lua/playlist/youtube.lua 2011-08-06 11:30:49.000000000 +0200 -+++ b/share/lua/playlist/youtube.lua 2012-02-02 16:05:32.000000000 +0100 -@@ -1,7 +1,7 @@ - --[[ - $Id$ - -- Copyright © 2007-2009 the VideoLAN team -+ Copyright © 2007-2011 the VideoLAN team - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by -@@ -24,13 +24,27 @@ - return res - end - --function get_arturl( path, video_id ) -- if string.match( vlc.path, "iurl=" ) then -- return vlc.strings( get_url_param( vlc.path, "iurl" ) ) -+function get_arturl() -+ local iurl = get_url_param( vlc.path, "iurl" ) -+ if iurl then -+ return iurl - end -- if not arturl then -- return "http://img.youtube.com/vi/"..video_id.."/default.jpg" -+ local video_id = get_url_param( vlc.path, "v" ) -+ if not video_id then -+ return nil -+ end -+ return "http://img.youtube.com/vi/"..video_id.."/default.jpg" -+end -+ -+function get_prefres() -+ local prefres = -1 -+ if vlc.var and vlc.var.inherit then -+ prefres = vlc.var.inherit(nil, "preferred-resolution") -+ if prefres == nil then -+ prefres = -1 -+ end - end -+ return prefres - end - - -- Probe function. -@@ -47,18 +61,17 @@ - return false - end - end -- return ( string.match( vlc.path, "watch%?v=" ) -- the html page -- or string.match( vlc.path, "watch_fullscreen%?video_id=" ) -- the fullscreen page -- or string.match( vlc.path, "p.swf" ) -- the (old?) player url -- or string.match( vlc.path, "jp.swf" ) -- the (new?) player url (as of 24/08/2007) -- or string.match( vlc.path, "player2.swf" ) ) -- another player url -+ return ( string.match( vlc.path, "/watch%?" ) -- the html page -+ or string.match( vlc.path, "/v/" ) -- video in swf player -+ or string.match( vlc.path, "/player2.swf" ) ) -- another player url - end - - -- Parse function. - function parse() -- if string.match( vlc.path, "watch%?v=" ) -+ if string.match( vlc.path, "/watch%?" ) - then -- This is the HTML page's URL -- -- fmt is the format of the video: 18 is HQ (mp4) -+ -- fmt is the format of the video -+ -- (cf. http://en.wikipedia.org/wiki/YouTube#Quality_and_codecs) - fmt = get_url_param( vlc.path, "fmt" ) - while true do - -- Try to find the video's title -@@ -71,27 +84,42 @@ - end - if string.match( line, "= 0 then -+ fmt_list = string.match( line, "\"fmt_list\": \"(.-)\"" ) -+ if fmt_list then -+ for itag,height in string.gmatch( fmt_list, "(%d+)\\/%d+x(%d+)\\/[^,]+" ) do -+ -- Apparently formats are listed in quality -+ -- order, so we take the first one that works, -+ -- or fallback to the lowest quality -+ fmt = itag -+ if tonumber(height) <= prefres then -+ break -+ end -+ end -+ end -+ end - end -- _,_,t = string.find( line, "\"t\": \"(.-)\"" ) -- -- vlc.msg.err( t ) -- -- video_id = string.gsub( line, ".*&video_id:'([^']*)'.*", "%1" ) -- fmt_url_map = string.match( line, "\"url_encoded_fmt_stream_map\": \"(.-)\"" ) -- if fmt_url_map then -+ -+ url_map = string.match( line, "\"url_encoded_fmt_stream_map\": \"(.-)\"" ) -+ if url_map then - -- FIXME: do this properly -- fmt_url_map = string.gsub( fmt_url_map, "\\u0026", "&" ) -- for url,itag in string.gmatch( fmt_url_map, "url=([^&,]+).-&itag=(%d+)" ) do -+ url_map = string.gsub( url_map, "\\u0026", "&" ) -+ for url,itag in string.gmatch( url_map, "url=([^&,]+)[^,]*&itag=(%d+)" ) do - -- Apparently formats are listed in quality order, - -- so we can afford to simply take the first one - if not fmt or tonumber( itag ) == tonumber( fmt ) then -@@ -101,75 +129,37 @@ - end - end - end -- -- Also available on non-HTML5 pages: var swfHTML = (isIE) ? " or -+ -- tag; but we don't need it now - end - end - -- if not video_id then -- video_id = get_url_param( vlc.path, "v" ) -+ if not path then -+ vlc.msg.err( "Couldn't extract youtube video URL, please check for updates to this script" ) -+ return { } - end -- arturl = get_arturl( vlc.path, video_id ) - -- if not fmt then -- -- Prefer WebM formats if this is an &html5=True URL -- html5 = get_url_param( vlc.path, "html5" ) -- if html5 == "True" and webm_path then -- path = webm_path -- end -+ if not arturl then -+ arturl = get_arturl() - end - -- if not path then -- if not base_yt_url then -- base_yt_url = "http://youtube.com/" -- end -- if fmt then -- format = "&fmt=" .. fmt -- else -- format = "" -- end -- -- if t then -- path = base_yt_url .. "get_video?video_id="..video_id.."&t="..t..format -- else -- -- This shouldn't happen ... but keep it as a backup. -- path = "http://www.youtube.com/v/"..video_id -- end -- end - return { { path = path; name = name; description = description; artist = artist; arturl = arturl } } - else -- This is the flash player's URL -- if string.match( vlc.path, "title=" ) then -- name = vlc.strings.decode_uri(get_url_param( vlc.path, "title" )) -- end - video_id = get_url_param( vlc.path, "video_id" ) -- arturl = get_arturl( vlc.path, video_id ) -+ if not video_id then -+ _,_,video_id = string.find( vlc.path, "/v/([^?]*)" ) -+ end -+ if not video_id then -+ vlc.msg.err( "Couldn't extract youtube video URL" ) -+ return { } -+ end - fmt = get_url_param( vlc.path, "fmt" ) - if fmt then - format = "&fmt=" .. fmt - else - format = "" - end -- if not string.match( vlc.path, "t=" ) then -- -- This sucks, we're missing "t" which is now mandatory. Let's -- -- try using another url -- return { { path = "http://www.youtube.com/v/"..video_id; name = name; arturl = arturl } } -- end -- return { { path = "http://www.youtube.com/get_video.php?video_id="..video_id.."&t="..get_url_param( vlc.path, "t" )..format; name = name; arturl = arturl } } -+ return { { path = "http://www.youtube.com/watch?v="..video_id..format } } - end - end -- cgit v1.2.3-54-g00ecf From 11484c032f8c236b2044e715a9a3b28e33f65598 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Feb 2012 23:15:21 +0000 Subject: Mon Feb 20 23:15:21 UTC 2012 --- community-staging/gmerlin/PKGBUILD | 41 +++++++++++ community-staging/gmerlin/gmerlin.install | 25 +++++++ community-staging/gmerlin/libpng.patch | 17 +++++ community/6tunnel/PKGBUILD | 9 ++- community/adns-python/PKGBUILD | 4 +- community/adns/PKGBUILD | 14 ++-- community/agsync/PKGBUILD | 16 ++--- community/alltray/PKGBUILD | 14 ++-- community/amidi-plug/PKGBUILD | 6 +- community/apg/PKGBUILD | 18 ++--- community/arpwatch/PKGBUILD | 4 +- community/aumix/PKGBUILD | 4 +- community/bbrun/PKGBUILD | 10 +-- community/bind-geodns/PKGBUILD | 4 +- community/bless/PKGBUILD | 6 +- community/bsdiff/PKGBUILD | 4 +- community/bwm-ng/PKGBUILD | 5 +- community/cadaver/PKGBUILD | 6 +- community/catdvi/PKGBUILD | 4 +- community/cdbxx/PKGBUILD | 10 +-- community/cdcover/PKGBUILD | 4 +- community/centerim/PKGBUILD | 5 +- community/cgit/PKGBUILD | 4 +- community/checkinstall/PKGBUILD | 12 ++-- community/chrony/PKGBUILD | 4 +- community/chrootuid/PKGBUILD | 16 ++--- community/courier-authlib/PKGBUILD | 8 +-- community/cpuburn/PKGBUILD | 4 +- community/cpulimit/PKGBUILD | 8 +-- community/cupsddk/PKGBUILD | 4 +- community/cutter/PKGBUILD | 10 +-- community/darkhttpd/PKGBUILD | 4 +- community/darkstat/PKGBUILD | 10 +-- community/datemath/PKGBUILD | 6 +- community/delegate/PKGBUILD | 20 +++--- community/dfm/PKGBUILD | 10 +-- community/ejabberd/PKGBUILD | 8 ++- community/freedroid/PKGBUILD | 9 ++- community/freeradius/PKGBUILD | 4 +- community/jabberd14/PKGBUILD | 4 +- community/ktikz/PKGBUILD | 23 ++---- community/lsscsi/PKGBUILD | 8 +-- community/pdnsd/PKGBUILD | 19 ++--- community/pyogg/PKGBUILD | 4 +- community/pyvorbis/PKGBUILD | 6 +- community/qoauth/PKGBUILD | 5 +- community/radeontool/PKGBUILD | 6 +- community/task/PKGBUILD | 23 +++--- community/torcs/PKGBUILD | 6 +- community/uml_utilities/PKGBUILD | 2 +- community/uqm/PKGBUILD | 3 +- community/xdebug/PKGBUILD | 8 +-- community/xdebug/xdebug.install | 32 --------- extra/antlr2/PKGBUILD | 4 +- extra/live-media/PKGBUILD | 25 ++++--- extra/phonon-vlc/PKGBUILD | 4 +- extra/vlc/PKGBUILD | 15 ++-- extra/ypbind-mt/PKGBUILD | 18 ++--- extra/zsh/PKGBUILD | 16 ++--- staging/gstreamer0.10-ugly/PKGBUILD | 43 ++++++++++++ staging/gvfs/PKGBUILD | 113 ++++++++++++++++++++++++++++++ staging/gvfs/gvfs-module.install | 7 ++ staging/gvfs/gvfs-smb.install | 12 ++++ staging/gvfs/gvfs.install | 14 ++++ staging/oxine/PKGBUILD | 28 ++++++++ staging/xine-lib/PKGBUILD | 45 ++++++++++++ testing/libevent/PKGBUILD | 34 +++++++++ 67 files changed, 626 insertions(+), 272 deletions(-) create mode 100644 community-staging/gmerlin/PKGBUILD create mode 100644 community-staging/gmerlin/gmerlin.install create mode 100644 community-staging/gmerlin/libpng.patch create mode 100644 staging/gstreamer0.10-ugly/PKGBUILD create mode 100644 staging/gvfs/PKGBUILD create mode 100644 staging/gvfs/gvfs-module.install create mode 100644 staging/gvfs/gvfs-smb.install create mode 100644 staging/gvfs/gvfs.install create mode 100644 staging/oxine/PKGBUILD create mode 100644 staging/xine-lib/PKGBUILD create mode 100644 testing/libevent/PKGBUILD (limited to 'extra') diff --git a/community-staging/gmerlin/PKGBUILD b/community-staging/gmerlin/PKGBUILD new file mode 100644 index 000000000..b22b4df13 --- /dev/null +++ b/community-staging/gmerlin/PKGBUILD @@ -0,0 +1,41 @@ +# $Id: PKGBUILD 65037 2012-02-20 02:14:10Z allan $ +# Maintainer: Mateusz Herych + +pkgname=gmerlin +pkgver=1.0.0 +pkgrel=6 +pkgdesc="Multimedia architecture for Linux" +arch=('i686' 'x86_64') +url="http://openmovieeditor.sourceforge.net/HomePage" +license=('GPL') +depends=('gavl' 'libxml2' 'gtk2' 'libxv' 'libvisual' 'libcdio>=0.82' 'musicbrainz' 'mjpegtools' 'hicolor-icon-theme' 'libgl') +makedepends=('alsa-lib' 'jack' 'libquicktime' 'pulseaudio' 'v4l-utils' 'mesa') +optdepends=('alsa-lib: for ALSA support' + 'jack: for JACK support' + 'libquicktime: for movie encoding' + 'pulseaudio: for PulseAudio support' + 'v4l-utils: for video conversion') +options=('!libtool' '!makeflags') +install=gmerlin.install +source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz + libpng.patch) +md5sums=('60d3c5081c8685ee7bc1afdfac8f6dc6' + 'c262023434246705296d97bc7337a212') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + rm -rf cpuinfo.sh + + patch -p1 -i "$srcdir/libpng.patch" + ./configure --prefix=/usr --without-doxygen + sed -i 's|LIBS = -lgavl|LIBS = -lgavl -ldl -lpthread -lgtk-x11-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lX11|' {lib,tests,apps/*}/Makefile + sed -i 's|ln -sf $(DESTDIR)$(pkgdatadir)|ln -sf $(pkgdatadir)|' icons/Makefile + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install +} diff --git a/community-staging/gmerlin/gmerlin.install b/community-staging/gmerlin/gmerlin.install new file mode 100644 index 000000000..c7625c2f1 --- /dev/null +++ b/community-staging/gmerlin/gmerlin.install @@ -0,0 +1,25 @@ +infodir=usr/share/info +filelist=(gmerlin.info) + +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + [[ -x usr/bin/install-info ]] || return 0 + for file in "${filelist[@]}"; do + install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null + done +} + +post_upgrade() { + post_install "$1" +} + +pre_remove() { + [[ -x usr/bin/install-info ]] || return 0 + for file in "${filelist[@]}"; do + install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null + done +} + +post_remove() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} diff --git a/community-staging/gmerlin/libpng.patch b/community-staging/gmerlin/libpng.patch new file mode 100644 index 000000000..c01105e63 --- /dev/null +++ b/community-staging/gmerlin/libpng.patch @@ -0,0 +1,17 @@ +diff -wbBur gmerlin-1.0.0/plugins/png/ir_png.c gmerlin-1.0.0.my/plugins/png/ir_png.c +--- gmerlin-1.0.0/plugins/png/ir_png.c 2011-01-07 18:37:06.000000000 +0300 ++++ gmerlin-1.0.0.my/plugins/png/ir_png.c 2011-11-07 14:46:25.000000000 +0400 +@@ -127,13 +127,8 @@ + bits = 16; + } + if(bit_depth < 8) +-#if BG_MAKE_BUILD(PNG_LIBPNG_VER_MAJOR, PNG_LIBPNG_VER_MINOR, PNG_LIBPNG_VER_RELEASE) < BG_MAKE_BUILD(1,2,9) +- png_set_gray_1_2_4_to_8(png->png_ptr); +-#else + png_set_expand_gray_1_2_4_to_8(png->png_ptr); +-#endif + +- png_set_gray_1_2_4_to_8(png->png_ptr); + if (png_get_valid(png->png_ptr, png->info_ptr, PNG_INFO_tRNS)) + { + png_set_tRNS_to_alpha(png->png_ptr); diff --git a/community/6tunnel/PKGBUILD b/community/6tunnel/PKGBUILD index a873e8817..c619ab778 100644 --- a/community/6tunnel/PKGBUILD +++ b/community/6tunnel/PKGBUILD @@ -1,12 +1,15 @@ +# $Id: PKGBUILD 65025 2012-02-20 02:05:08Z spupykin $ +# Maintainer: Sergej Pupykin # Maintainer: Anders Bergh + pkgname=6tunnel pkgver=0.11rc2 -pkgrel=4 +pkgrel=5 pkgdesc="Tunnels IPv6 connections for IPv4-only applications" url="http://toxygen.net/6tunnel/" license=('GPL') arch=('i686' 'x86_64') -depends=(glibc) +depends=() source=(http://toxygen.net/6tunnel/$pkgname-$pkgver.tar.gz) md5sums=('74e02d4f0704b3083a01feda66033449') @@ -14,7 +17,7 @@ build() { cd $srcdir/$pkgname-$pkgver autoconf ./configure --prefix=/usr - make || return 1 + make install -Dm644 6tunnel.1 $pkgdir/usr/share/man/man1/6tunnel.1 install -Dm755 6tunnel $pkgdir/usr/bin/6tunnel } diff --git a/community/adns-python/PKGBUILD b/community/adns-python/PKGBUILD index 30dec848a..9c1fc0cc7 100644 --- a/community/adns-python/PKGBUILD +++ b/community/adns-python/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 26100 2010-09-13 15:56:15Z schuay $ +# $Id: PKGBUILD 65029 2012-02-20 02:06:35Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Ben Mazer pkgname=adns-python pkgver=1.2.1 -pkgrel=4 +pkgrel=5 pkgdesc="python bindings for adns" arch=('i686' 'x86_64') url="http://code.google.com/p/adns-python/" diff --git a/community/adns/PKGBUILD b/community/adns/PKGBUILD index 3165436a8..067c928f4 100644 --- a/community/adns/PKGBUILD +++ b/community/adns/PKGBUILD @@ -1,9 +1,11 @@ -# $Id: PKGBUILD 17373 2010-05-24 09:43:07Z spupykin $ +# $Id: PKGBUILD 65027 2012-02-20 02:05:52Z spupykin $ +# Maintainer: Sergej Pupykin # Maintainer: dorphell # Contributor: Tom Newsom + pkgname=adns pkgver=1.4 -pkgrel=2 +pkgrel=3 pkgdesc="adns is an asyncronous replacement resolver library" arch=('i686' 'x86_64') url="http://www.chiark.greenend.org.uk/~ian/adns/" @@ -13,9 +15,9 @@ source=(http://www.chiark.greenend.org.uk/~ian/$pkgname/ftp/$pkgname-$pkgver.tar md5sums=('88bc7bbf3f62a8d4fb186b8f72ead853') build() { - cd $startdir/src/$pkgname-$pkgver + cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr - make || return 1 - mkdir -p $startdir/pkg/usr/{lib,include,bin} - make prefix=$startdir/pkg/usr install + make + mkdir -p $pkgdir/usr/{lib,include,bin} + make prefix=$pkgdir/usr install } diff --git a/community/agsync/PKGBUILD b/community/agsync/PKGBUILD index 9278d80fb..da0d64a16 100644 --- a/community/agsync/PKGBUILD +++ b/community/agsync/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 17480 2010-05-24 14:08:11Z spupykin $ +# $Id: PKGBUILD 65031 2012-02-20 02:09:59Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Zhukov Pavel pkgname=agsync pkgver=0.2_pre _xpkgver=${pkgver/_/-} -pkgrel=3 +pkgrel=4 pkgdesc="AvantGo sync plugin" arch=('i686' 'x86_64') url="http://duskwood.lownewulf.com/" @@ -16,10 +16,10 @@ source=(http://duskwood.lownewulf.com/$pkgname-$_xpkgver.tgz) md5sums=('74de1b1452a718c85364fab5ce3c0c2a') build() { - cd $startdir/src/$pkgname-$_xpkgver - make || return 1 - mkdir -p $startdir/pkg/usr/{bin,lib,include} - cp agsync $startdir/pkg/usr/bin/ - cp mal-files/mal-funcs.a $startdir/pkg/usr/lib/ - cp mal-files/AG{Net,Types}.h $startdir/pkg/usr/include/ + cd $srcdir/$pkgname-$_xpkgver + make + mkdir -p $pkgdir/usr/{bin,lib,include} + cp agsync $pkgdir/usr/bin/ + cp mal-files/mal-funcs.a $pkgdir/usr/lib/ + cp mal-files/AG{Net,Types}.h $pkgdir/usr/include/ } diff --git a/community/alltray/PKGBUILD b/community/alltray/PKGBUILD index 602aa9e00..1b1e8c6a9 100644 --- a/community/alltray/PKGBUILD +++ b/community/alltray/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 51791 2011-07-15 09:01:45Z spupykin $ +# $Id: PKGBUILD 65035 2012-02-20 02:11:14Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer : James Rayner # Contributor: Roberto Salas pkgname=alltray pkgver=0.7.5dev -pkgrel=1 +pkgrel=2 pkgdesc="Drops any app in the tray." license=('GPL') arch=('i686' 'x86_64') @@ -16,12 +16,12 @@ source=(https://code.launchpad.net/alltray/trunk/${pkgver}/+download/alltray-${p md5sums=('faef46b14a3f9c14d4e5efd65245796e') build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr - make + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr + make } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install } diff --git a/community/amidi-plug/PKGBUILD b/community/amidi-plug/PKGBUILD index ba29a076c..d13e19531 100644 --- a/community/amidi-plug/PKGBUILD +++ b/community/amidi-plug/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17215 2010-05-21 21:43:23Z spupykin $ +# $Id: PKGBUILD 65039 2012-02-20 02:15:30Z spupykin $ # Maintainer: Giovanni Scafora # Contributor: yosh64 pkgname=amidi-plug pkgver=0.7 -pkgrel=5 +pkgrel=6 pkgdesc="A MIDI input plugin for XMMS" arch=('i686' 'x86_64') url="http://www.develia.org/projects.php?l=2&f=1&p=amidiplug" @@ -18,6 +18,6 @@ md5sums=('bb128c40dce0ab4afda79da01f985a09') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --with-player=xmms - make || return 1 + make make DESTDIR=$pkgdir install } diff --git a/community/apg/PKGBUILD b/community/apg/PKGBUILD index 9af58f37d..e5a6a2f4e 100644 --- a/community/apg/PKGBUILD +++ b/community/apg/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 7436 2010-01-06 23:28:11Z dgriffiths $ +# $Id: PKGBUILD 65041 2012-02-20 02:16:10Z spupykin $ +# Maintainer: Sergej Pupykin # Maintainer: eric # Contributor: Manolis Tzanidakis pkgname=apg pkgver=2.2.3 -pkgrel=2 +pkgrel=3 pkgdesc="Automated Password Generator." arch=(i686 x86_64) url="http://www.adel.nursat.kz/apg/index.shtml" @@ -14,13 +15,12 @@ source=(http://www.adel.nursat.kz/apg/download/$pkgname-$pkgver.tar.gz) md5sums=('3b3fc4f11e90635519fe627c1137c9ac') build() { - cd $startdir/src/$pkgname-$pkgver - /bin/sed -i 's:^#\(CS_LIBS = -lnsl\)$:\1:' Makefile - /usr/bin/make || return 1 + cd $srcdir/$pkgname-$pkgver + sed -i 's:^#\(CS_LIBS = -lnsl\)$:\1:' Makefile + make for i in apg apgbfm; do - /bin/install -D -m755 $i $startdir/pkg/usr/bin/$i - /bin/install -D -m644 doc/man/$i.1 $startdir/pkg/usr/share/man/man1/$i.1 + install -D -m755 $i $pkgdir/usr/bin/$i + install -D -m644 doc/man/$i.1 $pkgdir/usr/share/man/man1/$i.1 done - install -D -m 644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING + install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING } -# vim: ts=2: ft=sh diff --git a/community/arpwatch/PKGBUILD b/community/arpwatch/PKGBUILD index fd01fb64e..1a81aae7d 100644 --- a/community/arpwatch/PKGBUILD +++ b/community/arpwatch/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 44377 2011-04-06 19:43:49Z spupykin $ +# $Id: PKGBUILD 65045 2012-02-20 02:17:24Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sergej Pupykin pkgname=arpwatch pkgver=2.1a15 -pkgrel=7 +pkgrel=8 pkgdesc="arpwatch and arpsnmp network monitoring tools" arch=(i686 x86_64) url="ftp://ftp.ee.lbl.gov/" diff --git a/community/aumix/PKGBUILD b/community/aumix/PKGBUILD index abf1783f6..a8d4f375d 100644 --- a/community/aumix/PKGBUILD +++ b/community/aumix/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 58670 2011-11-17 13:07:03Z spupykin $ +# $Id: PKGBUILD 65051 2012-02-20 02:28:41Z spupykin $ # Maintainer: Sergej Pupykin pkgname=aumix pkgver=2.9.1 -pkgrel=2 +pkgrel=3 pkgdesc="A color text mode sound mixer with GPM support" arch=('i686' 'x86_64') license=('GPL') diff --git a/community/bbrun/PKGBUILD b/community/bbrun/PKGBUILD index 728a36c9c..807d3b561 100644 --- a/community/bbrun/PKGBUILD +++ b/community/bbrun/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 8813 2010-01-21 15:59:01Z spupykin $ +# $Id: PKGBUILD 65065 2012-02-20 02:40:27Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sven Kauber pkgname=bbrun pkgver=1.6 -pkgrel=3 +pkgrel=4 pkgdesc="A run - component for blackbox window manager" arch=(i686 x86_64) url="http://www.darkops.net/bbrun/" @@ -14,7 +14,7 @@ source=(http://www.darkops.net/bbrun/$pkgname-$pkgver.tar.gz) md5sums=('820960e3d52ddf2d5cf7e4ba51821bfd') build() { - cd $startdir/src/$pkgname-$pkgver/$pkgname - make || return 1 - install -Dm755 bbrun $startdir/pkg/usr/bin/bbrun + cd $srcdir/$pkgname-$pkgver/$pkgname + make LIBS="-lXpm `pkg-config --libs gtk+-2.0` -lX11 -lXext" + install -Dm755 bbrun $pkgdir/usr/bin/bbrun } diff --git a/community/bind-geodns/PKGBUILD b/community/bind-geodns/PKGBUILD index 176e1b84e..9818bee12 100644 --- a/community/bind-geodns/PKGBUILD +++ b/community/bind-geodns/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 44183 2011-04-04 13:06:27Z spupykin $ +# $Id: PKGBUILD 65058 2012-02-20 02:37:28Z spupykin $ # Maintainer: Sergej Pupykin pkgname=bind-geodns pkgver=9.4.1 _pkgver=9.4.1-P1 -pkgrel=4 +pkgrel=5 pkgdesc="bind named server with geoip patch can return ip depending on requester location" arch=(i686 x86_64) url="http://www.caraytech.com/geodns/" diff --git a/community/bless/PKGBUILD b/community/bless/PKGBUILD index e00e6d3c1..e1d7f26fa 100644 --- a/community/bless/PKGBUILD +++ b/community/bless/PKGBUILD @@ -1,9 +1,10 @@ +# $Id: PKGBUILD 65060 2012-02-20 02:38:21Z spupykin $ # Maintainer: TDY # Contributor: dcraven pkgname=bless pkgver=0.6.0 -pkgrel=2 +pkgrel=3 pkgdesc="A high-quality, full-featured hex editor" arch=('i686' 'x86_64') url="http://home.gna.org/bless/" @@ -16,11 +17,10 @@ md5sums=('b4c20d113281dfedb67d9f3ff8b174e3') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --without-scrollkeeper - make || return 1 + make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } - diff --git a/community/bsdiff/PKGBUILD b/community/bsdiff/PKGBUILD index 64d63ddf2..c7fedfdc4 100644 --- a/community/bsdiff/PKGBUILD +++ b/community/bsdiff/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 30610 2010-10-19 12:42:03Z spupykin $ +# $Id: PKGBUILD 65062 2012-02-20 02:39:03Z spupykin $ # Maintainer: Sergej Pupykin pkgname=bsdiff pkgver=4.3 -pkgrel=6 +pkgrel=7 pkgdesc="bsdiff and bspatch are tools for building and applying patches to binary files." url="http://www.daemonology.net/bsdiff/" license=('BSD') diff --git a/community/bwm-ng/PKGBUILD b/community/bwm-ng/PKGBUILD index 8e1aee5ca..f07d5b25a 100644 --- a/community/bwm-ng/PKGBUILD +++ b/community/bwm-ng/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 58638 2011-11-16 22:54:07Z andrea $ +# $Id: PKGBUILD 65064 2012-02-20 02:39:44Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sven Kauber pkgname=bwm-ng pkgver=0.6 -pkgrel=3 +pkgrel=4 pkgdesc="A small and simple console-based live bandwidth monitor" arch=(i686 x86_64) url="http://www.gropp.org/" @@ -26,5 +26,4 @@ package() { install -d ${pkgdir}/usr mv ${pkgdir}/bin ${pkgdir}/usr/ - #mv ${pkgdir}/share ${pkgdir}/usr/ } diff --git a/community/cadaver/PKGBUILD b/community/cadaver/PKGBUILD index ec11fd70f..da3c12e11 100644 --- a/community/cadaver/PKGBUILD +++ b/community/cadaver/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 46500 2011-05-07 23:09:15Z stephane $ +# $Id: PKGBUILD 65070 2012-02-20 03:29:17Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: William Rea pkgname=cadaver pkgver=0.23.3 -pkgrel=2 +pkgrel=3 pkgdesc="Command-line WebDAV client for Unix" arch=('i686' 'x86_64') url="http://www.webdav.org/cadaver" @@ -16,7 +16,7 @@ md5sums=('502ecd601e467f8b16056d2acca39a6f') build() { cd $srcdir/cadaver-$pkgver ./configure --prefix=/usr - make + make } package() { diff --git a/community/catdvi/PKGBUILD b/community/catdvi/PKGBUILD index a15f0e3e1..cb8321332 100644 --- a/community/catdvi/PKGBUILD +++ b/community/catdvi/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 56716 2011-10-11 07:11:55Z andrea $ +# $Id: PKGBUILD 65072 2012-02-20 03:29:57Z spupykin $ # Maintainer: Stefan Husmann # Contributor: Xilon pkgname=catdvi pkgver=0.14 -pkgrel=4 +pkgrel=5 pkgdesc="A DVI to plain text translator" arch=('i686' 'x86_64') url="http://catdvi.sourceforge.net" diff --git a/community/cdbxx/PKGBUILD b/community/cdbxx/PKGBUILD index 3caa5d468..8409adaa4 100644 --- a/community/cdbxx/PKGBUILD +++ b/community/cdbxx/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17495 2010-05-24 14:11:11Z spupykin $ +# $Id: PKGBUILD 65076 2012-02-20 03:31:11Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sergej Pupykin pkgname=cdbxx pkgver=0.0.1rc2 -pkgrel=2 +pkgrel=3 pkgdesc="cdbxx is a small STL style C++ library for TinyCDB implementation of Constant Database" arch=(i686 x86_64) url="http://cdbxx.sourceforge.net/" @@ -15,11 +15,11 @@ source=(http://downloads.sourceforge.net/sourceforge/cdbxx/$pkgname-$pkgver.tar. md5sums=('8c7f3eebe5c090ddea4aebf5445a1621') build() { - cd $startdir/src/$pkgname-$pkgver + cd $srcdir/$pkgname-$pkgver sed -i 's#LDFLAGS = -Wl,-rpath,$(shell pwd)/../src/ -L../src/ -lcdbxx#LDFLAGS = -Wl,-rpath,$(shell pwd)/../src/ -L../src/ -lcdbxx -lcdb#' ./testsuite/Makefile sed -i '1,2i#include ' src/db.cc - make || return 1 - make DESTDIR=$startdir/pkg install + make + make DESTDIR=$pkgdir install } diff --git a/community/cdcover/PKGBUILD b/community/cdcover/PKGBUILD index 8abe05627..4862b1508 100644 --- a/community/cdcover/PKGBUILD +++ b/community/cdcover/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 58600 2011-11-16 15:26:59Z spupykin $ +# $Id: PKGBUILD 65078 2012-02-20 03:31:51Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Roland Schaeuble pkgname=cdcover pkgver=0.7.4 -pkgrel=4 +pkgrel=5 pkgdesc="cdcover allows the creation of inlay-sheets for cd-cases and dvd's" arch=('i686' 'x86_64') url="http://cdcover.sourceforge.net" diff --git a/community/centerim/PKGBUILD b/community/centerim/PKGBUILD index 2e668188f..5450d1345 100644 --- a/community/centerim/PKGBUILD +++ b/community/centerim/PKGBUILD @@ -1,12 +1,11 @@ -# $Id: PKGBUILD 58739 2011-11-18 12:12:26Z spupykin $ +# $Id: PKGBUILD 65082 2012-02-20 03:33:03Z spupykin $ # Maintainer: Sergej Pupykin -# Maintainer: # Contributor: Aaron Griffin # Contributor: shild pkgname=centerim pkgver=4.22.10 -pkgrel=1 +pkgrel=2 pkgdesc="Fork of CenterICQ - A text mode menu- and window-driven IM interface" arch=('i686' 'x86_64') url="http://www.centerim.org" diff --git a/community/cgit/PKGBUILD b/community/cgit/PKGBUILD index f2b6800c1..93507ca60 100644 --- a/community/cgit/PKGBUILD +++ b/community/cgit/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 59218 2011-11-21 15:21:07Z spupykin $ +# $Id: PKGBUILD 65084 2012-02-20 03:33:55Z spupykin $ # Maintainer: Sergej Pupykin # Current Maintainer: Patrick Palka # Previous Maintainer: Loui Chang @@ -8,7 +8,7 @@ pkgname=cgit pkgver=0.9.0.2 _gitver=1.7.4 -pkgrel=3 +pkgrel=4 pkgdesc="A web interface for git written in plain C" arch=('i686' 'x86_64') url="http://hjemli.net/git/cgit" diff --git a/community/checkinstall/PKGBUILD b/community/checkinstall/PKGBUILD index d983ef86c..f5bebd03e 100644 --- a/community/checkinstall/PKGBUILD +++ b/community/checkinstall/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 8093 2010-01-15 15:57:57Z spupykin $ +# $Id: PKGBUILD 65086 2012-02-20 03:34:38Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sergej Pupykin pkgname=checkinstall pkgver=1.6.2 -pkgrel=1 +pkgrel=2 pkgdesc="spy for 'make install' and build rpm or deb" arch=('i686' 'x86_64') url="http://asic-linux.com.mx/~izto/checkinstall/" @@ -16,10 +16,8 @@ md5sums=('d7b43c92001e68243a93bcce8b1e5480' '5c68cb7e29cf6da4b845ce57fb5ea080') build() { - cd $startdir/src/$pkgname-$pkgver - + cd $srcdir/$pkgname-$pkgver patch -Np1 <../build-fix.patch - - make || return 1 - make DESTDIR=$startdir/pkg install || return 1 + make + make DESTDIR=$pkgdir install } diff --git a/community/chrony/PKGBUILD b/community/chrony/PKGBUILD index dd6d1d9ec..d49b286e4 100644 --- a/community/chrony/PKGBUILD +++ b/community/chrony/PKGBUILD @@ -1,4 +1,4 @@ -# $Id$ +# $Id: PKGBUILD 65088 2012-02-20 03:35:18Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Patrick Leslie Polzer # Contributor: cdhotfire @@ -7,7 +7,7 @@ pkgname=chrony pkgver=1.26 -pkgrel=1 +pkgrel=2 pkgdesc="Dial-up friendly NTP daemon and excellent replacement for NTP on desktop systems" arch=('i686' 'x86_64') url="http://chrony.tuxfamily.org/" diff --git a/community/chrootuid/PKGBUILD b/community/chrootuid/PKGBUILD index fc1075436..21bd8e3f0 100644 --- a/community/chrootuid/PKGBUILD +++ b/community/chrootuid/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 17501 2010-05-24 14:12:22Z spupykin $ +# $Id: PKGBUILD 65090 2012-02-20 03:36:03Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Frop Doe # Contributor: Guillermo A. Amaral (thewonka) @@ -6,7 +6,7 @@ pkgname=chrootuid pkgver=1.3 -pkgrel=4 +pkgrel=5 arch=(i686 x86_64) pkgdesc="Runs a command in a restricted environment." url="ftp://ftp.porcupine.org/pub/security/index.html" @@ -18,11 +18,9 @@ md5sums=('15510abadf5de189e1c22a1544dc926a' '11383ad1d66445640f1dec3478a2b53f') build() { - cd $startdir/src/$pkgname$pkgver - - make || return 1 - - install -D -m755 $srcdir/$pkgname$pkgver/chrootuid $startdir/pkg/usr/sbin/chrootuid && \ - install -D -m644 $srcdir/$pkgname$pkgver/chrootuid.1 $startdir/pkg/usr/share/man/man1/chrootuid.1 && \ - install -D -m644 $srcdir/chrootuid_license $startdir/pkg/usr/share/licenses/$pkgname/license + cd $srcdir/$pkgname$pkgver + make + install -D -m755 $srcdir/$pkgname$pkgver/chrootuid $pkgdir/usr/sbin/chrootuid + install -D -m644 $srcdir/$pkgname$pkgver/chrootuid.1 $pkgdir/usr/share/man/man1/chrootuid.1 + install -D -m644 $srcdir/chrootuid_license $pkgdir/usr/share/licenses/$pkgname/license } diff --git a/community/courier-authlib/PKGBUILD b/community/courier-authlib/PKGBUILD index bbc05db55..a83027eb0 100644 --- a/community/courier-authlib/PKGBUILD +++ b/community/courier-authlib/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 53167 2009-09-26 09:48:47Z allan $ +# $Id: PKGBUILD 65015 2012-02-20 01:42:55Z spupykin $ # Maintainer: Sven-Hendrik Haase # Contributor: tobias # Contributor: Tobias Kieslich pkgname=courier-authlib pkgver=0.63.0 -pkgrel=7 +pkgrel=8 pkgdesc="Authentification library for the courier mailserver(s)" arch=(i686 x86_64) license=('GPL2') @@ -56,8 +56,8 @@ package() { ############################################################################### # Install daemon, that wraps couriers bashscript install -Dm 755 ${srcdir}/authdaemond.rc.d ${pkgdir}/etc/rc.d/authdaemond - mkdir -p ${pkgdir}/var/spool/authdaemon - chown -R 72:72 ${pkgdir}/var/spool/authdaemon + #mkdir -p ${pkgdir}/var/spool/authdaemon + #chown -R 72:72 ${pkgdir}/var/spool/authdaemon mkdir -p ${pkgdir}/var/spool/courier chown -R 72:72 ${pkgdir}/var/spool/courier chown -R 72:72 ${pkgdir}/var/run/authdaemon diff --git a/community/cpuburn/PKGBUILD b/community/cpuburn/PKGBUILD index a6ab49089..b64b7debd 100644 --- a/community/cpuburn/PKGBUILD +++ b/community/cpuburn/PKGBUILD @@ -1,10 +1,10 @@ -# $Id$ +# $Id: PKGBUILD 65092 2012-02-20 03:36:44Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Filip Wojciechowski, filip at loka dot pl pkgname=cpuburn pkgver=1.4a -pkgrel=2 +pkgrel=3 pkgdesc="CPU testing utilities in optimized assembler for maximum loading of CPUs" arch=('i686' 'x86_64') url="https://launchpad.net/ubuntu/+source/cpuburn/" diff --git a/community/cpulimit/PKGBUILD b/community/cpulimit/PKGBUILD index 7ef5ab146..cb73d72cd 100644 --- a/community/cpulimit/PKGBUILD +++ b/community/cpulimit/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17379 2010-05-24 09:44:15Z spupykin $ +# $Id: PKGBUILD 65094 2012-02-20 03:37:27Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sergej Pupykin pkgname=cpulimit pkgver=1.1 -pkgrel=2 +pkgrel=3 pkgdesc="Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT" arch=('i686' 'x86_64') url="http://cpulimit.sourceforge.net/" @@ -14,7 +14,7 @@ source=("http://downloads.sourceforge.net/sourceforge/cpulimit/cpulimit-$pkgver. md5sums=('f4ff6d4bfaef1258e8f5cd2041e2e2a3') build() { - cd $startdir/src/$pkgname-$pkgver + cd $srcdir/$pkgname-$pkgver make - install -D -m0755 cpulimit $startdir/pkg/usr/bin/cpulimit + install -D -m0755 cpulimit $pkgdir/usr/bin/cpulimit } diff --git a/community/cupsddk/PKGBUILD b/community/cupsddk/PKGBUILD index 3eb2dfc7a..d8bb0d7e8 100644 --- a/community/cupsddk/PKGBUILD +++ b/community/cupsddk/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 59197 2011-11-21 14:56:56Z spupykin $ +# $Id: PKGBUILD 65096 2012-02-20 03:38:12Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Georg Grabler (STiAT) # Contributor: Georg Grabler (STiAT) pkgname=cupsddk pkgver=1.2.3 -pkgrel=3 +pkgrel=4 pkgdesc="CUPSD Development Kit" url="http://cups.org" license=("GPL") diff --git a/community/cutter/PKGBUILD b/community/cutter/PKGBUILD index e48ce17d4..b59a652f7 100644 --- a/community/cutter/PKGBUILD +++ b/community/cutter/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17382 2010-05-24 09:44:48Z spupykin $ +# $Id: PKGBUILD 65098 2012-02-20 03:38:53Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sergej Pupykin pkgname=cutter pkgver=1.03 -pkgrel=3 +pkgrel=4 pkgdesc="TCP/IP Connection cutting on Linux Firewalls and Routers" arch=('i686' 'x86_64') url="http://www.lowth.com/cutter/" @@ -14,7 +14,7 @@ source=(http://www.lowth.com/cutter/software/cutter-$pkgver.tgz) md5sums=('50093db9b64277643969ee75b83ebbd1') build() { - cd $startdir/src/$pkgname-$pkgver - make || return 1 - install -D -m 0755 ./cutter $startdir/pkg/usr/bin/tcp-cutter + cd $srcdir/$pkgname-$pkgver + make + install -D -m 0755 ./cutter $pkgdir/usr/bin/tcp-cutter } diff --git a/community/darkhttpd/PKGBUILD b/community/darkhttpd/PKGBUILD index 03079eb52..bcc749245 100644 --- a/community/darkhttpd/PKGBUILD +++ b/community/darkhttpd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54744 2011-08-24 10:41:02Z spupykin $ +# $Id: PKGBUILD 65106 2012-02-20 04:47:15Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Vesa Kaihlavirta pkgname=darkhttpd pkgver=1.8 -pkgrel=1 +pkgrel=2 pkgdesc="A small, static webserver" arch=('i686' 'x86_64') url="http://dmr.ath.cx/net/darkhttpd/" diff --git a/community/darkstat/PKGBUILD b/community/darkstat/PKGBUILD index de207b747..87fd7fbf2 100644 --- a/community/darkstat/PKGBUILD +++ b/community/darkstat/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 50638 2011-06-29 10:55:56Z spupykin $ +# $Id: PKGBUILD 65108 2012-02-20 04:47:59Z spupykin $ # Maintainer: Sergej Pupykin pkgname=darkstat pkgver=3.0.714 -pkgrel=1 +pkgrel=2 pkgdesc="Network statistics gatherer (packet sniffer)." url="http://dmr.ath.cx/net/darkstat/" license=("GPL") @@ -13,12 +13,12 @@ source=(http://dmr.ath.cx/net/darkstat/$pkgname-$pkgver.tar.bz2) md5sums=('eef385fadc8dbb611d3d4c4d8fa94817') build() { - cd $startdir/src/$pkgname-$pkgver + cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr make } package() { - cd $startdir/src/$pkgname-$pkgver - make DESTDIR=$startdir/pkg install + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir install } diff --git a/community/datemath/PKGBUILD b/community/datemath/PKGBUILD index f4ce236b5..a79868529 100644 --- a/community/datemath/PKGBUILD +++ b/community/datemath/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 18094 2010-05-31 09:25:01Z spupykin $ +# $Id: PKGBUILD 65110 2012-02-20 04:48:43Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Todd Musall # Contributor: Todd Musall pkgname=datemath pkgver=2.0.10 -pkgrel=2 +pkgrel=3 pkgdesc="Command line date and time math utility." arch=('i686' 'x86_64') url="http://www.unixwiz.net/tools/datemath.html" @@ -16,6 +16,6 @@ md5sums=('2c369d70a43313b71dbe3c7cc50207de') build() { cd $srcdir - make || return 1 + make install -D -m755 $srcdir/datemath $pkgdir/usr/bin/datemath } diff --git a/community/delegate/PKGBUILD b/community/delegate/PKGBUILD index 450698d29..7fbf1b030 100644 --- a/community/delegate/PKGBUILD +++ b/community/delegate/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 18941 2010-06-17 16:25:05Z spupykin $ +# $Id: PKGBUILD 65112 2012-02-20 04:49:31Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sergej Pupykin pkgname=delegate pkgver=9.9.7 -pkgrel=1 +pkgrel=2 pkgdesc="Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface" arch=('i686' 'x86_64') url="http://www.delegate.org/" @@ -17,15 +17,15 @@ md5sums=('86c833e95cd16a54d54fa3c7e4ab7929') build() { cd $srcdir/$pkgname$pkgver - make ADMIN="root@localhost" || return 1 + make ADMIN="root@localhost" - install -D -m0755 src/delegated $pkgdir/usr/bin/delegated || return 1 + install -D -m0755 src/delegated $pkgdir/usr/bin/delegated - install -D -m0755 subin/dgbind $pkgdir/usr/sbin/dgbind || return 1 - install -D -m0755 subin/dgchroot $pkgdir/usr/sbin/dgchroot || return 1 - install -D -m0755 subin/dgcpnod $pkgdir/usr/sbin/dgcpnod || return 1 - install -D -m0755 subin/dgpam $pkgdir/usr/sbin/dgpam || return 1 + install -D -m0755 subin/dgbind $pkgdir/usr/sbin/dgbind + install -D -m0755 subin/dgchroot $pkgdir/usr/sbin/dgchroot + install -D -m0755 subin/dgcpnod $pkgdir/usr/sbin/dgcpnod + install -D -m0755 subin/dgpam $pkgdir/usr/sbin/dgpam - install -D -m0644 doc/Manual.htm $pkgdir/usr/share/delegate/manual.htm || return 1 - install -D -m0644 doc/tutor-en.htm $pkgdir/usr/share/delegate/tutor-en.htm || return 1 + install -D -m0644 doc/Manual.htm $pkgdir/usr/share/delegate/manual.htm + install -D -m0644 doc/tutor-en.htm $pkgdir/usr/share/delegate/tutor-en.htm } diff --git a/community/dfm/PKGBUILD b/community/dfm/PKGBUILD index 0c290ebd2..dde39f3b9 100644 --- a/community/dfm/PKGBUILD +++ b/community/dfm/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 7569 2010-01-08 02:17:53Z dgriffiths $ +# $Id: PKGBUILD 65114 2012-02-20 04:50:21Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: eric # Contributor: Tom Newsom -# + pkgname=dfm pkgver=0.99.9 -pkgrel=2 +pkgrel=3 pkgdesc="A graphical file manager including desktop icons" arch=('i686' 'x86_64') depends=('gtk' 'imlib' 'libxpm') @@ -15,8 +15,8 @@ url="http://www.kaisersite.de/dfm/" md5sums=('c6347874028a2dd2c8ec3dec33968fea') build() { - cd $startdir/src/$pkgname + cd $srcdir/$pkgname ./configure --prefix=/usr --mandir=/usr/share - make || return 1 + make make DESTDIR=${pkgdir} install } diff --git a/community/ejabberd/PKGBUILD b/community/ejabberd/PKGBUILD index 02ffa16a7..f11f987ff 100644 --- a/community/ejabberd/PKGBUILD +++ b/community/ejabberd/PKGBUILD @@ -1,16 +1,18 @@ -# $Id: PKGBUILD 62769 2012-01-26 14:42:40Z spupykin $ +# $Id: PKGBUILD 65019 2012-02-20 01:58:47Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Jeff 'codemac' Mickey # Contributor: Sergej Pupykin pkgname=ejabberd pkgver=2.1.10 -pkgrel=2 +pkgrel=3 pkgdesc="An erlang jabber server" arch=(i686 x86_64) url="http://www.ejabberd.im/" license=("GPL") -depends=('expat' 'openssl' 'zlib' 'erlang' 'pam') +# TODO: replace net-tools usage in rc.d with iproute2 +depends=('expat' 'openssl' 'zlib' 'erlang' 'pam' + 'net-tools') makedepends=() backup=(etc/ejabberd/ejabberd.cfg etc/logrotate.d/ejabberd) diff --git a/community/freedroid/PKGBUILD b/community/freedroid/PKGBUILD index 8b3a38bcf..39c239357 100644 --- a/community/freedroid/PKGBUILD +++ b/community/freedroid/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 54653 2011-08-22 14:49:55Z spupykin $ +# $Id: PKGBUILD 65021 2012-02-20 01:59:37Z spupykin $ # Maintainer: Sergej Pupykin pkgname=freedroid pkgver=1.0.2 -pkgrel=5 +pkgrel=6 pkgdesc="a clone of the classic game 'Paradroid' on Commodore 64" arch=('i686' 'x86_64') url="http://freedroid.sourceforge.net/" @@ -23,4 +23,9 @@ build() { make DESTDIR=$pkgdir install install -Dm0644 $srcdir/paraicon.png $pkgdir/usr/share/icons/paraicon.png install -Dm0644 $srcdir/freedroid.desktop $pkgdir/usr/share/applications/freedroid.desktop + + rm -rf $pkgdir/usr/share/freedroid/mac-osx + find $pkgdir/usr/share/freedroid -type f -name Makefile -exec rm -f {} \; + find $pkgdir/usr/share/freedroid -type f -name Makefile.in -exec rm -f {} \; + find $pkgdir/usr/share/freedroid -type f -name Makefile.am -exec rm -f {} \; } diff --git a/community/freeradius/PKGBUILD b/community/freeradius/PKGBUILD index 745c604da..c68adf374 100644 --- a/community/freeradius/PKGBUILD +++ b/community/freeradius/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 61107 2011-12-21 20:57:04Z andrea $ +# $Id: PKGBUILD 65013 2012-02-20 01:41:32Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Jason R Begley (jayray@digitalgoat.com> pkgname=freeradius pkgver=2.1.12 -pkgrel=3 +pkgrel=4 pkgdesc="The premier open source RADIUS server" arch=('i686' 'x86_64') url="http://www.freeradius.org/" diff --git a/community/jabberd14/PKGBUILD b/community/jabberd14/PKGBUILD index f9edde54f..5fdb75f88 100644 --- a/community/jabberd14/PKGBUILD +++ b/community/jabberd14/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54463 2011-08-18 15:07:21Z bluewind $ +# $Id: PKGBUILD 64996 2012-02-19 13:18:38Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sergej Pupykin pkgname=jabberd14 pkgver=1.6.1.1 -pkgrel=10 +pkgrel=11 pkgdesc="old (1.4) jabber server branch" arch=(i686 x86_64) url="http://jabberd.org/" diff --git a/community/ktikz/PKGBUILD b/community/ktikz/PKGBUILD index 380216a6d..850a926be 100644 --- a/community/ktikz/PKGBUILD +++ b/community/ktikz/PKGBUILD @@ -4,7 +4,7 @@ pkgname=ktikz pkgver=0.10 -pkgrel=2 +pkgrel=3 pkgdesc="A small application helping you to create TikZ diagrams (from the LaTeX pgf package)" arch=('i686' 'x86_64') url="http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/" @@ -16,24 +16,13 @@ md5sums=('e8f0826cba2447250bcdcd389a71a2ac') install=ktikz.install build() { - cd "$srcdir"/"$pkgname" - - # Patch conf.pri to get rid of annoying environment variables - egrep -v '^(DESKTOPDIR|PREFIX)' conf.pri > conf.pri.patched - mv -f conf.pri.patched conf.pri + cd "$srcdir"/"$pkgname" - sed -e 's/LRELEASECOMMAND/#LRELEASECOMMAND/' conf.pri > conf.pri.patched - mv -f conf.pri.patched conf.pri - - sed -e 's/QMAKECOMMAND/#QMAKECOMMAND/' conf.pri > conf.pri.patched - mv -f conf.pri.patched conf.pri - - # Make and install - cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` - make + cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` + make } package() { - cd "$srcdir"/"${pkgname}" - make DESTDIR="$pkgdir" install + cd "$srcdir"/"$pkgname" + make DESTDIR="$pkgdir" install } diff --git a/community/lsscsi/PKGBUILD b/community/lsscsi/PKGBUILD index 7f592af0b..e8d5251d9 100644 --- a/community/lsscsi/PKGBUILD +++ b/community/lsscsi/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 59629 2011-11-28 22:05:11Z seblu $ -# Maintainer: Sebastien Luttringer +# $Id: PKGBUILD 65009 2012-02-19 19:48:16Z seblu $ +# Maintainer: Sébastien Luttringer # Contributor : XAVeRY - los dot danielos at gmail dot com pkgname=lsscsi -pkgver=0.25 +pkgver=0.26 pkgrel=1 pkgdesc='A tool that lists devices connected via SCSI and its transports' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="http://sg.danny.cz/scsi/lsscsi.html" license=('GPL') depends=('sysfsutils') source=("http://sg.danny.cz/scsi/${pkgname}-${pkgver}.tgz") -md5sums=('c4e36b106624aff78527c54cf08ecbfe') +md5sums=('624d705899ed08e872e164679ac56545') build() { cd ${pkgname}-${pkgver} diff --git a/community/pdnsd/PKGBUILD b/community/pdnsd/PKGBUILD index f73b30940..cc989f6c1 100644 --- a/community/pdnsd/PKGBUILD +++ b/community/pdnsd/PKGBUILD @@ -1,28 +1,29 @@ -# $Id: PKGBUILD 12265 2010-02-28 22:24:26Z spupykin $ +# $Id: PKGBUILD 65023 2012-02-20 02:00:25Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Henrik Nymann Jensen pkgname=pdnsd pkgver=1.2.8 -pkgrel=1 +pkgrel=2 pkgdesc="Is a proxy DNS server with permanent caching" arch=(i686 x86_64) url="http://www.phys.uu.nl/~rombouts/pdnsd/" license=('GPL') depends=('glibc') -backup=('etc/pdnsd.conf') -source=(http://www.phys.uu.nl/~rombouts/pdnsd/releases/$pkgname-$pkgver-par.tar.gz pdnsd) +#backup=('etc/pdnsd.conf') +source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$pkgver-par.tar.gz + pdnsd) md5sums=('779c5d19576e561fbf2455de435e5597' '3670bd47c9303fbb655d9216715512de') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc - make || return 1 - make DESTDIR=$pkgdir install || return 1 + make + make DESTDIR=$pkgdir install - mkdir -p $pkgdir/etc/rc.d && \ - cp $srcdir/pdnsd $pkgdir/etc/rc.d/ && \ - mkdir -p $pkgdir/usr/share/ && \ + mkdir -p $pkgdir/etc/rc.d + cp $srcdir/pdnsd $pkgdir/etc/rc.d/ + mkdir -p $pkgdir/usr/share/ mv $pkgdir/usr/man $pkgdir/usr/share/ } diff --git a/community/pyogg/PKGBUILD b/community/pyogg/PKGBUILD index 73c0217df..50eebb60e 100644 --- a/community/pyogg/PKGBUILD +++ b/community/pyogg/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 89164 2010-08-29 16:44:28Z remy $ +# $Id: PKGBUILD 64982 2012-02-19 11:17:06Z jelle $ # Maintainer: Eric Belanger # Contributor: Jason Chu pkgname=pyogg pkgver=1.3 -pkgrel=6 +pkgrel=7 pkgdesc="Python ogg wrapper library" arch=('i686' 'x86_64') url="http://ekyo.nerim.net/software/pyogg/index.html" diff --git a/community/pyvorbis/PKGBUILD b/community/pyvorbis/PKGBUILD index 83ce3a8eb..6e5de6442 100644 --- a/community/pyvorbis/PKGBUILD +++ b/community/pyvorbis/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 89168 2010-08-29 17:00:16Z remy $ +# $Id: PKGBUILD 64987 2012-02-19 11:27:59Z jelle $ # Contributor: Jason Chu # Maintainer: Daniel J Griffiths pkgname=pyvorbis pkgver=1.4 -pkgrel=5 +pkgrel=6 pkgdesc="Python vorbis wrapper library" -url="http://www.andrewchatham.com/pyogg/" +url="http://ekyo.nerim.net/software/pyogg/index.html" arch=('i686' 'x86_64') license=('LGPL') depends=('python2' 'libvorbis' 'pyogg>=1.3-3') diff --git a/community/qoauth/PKGBUILD b/community/qoauth/PKGBUILD index ea7a724ec..0613ba44f 100644 --- a/community/qoauth/PKGBUILD +++ b/community/qoauth/PKGBUILD @@ -1,9 +1,10 @@ # $Id $ -# Maintainer: Andrea Scarpino +# Maintainer: Peter Richard Lewis +# Contributor: Andrea Scarpino pkgname=qoauth pkgver=1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Support with OAuth-powered network services" url="http://github.com/ayoy/qoauth" license=('GPL') diff --git a/community/radeontool/PKGBUILD b/community/radeontool/PKGBUILD index 7092a9d77..83793aa62 100644 --- a/community/radeontool/PKGBUILD +++ b/community/radeontool/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 39058 2011-02-05 20:20:24Z lcarlier $ +# $Id: PKGBUILD 64970 2012-02-19 08:18:34Z lcarlier $ # Maintainer : Laurent Carlier pkgname=radeontool pkgver=1.6.2 -pkgrel=1 -pkgdesc="Radeontool (and avivotool) are lowlevel tools to tweak register and dump state on radeon GPUs" +pkgrel=2 +pkgdesc="Lowlevel tools to tweak register and dump state on radeon GPUs" url="http://airlied.livejournal.com/" arch=('i686' 'x86_64') license=('ZLIB') diff --git a/community/task/PKGBUILD b/community/task/PKGBUILD index afb1493ee..51fe81b56 100644 --- a/community/task/PKGBUILD +++ b/community/task/PKGBUILD @@ -6,7 +6,7 @@ pkgname=task pkgver=1.9.4 -pkgrel=2 +pkgrel=3 pkgdesc="A command-line todo list manager" arch=('i686' 'x86_64') url="http://taskwarrior.org/projects/show/taskwarrior/" @@ -19,22 +19,21 @@ sha1sums=('b9bae255f4fa03970eced3ac0876935271d1d7a1') build() { cd "$srcdir/$pkgname-$pkgver" - - cmake -DCMAKE_INSTALL_PREFIX=/usr . - make + + cmake -DCMAKE_INSTALL_PREFIX=/usr . + make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install - install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task_completion.sh" "$pkgdir/etc/bash_completion.d/task_completion.sh" - install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" "$pkgdir/usr/share/fish/completions/task.fish" - install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" "$pkgdir/usr/share/zsh/site-functions/_task" - - install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim" "$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim" - install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim" - install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskedit.vim" - install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskrc.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskrc.vim" + install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task_completion.sh" "$pkgdir/etc/bash_completion.d/task_completion.sh" + install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" "$pkgdir/usr/share/fish/completions/task.fish" + install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" "$pkgdir/usr/share/zsh/site-functions/_task" + install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim" "$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim" + install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim" + install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskedit.vim" + install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskrc.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskrc.vim" } diff --git a/community/torcs/PKGBUILD b/community/torcs/PKGBUILD index f6a4e9380..d514322a8 100644 --- a/community/torcs/PKGBUILD +++ b/community/torcs/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 63756 2012-02-05 12:12:13Z ibiru $ +# $Id: PKGBUILD 64985 2012-02-19 11:26:28Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Shahar Weiss pkgname=torcs -pkgver=1.3.2 +pkgver=1.3.3 pkgrel=1 pkgdesc="A 3D racing cars simulator using OpenGL" url="http://torcs.sourceforge.net" @@ -15,7 +15,7 @@ options=('!makeflags') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2 torcs.desktop torcs-gcc.patch) -md5sums=('254b8f4c14d067dd63da8d54d3cfdba8' +md5sums=('0319c996dac4480f1182c03d2331b14a' '328e419e9f985c3e7b69924fe299330d' '5ae7e903df37300d3b8744328c756bff') diff --git a/community/uml_utilities/PKGBUILD b/community/uml_utilities/PKGBUILD index b0fc5a633..958997347 100644 --- a/community/uml_utilities/PKGBUILD +++ b/community/uml_utilities/PKGBUILD @@ -4,7 +4,7 @@ pkgname=uml_utilities pkgver=20070815 -pkgrel=4 +pkgrel=5 pkgdesc="User Mode Linux Utilities" arch=(i686 x86_64) depends=('fuse' 'readline' 'perl') diff --git a/community/uqm/PKGBUILD b/community/uqm/PKGBUILD index 4d82315d6..a9b851ba9 100644 --- a/community/uqm/PKGBUILD +++ b/community/uqm/PKGBUILD @@ -1,3 +1,4 @@ +# $Id: PKGBUILD 65007 2012-02-19 17:51:46Z lcarlier $ # Maintainer : Laurent Carlier # Maintainer : Daenyth # Contributor : wizzomafizzo @@ -6,7 +7,7 @@ pkgname=uqm pkgver=0.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="The Ur-Quan Masters is a port of Star Control 2" arch=('i686' 'x86_64') url="http://sc2.sf.net/" diff --git a/community/xdebug/PKGBUILD b/community/xdebug/PKGBUILD index 749bcebd6..d414b935c 100644 --- a/community/xdebug/PKGBUILD +++ b/community/xdebug/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 54418 2011-08-18 09:30:31Z spupykin $ +# $Id: PKGBUILD 65011 2012-02-20 01:39:51Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Jonathan Wiersma # Contributor: Jonathan Wiersma # Contributor: sracker pkgname=xdebug -pkgver=2.1.2 -pkgrel=1 +pkgver=2.1.3 +pkgrel=2 pkgdesc="PHP debugging extension" arch=('i686' 'x86_64') url="http://www.xdebug.org" @@ -17,7 +17,7 @@ backup=('etc/php/conf.d/xdebug.ini') source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz xdebug-5.2.ini xdebug.ini) -md5sums=('3a9c3402063c8163de6e419ddc8d96e7' +md5sums=('779f4a66acdccd673553769e403674c4' '6b7fdbbe0bf381bda40e77e29981f439' '68de800943369d4c76bdf7eb35c8463b') diff --git a/community/xdebug/xdebug.install b/community/xdebug/xdebug.install index fc2fcbc84..a7ec0b9cc 100644 --- a/community/xdebug/xdebug.install +++ b/community/xdebug/xdebug.install @@ -1,18 +1,8 @@ -pre_upgrade() { - local _configfile=/etc/php/conf.d/xdebug.ini - - if [ $2 \< "2.0.4-2" -a -f $_configfile ] ; then - mv -f $_configfile $_configfile.pacold - fi - /bin/true -} - post_install() { local _configfile=/etc/php/conf.d/xdebug.ini echo " ==> You may wish to uncomment/change the settings found in " echo " $_configfile" echo "" - /bin/true } post_upgrade() { @@ -20,28 +10,6 @@ post_upgrade() { local PHPVER=$(php -r 'echo phpversion();') post_install $1 - if [ $2 \< "2.0.4-2" ] ; then - if [ -f $_configfile.pacold ] ; then - mv $_configfile $_configfile.pacnew - mv $_configfile.pacold $_configfile - echo " ==> There is a new xdebug.ini at $_configfile.pacnew." - echo " You may wish to copy it or modify your existing file: " - echo " $_configfile." - echo "" - else - echo " ==> A configuration file for xdebug has been placed at:" - echo " $_configfile." - echo " Please remove the following lines from /etc/php/php.ini and move them" - echo " to $_configfile:" - echo " zend_extension=/usr/lib/php/xdebug.so" - echo " xdebug.remote_enable=on" - echo " xdebug.remote_host=" - echo " xdebug.remote_port=" - echo " xdebug.remote_handler=dbgp" - echo "" - fi - fi - if [ "$PHPVER" \< "5.3" ] ; then echo " ==> You are currenty running a version of php < 5.3." echo " When/if you upgrade php to a version >= 5.3, you will need to reinstall $pkgname." diff --git a/extra/antlr2/PKGBUILD b/extra/antlr2/PKGBUILD index 021da9bb4..7805cdd81 100644 --- a/extra/antlr2/PKGBUILD +++ b/extra/antlr2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id$ +# $Id: PKGBUILD 150679 2012-02-20 03:46:01Z allan $ # Maintainer: Andrea Scarpino # Contributor: George Giorgidze # Contributor: Stefan Husmann @@ -6,7 +6,7 @@ pkgbase=antlr2 pkgname=('antlr2' 'python-antlr2') pkgver=2.7.7 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://www.antlr2.org/" license=('custom') diff --git a/extra/live-media/PKGBUILD b/extra/live-media/PKGBUILD index bb0d6bff6..7ccbaf8bb 100644 --- a/extra/live-media/PKGBUILD +++ b/extra/live-media/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 149149 2012-02-06 00:27:42Z giovanni $ +# $Id: PKGBUILD 150662 2012-02-19 16:50:59Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Gilles CHAUVIN pkgname=live-media pkgver=2012.02.04 -pkgrel=1 +pkgrel=2 pkgdesc="A set of C++ libraries for multimedia streaming" arch=('i686' 'x86_64') license=('LGPL') @@ -16,11 +16,11 @@ md5sums=('5c9753e027af08c065f156e2a0bec023') build() { cd ${srcdir}/live - sed \ - -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC -DSOCKLEN_T/g' \ - -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \ - -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \ - -i config.linux + sed \ + -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC -DSOCKLEN_T/g' \ + -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \ + -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \ + -i config.linux ./genMakefiles linux make } @@ -29,10 +29,17 @@ package() { cd ${srcdir}/live for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do - mkdir -p ${pkgdir}/usr/lib/live/${dir} - cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir} + mkdir -p ${pkgdir}/usr/lib/ + install -m644 ${dir}/*.a ${pkgdir}/usr/lib done + for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do + mkdir -p ${pkgdir}/usr/include/${dir} + install -m644 ${dir}/include/*.hh ${pkgdir}/usr/include/${dir} + done + + install -m644 groupsock/include/*.h ${pkgdir}/usr/include/groupsock + mkdir -p ${pkgdir}/usr/bin for testprog in `find testProgs -type f -perm 755`; do install ${testprog} ${pkgdir}/usr/bin diff --git a/extra/phonon-vlc/PKGBUILD b/extra/phonon-vlc/PKGBUILD index 6f9bcb7c9..2a18f9139 100644 --- a/extra/phonon-vlc/PKGBUILD +++ b/extra/phonon-vlc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 150267 2012-02-16 07:53:14Z andrea $ +# $Id: PKGBUILD 150669 2012-02-19 23:09:39Z andrea $ # Maintainer: Andrea Scarpino pkgname=phonon-vlc @@ -11,7 +11,7 @@ license=('LGPL') depends=('vlc') makedepends=('cmake' 'automoc4' 'phonon') provides=('phonon-backend') -source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz") +source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/src/phonon-backend-vlc-${pkgver}.tar.xz") md5sums=('fc5dc2b353fa0d9e428ecfc3c485eb66') build() { diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD index 9df7324ce..fddc6c18e 100644 --- a/extra/vlc/PKGBUILD +++ b/extra/vlc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 150609 2012-02-18 22:53:43Z giovanni $ +# $Id: PKGBUILD 150664 2012-02-19 17:21:32Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Sarah Hay # Contributor: Martin Sandsmark pkgname=vlc pkgver=2.0.0 -pkgrel=1 +pkgrel=3 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" arch=('i686' 'x86_64') url="http://www.videolan.org/vlc/" @@ -16,10 +16,10 @@ depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio' 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' 'xcb-util-keysyms' 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils') -makedepends=('avahi' 'pkg-config' 'live-media' 'libnotify' +makedepends=('avahi' 'pkg-config' 'live-media' 'libnotify' 'libbluray' 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev' 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse' - 'lirc-utils' 'gnutls' 'libcaca') + 'lirc-utils' 'gnutls' 'libcaca' 'oss') optdepends=('avahi: for service discovery using bonjour protocol' 'libnotify: for notification plugin' 'ncurses: for ncurses interface support' @@ -30,7 +30,9 @@ optdepends=('avahi: for service discovery using bonjour protocol' 'kdelibs: KDE Solid hardware integration' 'libpulse: PulseAudio support' 'vdpau-video: vdpau back-end for nvidia' - 'libva-driver-intel: back-end for intel cards') + 'libva-driver-intel: back-end for intel cards' + 'libbluray: for Blu-Ray disks' + 'oss: for OSS audio') conflicts=('vlc-plugin') replaces=('vlc-plugin') backup=('usr/share/vlc/lua/http/.hosts' @@ -54,6 +56,9 @@ build() { --enable-pvr \ --enable-ncurses \ --enable-upnp \ + --enable-oss \ + --enable-bluray \ + --enable-live555 \ --enable-realrtsp make } diff --git a/extra/ypbind-mt/PKGBUILD b/extra/ypbind-mt/PKGBUILD index 60df94219..352078fe3 100644 --- a/extra/ypbind-mt/PKGBUILD +++ b/extra/ypbind-mt/PKGBUILD @@ -1,11 +1,12 @@ -# $Id: PKGBUILD 138068 2011-09-15 22:41:35Z tomegun $ -# Maintainer: Gaetan Bisson +# $Id: PKGBUILD 150656 2012-02-19 12:54:57Z tomegun $ +# Maintainer: Tom Gundersen +# Contributor: Gaetan Bisson # Contributor: judd # Contributor: Tom Newsom pkgname=ypbind-mt pkgver=1.33 -pkgrel=3 +pkgrel=4 pkgdesc='Linux NIS daemon' url='http://www.linux-nis.org/nis/ypbind-mt/' license=('GPL2') @@ -14,14 +15,11 @@ makedepends=('networkmanager') depends=('rpcbind' 'openslp' 'dbus-glib') optdepends=('yp-tools: to set a domain name') backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname') -source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${pkgname}-${pkgver}.tar.gz" +#source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${pkgname}-${pkgver}.tar.gz" +source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2" 'nisdomainname.conf' 'ypbind.conf' 'ypbind') -sha1sums=('49f578d15aa5d4f4130a2e96cd9c0e519263fc88' - 'eb00aecc0679e25a36b007e797f4468b40cb3e8e' - '07dee386d001fb9e9e6b76dda8af5b2092e5a4a2' - '112fc2aedfe3f761325b69647b7938bc1be5bfcd') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -44,3 +42,7 @@ package() { install -D -m644 ../nisdomainname.conf "${pkgdir}"/etc/conf.d/nisdomainname install -d -m755 "${pkgdir}"/var/yp/binding } +md5sums=('692f68ed0476762be4228ce543a5b791' + 'e83a85291ea2ee152a78f2c16b0b1185' + '229309a989abad27703ac2e6d07dc7ae' + '1f7a4c80414d580c9afb3a08267beed0') diff --git a/extra/zsh/PKGBUILD b/extra/zsh/PKGBUILD index 5853c1f57..e58444200 100644 --- a/extra/zsh/PKGBUILD +++ b/extra/zsh/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 149982 2012-02-11 23:31:46Z allan $ +# $Id: PKGBUILD 150666 2012-02-19 20:58:33Z pierre $ # Maintainer: Pierre Schmitz pkgname=zsh -pkgver=4.3.15 -pkgrel=3 +pkgver=4.3.16 +pkgrel=1 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX' arch=('i686' 'x86_64') url='http://www.zsh.org/' @@ -11,15 +11,13 @@ license=('custom') depends=('pcre' 'libcap' 'gdbm') install=zsh.install source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2" - 'zprofile' 'svn-1.7.patch') + 'zprofile') backup=('etc/zsh/zprofile') -md5sums=('11766b0dd674a513810903cd33ffcac4' - '24a9335edf77252a7b5f52e079f7aef7' - '4fcbc119fdb624a8c483a278f3a82efd') +md5sums=('4bf0b8947b5acc0ac4334d75adc87239' + '24a9335edf77252a7b5f52e079f7aef7') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i "${srcdir}/svn-1.7.patch" # FS#16360 sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \ Doc/zsh.texi \ @@ -48,8 +46,6 @@ build() { check() { cd "${srcdir}/${pkgname}-${pkgver}" - # This test wont work with the noatime mount option - rm Test/C02cond.ztst HOME="${srcdir}" make check } diff --git a/staging/gstreamer0.10-ugly/PKGBUILD b/staging/gstreamer0.10-ugly/PKGBUILD new file mode 100644 index 000000000..4d4b718e1 --- /dev/null +++ b/staging/gstreamer0.10-ugly/PKGBUILD @@ -0,0 +1,43 @@ +# $Id: PKGBUILD 150671 2012-02-20 00:31:40Z allan $ +# Maintainer: Jan de Groot + +pkgbase=gstreamer0.10-ugly +pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins') +pkgver=0.10.18 +pkgrel=6 +arch=('i686' 'x86_64') +license=('LGPL') +makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 'libid3tag' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr') +url="http://gstreamer.freedesktop.org/" +options=(!libtool) +source=(${url}/src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.bz2) +md5sums=('04a7009a4efea2844075949c111f5e4d') + +build() { + cd "${srcdir}/gst-plugins-ugly-${pkgver}" + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --disable-static --enable-experimental \ + --with-package-name="GStreamer Ugly Plugins (Archlinux)" \ + --with-package-origin="http://www.archlinux.org/" + make + sed -e 's/gst-libs gst ext/gst-libs gst/' -i Makefile +} + +package_gstreamer0.10-ugly() { + pkgdesc="GStreamer Multimedia Framework Ugly plugin libraries" + depends=('gstreamer0.10-base>=0.10.34') + + cd "${srcdir}/gst-plugins-ugly-${pkgver}" + make DESTDIR="${pkgdir}" install +} + +package_gstreamer0.10-ugly-plugins() { + pkgdesc="GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)" + depends=("gstreamer0.10-ugly=${pkgver}" 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 'libid3tag' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr') + groups=('gstreamer0.10-plugins') + replaces=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 'gstreamer0.10-a52dec') + conflicts=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 'gstreamer0.10-a52dec') + + cd "${srcdir}/gst-plugins-ugly-${pkgver}" + make -C ext DESTDIR="${pkgdir}" install +} diff --git a/staging/gvfs/PKGBUILD b/staging/gvfs/PKGBUILD new file mode 100644 index 000000000..9abf4e950 --- /dev/null +++ b/staging/gvfs/PKGBUILD @@ -0,0 +1,113 @@ +# $Id: PKGBUILD 150673 2012-02-20 00:41:16Z allan $ +# Maintainer: Jan de Groot + +pkgbase=gvfs +pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp') +pkgver=1.10.1 +pkgrel=3 +arch=('i686' 'x86_64') +license=('LGPL') +makedepends=('libsoup-gnome' 'libcdio' 'fuse' 'bluez' 'smbclient' 'libgphoto2' 'libarchive' 'libgdu' 'pkgconfig' 'intltool' 'libimobiledevice' 'avahi' 'dconf') +url="http://www.gnome.org" +options=(!libtool) +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz) +sha256sums=('cd30facee5ad6cd0fafc5337bbf7c06a0bff3936f9ff2ae31519b301efcc9288') + +build() { + cd "${srcdir}/${pkgbase}-${pkgver}" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static \ + --libexecdir=/usr/lib/gvfs \ + --with-bash-completion-dir=/etc/bash_completion.d + make +} + +package_gvfs() { + pkgdesc="Userspace virtual filesystem implemented as a pluggable module for gio" + depends=('libsoup-gnome' 'libgdu' 'libcdio' 'fuse' 'libarchive' 'avahi' 'dconf') + optdepends=('gvfs-afc: AFC (mobile devices) support' + 'gvfs-smb: SMB/CIFS (Windows client) support' + 'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support' + 'gvfs-obexftp: ObexFTP (bluetooth) support' + 'gvfs-afp: Apple Filing Protocol (AFP) support') + install=gvfs.install + + cd "${srcdir}/${pkgbase}-${pkgver}" + sed -e 's/^am__append_3/#am__append_3/' \ + -e 's/^am__append_4/#am__append_4/' \ + -i monitor/Makefile + make DESTDIR="${pkgdir}" install + + cd "${pkgdir}" + rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp} + rm usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}.mount + rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml + rm usr/share/GConf/gsettings/gvfs-smb.convert +} + +package_gvfs-smb() { + pkgdesc="SMB/CIFS (Windows client) backend for gvfs" + depends=("gvfs=${pkgver}" 'smbclient' 'libgnome-keyring') + install=gvfs-smb.install + + cd "${srcdir}/${pkgbase}-${pkgver}/daemon" + install -m755 -d "${pkgdir}/usr/lib/gvfs" + install -m755 -d "${pkgdir}/usr/share/gvfs/mounts" + + install -m755 .libs/gvfsd-smb{,-browse} "${pkgdir}/usr/lib/gvfs/" + install -m644 smb{,-browse}.mount "${pkgdir}/usr/share/gvfs/mounts/" + + install -Dm644 org.gnome.system.smb.gschema.xml \ + "${pkgdir}/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml" + install -Dm644 gvfs-smb.convert \ + "${pkgdir}/usr/share/GConf/gsettings/gvfs-smb.convert" +} + +package_gvfs-afc() { + pkgdesc="AFC (mobile devices) backend for gvfs" + depends=("gvfs=${pkgver}" 'libimobiledevice') + install=gvfs-module.install + + cd "${srcdir}/${pkgbase}-${pkgver}/daemon" + install -D .libs/gvfsd-afc "${pkgdir}/usr/lib/gvfs/gvfsd-afc" + install -Dm644 afc.mount "${pkgdir}/usr/share/gvfs/mounts/afc.mount" + + cd "${srcdir}/${pkgbase}-${pkgver}/monitor/afc" + make DESTDIR="${pkgdir}" install +} + +package_gvfs-gphoto2() { + pkgdesc="gphoto2 (PTP camera/MTP media player) backend for gvfs" + depends=("gvfs=${pkgver}" 'dbus-core' 'libgphoto2' 'udev') + install=gvfs-module.install + + cd "${srcdir}/${pkgbase}-${pkgver}/daemon" + install -D .libs/gvfsd-gphoto2 "${pkgdir}/usr/lib/gvfs/gvfsd-gphoto2" + install -Dm644 gphoto2.mount "${pkgdir}/usr/share/gvfs/mounts/gphoto2.mount" + + cd "${srcdir}/${pkgbase}-${pkgver}/monitor/gphoto2" + make DESTDIR="${pkgdir}" install +} + +package_gvfs-obexftp() { + pkgdesc="ObexFTP (bluetooth) backend for gvfs" + depends=("gvfs=${pkgver}" 'dbus-glib' 'bluez' 'obex-data-server') + install=gvfs-module.install + + cd "${srcdir}/${pkgbase}-${pkgver}/daemon" + install -D .libs/gvfsd-obexftp "${pkgdir}/usr/lib/gvfs/gvfsd-obexftp" + install -Dm644 obexftp.mount "${pkgdir}/usr/share/gvfs/mounts/obexftp.mount" +} + +package_gvfs-afp() { + pkgdesc="Apple Filing Protocol (AFP) backend for gvfs" + depends=("gvfs=${pkgver}") + install=gvfs-module.install + install -m755 -d "${pkgdir}/usr/lib/gvfs" + install -m755 -d "${pkgdir}/usr/share/gvfs/mounts" + + cd "${srcdir}/${pkgbase}-${pkgver}/daemon" + install -m755 .libs/gvfsd-afp{,-browse} "${pkgdir}/usr/lib/gvfs/" + install -m644 afp{,-browse}.mount "${pkgdir}/usr/share/gvfs/mounts/" + +} diff --git a/staging/gvfs/gvfs-module.install b/staging/gvfs/gvfs-module.install new file mode 100644 index 000000000..09d1f11ec --- /dev/null +++ b/staging/gvfs/gvfs-module.install @@ -0,0 +1,7 @@ +post_install() { + killall -USR1 gvfsd >&/dev/null || : +} + +post_upgrade() { + post_install +} diff --git a/staging/gvfs/gvfs-smb.install b/staging/gvfs/gvfs-smb.install new file mode 100644 index 000000000..0b8783c7b --- /dev/null +++ b/staging/gvfs/gvfs-smb.install @@ -0,0 +1,12 @@ +post_install() { + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas + killall -USR1 gvfsd >&/dev/null || : +} + +post_upgrade() { + post_install +} + +post_remove() { + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas +} diff --git a/staging/gvfs/gvfs.install b/staging/gvfs/gvfs.install new file mode 100644 index 000000000..9458b1513 --- /dev/null +++ b/staging/gvfs/gvfs.install @@ -0,0 +1,14 @@ +post_install() { + usr/bin/gio-querymodules usr/lib/gio/modules + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas + killall -USR1 gvfsd >&/dev/null || : +} + +post_upgrade() { + post_install +} + +post_remove() { + usr/bin/gio-querymodules usr/lib/gio/modules + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas +} diff --git a/staging/oxine/PKGBUILD b/staging/oxine/PKGBUILD new file mode 100644 index 000000000..6a686bfee --- /dev/null +++ b/staging/oxine/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 150677 2012-02-20 01:49:45Z allan $ +# Maintainer: +# Contributor: Rouslan Solomakhin +# Contributor: dorphell + +pkgname=oxine +pkgver=0.7.1 +pkgrel=6 +pkgdesc="A lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems" +arch=('i686' 'x86_64') +url="http://oxine.sourceforge.net/" +license=('GPL') +depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst') +source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz) +md5sums=('2a2d05ee21892624e35cf539e532c0dd') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's|#include ||' configure src/download.c + ./configure --prefix=/usr --disable-hal --without-jsw --disable-extractor \ + --without-imagemagick --disable-gdkpixbuf --disable-weather + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} diff --git a/staging/xine-lib/PKGBUILD b/staging/xine-lib/PKGBUILD new file mode 100644 index 000000000..5eaa218e0 --- /dev/null +++ b/staging/xine-lib/PKGBUILD @@ -0,0 +1,45 @@ +# $Id: PKGBUILD 150675 2012-02-20 01:13:48Z allan $ +# Maintainer: Eric Bélanger + +pkgname=xine-lib +pkgver=1.2.1 +pkgrel=2 +pkgdesc="A multimedia playback engine" +arch=('i686' 'x86_64') +url="http://www.xine-project.org" +license=('LGPL' 'GPL') +depends=('libxvmc' 'ffmpeg' 'libxinerama') +makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug' + 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' + 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau') +optdepends=('imagemagick: for using the imagemagick plugin' \ + 'jack: for using the jack plugin' \ + 'vcdimager: for using the vcd plugin' \ + 'mesa: for using the opengl plugin' \ + 'wavpack: for using the wavpack plugin' \ + 'faad2: for using the faad plugin' \ + 'libmng: for using the mng plugin' \ + 'aalib: for using the aalib plugin' \ + 'libmodplug: for using the modplug plugin' \ + 'libdca: for using the dca plugin' \ + 'a52dec: for using the a52 plugin' \ + 'libmad: for using the mp3 plugin' \ + 'libmpcdec: for using the musepack plugin' \ + 'libcaca: for using the caca plugin' \ + 'libbluray: for using the bluray plugin' \ + 'gnome-vfs: for using the gnome-vfs plugin' \ + 'libvdpau: for using the VDPAU plugin') +options=('!libtool') +source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz) +sha1sums=('ebb2648456504ff4ce08c34de258d3125832bb94') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --with-wavpack --enable-vdpau --disable-optimizations + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} diff --git a/testing/libevent/PKGBUILD b/testing/libevent/PKGBUILD new file mode 100644 index 000000000..fd436f152 --- /dev/null +++ b/testing/libevent/PKGBUILD @@ -0,0 +1,34 @@ +# $Id: PKGBUILD 150654 2012-02-19 12:52:52Z tomegun $ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.17 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/" +license=('GPL2') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc}) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +} +md5sums=('dad64aaaaff16b5fbec25160c06fee9a' + 'ef4a32a96df3941fed58fbe39b4eab9d') -- cgit v1.2.3-54-g00ecf