[arch-commits] Commit in nxserver/trunk (PKGBUILD)

2011-10-31 Thread andyrtr
Date: Monday, October 31, 2011 @ 03:33:12
  Author: andyrtr
Revision: 141570

upgpkg: nxserver 3.5.0-4

small upstream update for nxagent

Modified:
  nxserver/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 04:52:32 UTC (rev 141569)
+++ PKGBUILD2011-10-31 07:33:12 UTC (rev 141570)
@@ -4,7 +4,7 @@
 
 pkgname=nxserver
 pkgver=3.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc=NoMachine NX is the next-generation X compression and roundtrip 
suppression scheme.
 arch=(i686 x86_64)
 url=http://nomachine.com/;
@@ -20,7 +20,7 @@
 http://64.34.161.181/download/$pkgver/sources/nxauth-$pkgver-1.tar.gz
 http://64.34.161.181/download/$pkgver/sources/nxcomp-$pkgver-2.tar.gz # needed 
to provide NX.h and -LXcomp - part of nx-common
 #X11 Agent sources
-http://64.34.161.181/download/$pkgver/sources/nxagent-$pkgver-5.tar.gz
+http://64.34.161.181/download/$pkgver/sources/nxagent-$pkgver-7.tar.gz
 http://64.34.161.181/download/$pkgver/sources/nxcompsh-$pkgver-1.tar.gz # 
needed to get X11 built - part of nx-common
 #Compression libs and proxy sources
 http://64.34.161.181/download/$pkgver/sources/nxproxy-$pkgver-1.tar.gz
@@ -33,7 +33,7 @@
  '84c7f1575d9a1506370125ed050514ab'
  'cf38ec1e5a5f6453946cd387c14f2684'
  'ad8c0f133122c6d07732ca69c8759410'
- '1086a92fb523d0a5d3685b89f1c96b9f'
+ '0a36c7e6a86c6c741179464b8f79c487'
  '84ade443b79ea079380b754aba9d392e'
  '488bb4d9b8e9f82dc272b4e6e9c57d30'
  'abde2ccc33e31fc695031c2cfb60f3dd'



[arch-commits] Commit in nxserver/repos (12 files)

2011-10-31 Thread andyrtr
Date: Monday, October 31, 2011 @ 03:33:57
  Author: andyrtr
Revision: 141571

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  nxserver/repos/extra-i686/NXproto.h.64bit.diff
(from rev 141570, nxserver/trunk/NXproto.h.64bit.diff)
  nxserver/repos/extra-i686/PKGBUILD
(from rev 141570, nxserver/trunk/PKGBUILD)
  nxserver/repos/extra-i686/nxcompsh-gcc43.patch
(from rev 141570, nxserver/trunk/nxcompsh-gcc43.patch)
  nxserver/repos/extra-x86_64/NXproto.h.64bit.diff
(from rev 141570, nxserver/trunk/NXproto.h.64bit.diff)
  nxserver/repos/extra-x86_64/PKGBUILD
(from rev 141570, nxserver/trunk/PKGBUILD)
  nxserver/repos/extra-x86_64/nxcompsh-gcc43.patch
(from rev 141570, nxserver/trunk/nxcompsh-gcc43.patch)
Deleted:
  nxserver/repos/extra-i686/NXproto.h.64bit.diff
  nxserver/repos/extra-i686/PKGBUILD
  nxserver/repos/extra-i686/nxcompsh-gcc43.patch
  nxserver/repos/extra-x86_64/NXproto.h.64bit.diff
  nxserver/repos/extra-x86_64/PKGBUILD
  nxserver/repos/extra-x86_64/nxcompsh-gcc43.patch

---+
 extra-i686/NXproto.h.64bit.diff   |  132 -
 extra-i686/PKGBUILD   |  184 ++--
 extra-i686/nxcompsh-gcc43.patch   |   38 +++
 extra-x86_64/NXproto.h.64bit.diff |  132 -
 extra-x86_64/PKGBUILD |  184 ++--
 extra-x86_64/nxcompsh-gcc43.patch |   38 +++
 6 files changed, 354 insertions(+), 354 deletions(-)

Deleted: extra-i686/NXproto.h.64bit.diff
===
--- extra-i686/NXproto.h.64bit.diff 2011-10-31 07:33:12 UTC (rev 141570)
+++ extra-i686/NXproto.h.64bit.diff 2011-10-31 07:33:57 UTC (rev 141571)
@@ -1,66 +0,0 @@
 nxcomp.old/NXproto.h   2006-06-19 19:55:56.0 +0200
-+++ nxcomp/NXproto.h   2007-02-12 18:17:41.0 +0100
-@@ -26,6 +26,30 @@
- #include X11/Xmd.h
- #include X11/Xproto.h
- 
-+/*
-+  Copied from Xproto.h
-+ */
-+
-+/* For the purpose of the structure definitions in this file,
-+we must redefine the following types in terms of Xmd.h's types, which may
-+include bit fields.  All of these are #undef'd at the end of this file,
-+restoring the definitions in X.h.  */
-+
-+#define Window CARD32
-+#define Drawable CARD32
-+#define Font CARD32
-+#define Pixmap CARD32
-+#define Cursor CARD32
-+#define Colormap CARD32
-+#define GContext CARD32
-+#define Atom CARD32
-+#define VisualID CARD32
-+#define Time CARD32
-+#define KeyCode CARD8
-+#define KeySym CARD32
-+
-+/* End copied from Xproto.h */
-+
- #define sz_xNXGetControlParametersReq   4
- #define sz_xNXGetCleanupParametersReq   4
- #define sz_xNXGetImageParametersReq 4
-@@ -343,9 +367,9 @@
- CARD8dstDepth;
- CARD32   srcLength B32;
- CARD32   dstLength B32;
--INT16srcX B16, srcY B16;
-+CARD16srcX B16, srcY B16;
- CARD16   srcWidth B16, srcHeight B16;
--INT16dstX B16, dstY B16;
-+CARD16dstX B16, dstY B16;
- CARD16   dstWidth B16, dstHeight B16;
- } xNXPutPackedImageReq;
- 
-@@ -463,4 +487,20 @@
- }
- #endif
- 
-+/* Copied from Xproto.h */
-+
-+/* restore these definitions back to the typedefs in X.h */
-+#undef Window
-+#undef Drawable
-+#undef Font
-+#undef Pixmap
-+#undef Cursor
-+#undef Colormap
-+#undef GContext
-+#undef Atom
-+#undef VisualID
-+#undef Time
-+#undef KeyCode
-+#undef KeySym
-+
- #endif /* NXproto_H */

Copied: nxserver/repos/extra-i686/NXproto.h.64bit.diff (from rev 141570, 
nxserver/trunk/NXproto.h.64bit.diff)
===
--- extra-i686/NXproto.h.64bit.diff (rev 0)
+++ extra-i686/NXproto.h.64bit.diff 2011-10-31 07:33:57 UTC (rev 141571)
@@ -0,0 +1,66 @@
+--- nxcomp.old/NXproto.h   2006-06-19 19:55:56.0 +0200
 nxcomp/NXproto.h   2007-02-12 18:17:41.0 +0100
+@@ -26,6 +26,30 @@
+ #include X11/Xmd.h
+ #include X11/Xproto.h
+ 
++/*
++  Copied from Xproto.h
++ */
++
++/* For the purpose of the structure definitions in this file,
++we must redefine the following types in terms of Xmd.h's types, which may
++include bit fields.  All of these are #undef'd at the end of this file,
++restoring the definitions in X.h.  */
++
++#define Window CARD32
++#define Drawable CARD32
++#define Font CARD32
++#define Pixmap CARD32
++#define Cursor CARD32
++#define Colormap CARD32
++#define GContext CARD32
++#define Atom CARD32
++#define VisualID CARD32
++#define Time CARD32
++#define KeyCode CARD8
++#define KeySym CARD32
++
++/* End copied from Xproto.h */
++
+ #define sz_xNXGetControlParametersReq   4
+ #define sz_xNXGetCleanupParametersReq   4
+ #define sz_xNXGetImageParametersReq 4
+@@ -343,9 +367,9 @@
+ CARD8dstDepth;
+ CARD32   srcLength B32;
+ CARD32   dstLength B32;
+-INT16srcX B16, srcY B16;
++CARD16srcX B16, srcY B16;
+ 

[arch-commits] Commit in tzdata/trunk (PKGBUILD)

2011-10-31 Thread andyrtr
Date: Monday, October 31, 2011 @ 03:36:51
  Author: andyrtr
Revision: 141572

upgpkg: tzdata 2011n-2

upstream update 2011n

Modified:
  tzdata/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 07:33:57 UTC (rev 141571)
+++ PKGBUILD2011-10-31 07:36:51 UTC (rev 141572)
@@ -2,10 +2,10 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=tzdata
-pkgver=2011m
+pkgver=2011n
 pkgrel=2
 _tzcode=2011i
-_tzdata=2011m
+_tzdata=2011n
 pkgdesc=Sources for time zone and daylight saving time data
 arch=('i686' 'x86_64')
 url=http://www.twinsun.com/tz/tz-link.htm;
@@ -19,7 +19,7 @@
 #ftp://elsie.nci.nih.gov/pub/${pkgname}${_tzdata}.tar.gz \
 Makefile.patch)
 md5sums=('cf7f4335b7c8682899fa2814e711c1b2'
- '6dc4455b62c951dcf367a239ca249e69'
+ '20dbfb28efa008ddbf6dd34601ea40fa'
  'a64ed97d1fc03c66ee8612c0d9f40507')
 
 build() {
@@ -35,7 +35,7 @@
 
 check() {
   cd ${srcdir}
-  make -k check || /bin/true
+  make -k check # || /bin/true
 }
 
 package() {



[arch-commits] Commit in tzdata/repos (6 files)

2011-10-31 Thread andyrtr
Date: Monday, October 31, 2011 @ 03:39:36
  Author: andyrtr
Revision: 141573

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  tzdata/repos/testing-i686/
  tzdata/repos/testing-i686/Makefile.patch
(from rev 141572, tzdata/trunk/Makefile.patch)
  tzdata/repos/testing-i686/PKGBUILD
(from rev 141572, tzdata/trunk/PKGBUILD)
  tzdata/repos/testing-x86_64/
  tzdata/repos/testing-x86_64/Makefile.patch
(from rev 141572, tzdata/trunk/Makefile.patch)
  tzdata/repos/testing-x86_64/PKGBUILD
(from rev 141572, tzdata/trunk/PKGBUILD)

---+
 testing-i686/Makefile.patch   |  140 
 testing-i686/PKGBUILD |   46 +
 testing-x86_64/Makefile.patch |  140 
 testing-x86_64/PKGBUILD   |   46 +
 4 files changed, 372 insertions(+)

Copied: tzdata/repos/testing-i686/Makefile.patch (from rev 141572, 
tzdata/trunk/Makefile.patch)
===
--- testing-i686/Makefile.patch (rev 0)
+++ testing-i686/Makefile.patch 2011-10-31 07:39:36 UTC (rev 141573)
@@ -0,0 +1,140 @@
+diff -Naur src/Makefile src-p/Makefile
+--- src/Makefile   2007-08-20 16:47:41.0 +0200
 src-p/Makefile 2007-10-02 04:07:44.0 +0200
+@@ -34,17 +34,17 @@
+ 
+ # Everything gets put in subdirectories of. . .
+ 
+-TOPDIR=   /usr/local
++TOPDIR=   $(DESTDIR)/usr
+ 
+ # Compiled time zone information is placed in the TZDIR directory
+ # (and subdirectories).
+ # Use an absolute path name for TZDIR unless you're just testing the software.
+ 
+-TZDIR=$(TOPDIR)/etc/zoneinfo
++TZDIR=$(TOPDIR)/share/zoneinfo
+ 
+ # The tzselect, zic, and zdump commands get installed in. . .
+ 
+-ETCDIR=   $(TOPDIR)/etc
++SBINDIR=  $(TOPDIR)/sbin
+ 
+ # If you make INSTALL, the date command gets installed in. . .
+ 
+@@ -52,7 +52,7 @@
+ 
+ # Manual pages go in subdirectories of. . .
+ 
+-MANDIR=   $(TOPDIR)/man
++MANDIR=   $(TOPDIR)/share/man
+ 
+ # Library functions are put in an archive in LIBDIR.
+ 
+@@ -83,7 +83,7 @@
+ 
+ # Non-default libraries needed to link.
+ # Add -lintl if you want to use `gettext' on Solaris.
+-LDLIBS=
++LDLIBS=$(LDFLAGS)
+ 
+ # Add the following to the end of the CFLAGS= line as needed.
+ #  -Dconst= if `const' does not work (SunOS 4.x cc, OSF1 V5.0 cc)
+@@ -211,7 +211,7 @@
+ # before the first Monday in January when a %V format is used and January 1
+ # falls on a Friday, Saturday, or Sunday.
+ 
+-CFLAGS=
++CFLAGS += -std=gnu99
+ 
+ # If you want zic's -s option used when installing, uncomment the next line
+ # ZFLAGS= -s
+@@ -220,7 +220,7 @@
+ ZIC=  $(zic) $(ZFLAGS)
+ 
+ # The name of a Posix-compliant `awk' on your system.
+-AWK=  nawk
++AWK=  awk
+ 
+ # The path where SGML DTDs are kept.
+ SGML_SEARCH_PATH= $(TOPDIR)/share/doc/sgml-lib/REC-html401-19991224/
+@@ -241,8 +241,10 @@
+ 
+ 
###
+ 
+-cc=   cc
+-CC=   $(cc) -DTZDIR=\$(TZDIR)\
++CC+=  -DTZDIR=\$(TZDIR)\
++ifeq ($(NLS),1)
++CC += -DHAVE_GETTEXT=1 -DTZ_DOMAIN=\libc\
++endif
+ 
+ TZCSRCS=  zic.c localtime.c asctime.c scheck.c ialloc.c
+ TZCOBJS=  zic.o localtime.o asctime.o scheck.o ialloc.o
+@@ -282,14 +284,16 @@
+ 
+ ALL:  all date
+ 
+-install:  all $(DATA) $(REDO) $(TZLIB) $(MANS) $(TABDATA)
++install:  all $(DATA) $(REDO) $(MANS) $(TABDATA)
+   $(ZIC) -y $(YEARISTYPE) \
+   -d $(TZDIR) -l $(LOCALTIME) -p $(POSIXRULES)
+   -rm -f $(TZDIR)/iso3166.tab $(TZDIR)/zone.tab
+   cp iso3166.tab zone.tab $(TZDIR)/.
+-  -mkdir $(TOPDIR) $(ETCDIR)
+-  cp tzselect zic zdump $(ETCDIR)/.
+-  -mkdir $(TOPDIR) $(MANDIR) \
++  -mkdir -p $(TOPDIR) $(SBINDIR)
++  cp zic zdump $(SBINDIR)/.
++  -mkdir -p $(TOPDIR) $(BINDIR)
++  cp tzselect $(BINDIR)/.
++  -mkdir -p $(TOPDIR) $(MANDIR) \
+   $(MANDIR)/man3 $(MANDIR)/man5 $(MANDIR)/man8
+   -rm -f $(MANDIR)/man3/newctime.3 \
+   $(MANDIR)/man3/newtzset.3 \
+@@ -298,13 +302,11 @@
+   $(MANDIR)/man8/zdump.8 \
+   $(MANDIR)/man8/zic.8
+   cp newctime.3 newtzset.3 $(MANDIR)/man3/.
+-  cp tzfile.5 $(MANDIR)/man5/.
+-  cp tzselect.8 zdump.8 zic.8 $(MANDIR)/man8/.
+ 
+ INSTALL:  ALL install date.1
+-  -mkdir $(TOPDIR) $(BINDIR)
++  -mkdir -p $(TOPDIR) $(BINDIR)
+   cp date $(BINDIR)/.
+-  -mkdir $(TOPDIR) $(MANDIR) $(MANDIR)/man1
++  -mkdir -p $(TOPDIR) $(MANDIR) $(MANDIR)/man1
+   -rm -f 

[arch-commits] Commit in tzdata/trunk (PKGBUILD)

2011-10-31 Thread andyrtr
Date: Monday, October 31, 2011 @ 03:40:53
  Author: andyrtr
Revision: 141574

upgpkg: tzdata 2011n-1

pgkrel=1

Modified:
  tzdata/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 07:39:36 UTC (rev 141573)
+++ PKGBUILD2011-10-31 07:40:53 UTC (rev 141574)
@@ -3,7 +3,7 @@
 
 pkgname=tzdata
 pkgver=2011n
-pkgrel=2
+pkgrel=1
 _tzcode=2011i
 _tzdata=2011n
 pkgdesc=Sources for time zone and daylight saving time data



[arch-commits] Commit in tzdata/repos (8 files)

2011-10-31 Thread andyrtr
Date: Monday, October 31, 2011 @ 03:41:26
  Author: andyrtr
Revision: 141575

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  tzdata/repos/testing-i686/Makefile.patch
(from rev 141574, tzdata/trunk/Makefile.patch)
  tzdata/repos/testing-i686/PKGBUILD
(from rev 141574, tzdata/trunk/PKGBUILD)
  tzdata/repos/testing-x86_64/Makefile.patch
(from rev 141574, tzdata/trunk/Makefile.patch)
  tzdata/repos/testing-x86_64/PKGBUILD
(from rev 141574, tzdata/trunk/PKGBUILD)
Deleted:
  tzdata/repos/testing-i686/Makefile.patch
  tzdata/repos/testing-i686/PKGBUILD
  tzdata/repos/testing-x86_64/Makefile.patch
  tzdata/repos/testing-x86_64/PKGBUILD

---+
 testing-i686/Makefile.patch   |  280 
 testing-i686/PKGBUILD |   92 ++---
 testing-x86_64/Makefile.patch |  280 
 testing-x86_64/PKGBUILD   |   92 ++---
 4 files changed, 372 insertions(+), 372 deletions(-)

Deleted: testing-i686/Makefile.patch
===
--- testing-i686/Makefile.patch 2011-10-31 07:40:53 UTC (rev 141574)
+++ testing-i686/Makefile.patch 2011-10-31 07:41:26 UTC (rev 141575)
@@ -1,140 +0,0 @@
-diff -Naur src/Makefile src-p/Makefile
 src/Makefile   2007-08-20 16:47:41.0 +0200
-+++ src-p/Makefile 2007-10-02 04:07:44.0 +0200
-@@ -34,17 +34,17 @@
- 
- # Everything gets put in subdirectories of. . .
- 
--TOPDIR=   /usr/local
-+TOPDIR=   $(DESTDIR)/usr
- 
- # Compiled time zone information is placed in the TZDIR directory
- # (and subdirectories).
- # Use an absolute path name for TZDIR unless you're just testing the software.
- 
--TZDIR=$(TOPDIR)/etc/zoneinfo
-+TZDIR=$(TOPDIR)/share/zoneinfo
- 
- # The tzselect, zic, and zdump commands get installed in. . .
- 
--ETCDIR=   $(TOPDIR)/etc
-+SBINDIR=  $(TOPDIR)/sbin
- 
- # If you make INSTALL, the date command gets installed in. . .
- 
-@@ -52,7 +52,7 @@
- 
- # Manual pages go in subdirectories of. . .
- 
--MANDIR=   $(TOPDIR)/man
-+MANDIR=   $(TOPDIR)/share/man
- 
- # Library functions are put in an archive in LIBDIR.
- 
-@@ -83,7 +83,7 @@
- 
- # Non-default libraries needed to link.
- # Add -lintl if you want to use `gettext' on Solaris.
--LDLIBS=
-+LDLIBS=$(LDFLAGS)
- 
- # Add the following to the end of the CFLAGS= line as needed.
- #  -Dconst= if `const' does not work (SunOS 4.x cc, OSF1 V5.0 cc)
-@@ -211,7 +211,7 @@
- # before the first Monday in January when a %V format is used and January 1
- # falls on a Friday, Saturday, or Sunday.
- 
--CFLAGS=
-+CFLAGS += -std=gnu99
- 
- # If you want zic's -s option used when installing, uncomment the next line
- # ZFLAGS= -s
-@@ -220,7 +220,7 @@
- ZIC=  $(zic) $(ZFLAGS)
- 
- # The name of a Posix-compliant `awk' on your system.
--AWK=  nawk
-+AWK=  awk
- 
- # The path where SGML DTDs are kept.
- SGML_SEARCH_PATH= $(TOPDIR)/share/doc/sgml-lib/REC-html401-19991224/
-@@ -241,8 +241,10 @@
- 
- 
###
- 
--cc=   cc
--CC=   $(cc) -DTZDIR=\$(TZDIR)\
-+CC+=  -DTZDIR=\$(TZDIR)\
-+ifeq ($(NLS),1)
-+CC += -DHAVE_GETTEXT=1 -DTZ_DOMAIN=\libc\
-+endif
- 
- TZCSRCS=  zic.c localtime.c asctime.c scheck.c ialloc.c
- TZCOBJS=  zic.o localtime.o asctime.o scheck.o ialloc.o
-@@ -282,14 +284,16 @@
- 
- ALL:  all date
- 
--install:  all $(DATA) $(REDO) $(TZLIB) $(MANS) $(TABDATA)
-+install:  all $(DATA) $(REDO) $(MANS) $(TABDATA)
-   $(ZIC) -y $(YEARISTYPE) \
-   -d $(TZDIR) -l $(LOCALTIME) -p $(POSIXRULES)
-   -rm -f $(TZDIR)/iso3166.tab $(TZDIR)/zone.tab
-   cp iso3166.tab zone.tab $(TZDIR)/.
--  -mkdir $(TOPDIR) $(ETCDIR)
--  cp tzselect zic zdump $(ETCDIR)/.
--  -mkdir $(TOPDIR) $(MANDIR) \
-+  -mkdir -p $(TOPDIR) $(SBINDIR)
-+  cp zic zdump $(SBINDIR)/.
-+  -mkdir -p $(TOPDIR) $(BINDIR)
-+  cp tzselect $(BINDIR)/.
-+  -mkdir -p $(TOPDIR) $(MANDIR) \
-   $(MANDIR)/man3 $(MANDIR)/man5 $(MANDIR)/man8
-   -rm -f $(MANDIR)/man3/newctime.3 \
-   $(MANDIR)/man3/newtzset.3 \
-@@ -298,13 +302,11 @@
-   $(MANDIR)/man8/zdump.8 \
-   $(MANDIR)/man8/zic.8
-   cp newctime.3 newtzset.3 $(MANDIR)/man3/.
--  cp tzfile.5 $(MANDIR)/man5/.
--  cp tzselect.8 zdump.8 zic.8 $(MANDIR)/man8/.
- 
- INSTALL:  ALL install date.1
--  -mkdir $(TOPDIR) $(BINDIR)
-+  -mkdir -p $(TOPDIR) $(BINDIR)
-   cp date $(BINDIR)/.
--  -mkdir $(TOPDIR) $(MANDIR) $(MANDIR)/man1
-+  -mkdir -p 

[arch-commits] Commit in libkipi/repos (6 files)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 04:07:10
  Author: andrea
Revision: 141576

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libkipi/repos/staging-i686/
  libkipi/repos/staging-i686/PKGBUILD
(from rev 141575, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-i686/libkipi.install
(from rev 141575, libkipi/trunk/libkipi.install)
  libkipi/repos/staging-x86_64/
  libkipi/repos/staging-x86_64/PKGBUILD
(from rev 141575, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-x86_64/libkipi.install
(from rev 141575, libkipi/trunk/libkipi.install)

+
 staging-i686/PKGBUILD  |   32 
 staging-i686/libkipi.install   |   11 +++
 staging-x86_64/PKGBUILD|   32 
 staging-x86_64/libkipi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libkipi/repos/staging-i686/PKGBUILD (from rev 141575, 
libkipi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 08:07:10 UTC (rev 141576)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.7.3
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('9c6d4406a1292cfe81fa27508ffe4d96633417bf')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-i686/libkipi.install (from rev 141575, 
libkipi/trunk/libkipi.install)
===
--- staging-i686/libkipi.install(rev 0)
+++ staging-i686/libkipi.install2011-10-31 08:07:10 UTC (rev 141576)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/staging-x86_64/PKGBUILD (from rev 141575, 
libkipi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-31 08:07:10 UTC (rev 141576)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.7.3
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('9c6d4406a1292cfe81fa27508ffe4d96633417bf')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-x86_64/libkipi.install (from rev 141575, 
libkipi/trunk/libkipi.install)
===
--- staging-x86_64/libkipi.install  (rev 0)
+++ staging-x86_64/libkipi.install  2011-10-31 08:07:10 UTC (rev 141576)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdeaccessibility/trunk (PKGBUILD)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 07:33:15
  Author: andrea
Revision: 141577

upgpkg: kdeaccessibility 4.7.3-1

KDE 4.7.3

Modified:
  kdeaccessibility/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 08:07:10 UTC (rev 141576)
+++ PKGBUILD2011-10-31 11:33:15 UTC (rev 141577)
@@ -8,7 +8,7 @@
  'kdeaccessibility-kmag'
  'kdeaccessibility-kmousetool'
  'kdeaccessibility-kmouth')
-pkgver=4.7.2
+pkgver=4.7.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://accessibility.kde.org'
@@ -16,7 +16,7 @@
 groups=('kde' 'kdeaccessibility')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'speech-dispatcher')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('7a2f7ea0e635f0ba79d7d54b118814bcefa4b6a1')
+sha1sums=('9695d2b8b6f55266e3f76ebf05543f23857b9520')
 
 build() {
cd ${srcdir}
@@ -25,8 +25,7 @@
cmake ../${pkgbase}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Opentts=OFF
+   -DCMAKE_INSTALL_PREFIX=/usr
make
 }
 



[arch-commits] Commit in kdeaccessibility/repos (6 files)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 07:33:57
  Author: andrea
Revision: 141578

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdeaccessibility/repos/staging-i686/
  kdeaccessibility/repos/staging-i686/PKGBUILD
(from rev 141577, kdeaccessibility/trunk/PKGBUILD)
  kdeaccessibility/repos/staging-i686/kdeaccessibility.install
(from rev 141577, kdeaccessibility/trunk/kdeaccessibility.install)
  kdeaccessibility/repos/staging-x86_64/
  kdeaccessibility/repos/staging-x86_64/PKGBUILD
(from rev 141577, kdeaccessibility/trunk/PKGBUILD)
  kdeaccessibility/repos/staging-x86_64/kdeaccessibility.install
(from rev 141577, kdeaccessibility/trunk/kdeaccessibility.install)

-+
 staging-i686/PKGBUILD   |   82 ++
 staging-i686/kdeaccessibility.install   |   11 
 staging-x86_64/PKGBUILD |   82 ++
 staging-x86_64/kdeaccessibility.install |   11 
 4 files changed, 186 insertions(+)

Copied: kdeaccessibility/repos/staging-i686/PKGBUILD (from rev 141577, 
kdeaccessibility/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 11:33:57 UTC (rev 141578)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeaccessibility
+pkgname=('kdeaccessibility-jovie'
+ 'kdeaccessibility-kaccessible'
+ 'kdeaccessibility-kmag'
+ 'kdeaccessibility-kmousetool'
+ 'kdeaccessibility-kmouth')
+pkgver=4.7.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://accessibility.kde.org'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'speech-dispatcher')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('9695d2b8b6f55266e3f76ebf05543f23857b9520')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeaccessibility-jovie() {
+   pkgdesc='A text to speech application'
+   depends=('kdebase-runtime' 'speech-dispatcher')
+replaces=('kdeaccessibility-kttsd')
+   install='kdeaccessibility.install'
+   cd $srcdir/build/jovie
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/jovie/doc
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeaccessibility-kaccessible() {
+pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
+depends=('kdebase-runtime' 'speech-dispatcher')
+   install='kdeaccessibility.install'
+cd $srcdir/build/kaccessible
+make DESTDIR=$pkgdir install
+}
+
+package_kdeaccessibility-kmag() {
+   pkgdesc='Screen Magnifier'
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kmag/;
+   install='kdeaccessibility.install'
+   cd $srcdir/build/kmag
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/kmag/doc
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeaccessibility-kmousetool() {
+   pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kmousetool/;
+   install='kdeaccessibility.install'
+   cd $srcdir/build/kmousetool
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/kmousetool/doc
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeaccessibility-kmouth() {
+   pkgdesc='Speech Synthesizer Frontend'
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kmouth/;
+   install='kdeaccessibility.install'
+   cd $srcdir/build/kmouth
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/kmouth/doc
+   make DESTDIR=$pkgdir install
+}

Copied: kdeaccessibility/repos/staging-i686/kdeaccessibility.install (from rev 
141577, kdeaccessibility/trunk/kdeaccessibility.install)
===
--- staging-i686/kdeaccessibility.install   (rev 0)
+++ staging-i686/kdeaccessibility.install   2011-10-31 11:33:57 UTC (rev 
141578)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeaccessibility/repos/staging-x86_64/PKGBUILD (from rev 141577, 
kdeaccessibility/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-31 11:33:57 UTC (rev 141578)
@@ -0,0 +1,82 @@
+# $Id$

[arch-commits] Commit in kdeutils/trunk (CVE-2011-2725.patch PKGBUILD)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 07:34:21
  Author: andrea
Revision: 141579

upgpkg: kdeutils 4.7.3-1

KDE 4.7.3

Modified:
  kdeutils/trunk/PKGBUILD
Deleted:
  kdeutils/trunk/CVE-2011-2725.patch

-+
 CVE-2011-2725.patch |   20 
 PKGBUILD|   16 ++--
 2 files changed, 6 insertions(+), 30 deletions(-)

Deleted: CVE-2011-2725.patch
===
--- CVE-2011-2725.patch 2011-10-31 11:33:57 UTC (rev 141578)
+++ CVE-2011-2725.patch 2011-10-31 11:34:21 UTC (rev 141579)
@@ -1,20 +0,0 @@
 a/part/part.cpp
-+++ b/part/part.cpp
-@@ -558,8 +558,15 @@ void Part::slotPreviewExtracted(KJob *jo
- if (!job-error()) {
- const ArchiveEntry entry =
- m_model-entryForIndex(m_view-selectionModel()-currentIndex());
--const QString fullName =
--m_previewDir-name() + QLatin1Char( '/' ) + entry[ FileName 
].toString();
-+
-+QString fullName =
-+m_previewDir-name() + QLatin1Char('/') + 
entry[FileName].toString();
-+
-+// Make sure a maliciously crafted archive with parent folders named 
.. do
-+// not cause the previewed file path to be located outside the 
temporary
-+// directory, resulting in a directory traversal issue.
-+fullName.remove(QLatin1String(../));
-+
- ArkViewer::view(fullName, widget());
- } else {
- KMessageBox::error(widget(), job-errorString());

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 11:33:57 UTC (rev 141578)
+++ PKGBUILD2011-10-31 11:34:21 UTC (rev 141579)
@@ -16,8 +16,8 @@
  'kdeutils-printer-applet'
  'kdeutils-superkaramba'
  'kdeutils-sweeper')
-pkgver=4.7.2
-pkgrel=2
+pkgver=4.7.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -25,17 +25,13 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-lib' 'kdebase-workspace'
'kdebindings-python' 'system-config-printer-common' 'libarchive' 
'qimageblitz'
'qjson')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
-'CVE-2011-2725.patch')
-sha1sums=('52ce9b6b5f2c20475f46b6f7378ca4c530df37b4'
-  'bc7428edb6851b4f3dc772bc88ace576379e93f2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('23fc9823647152d5d8cc250a55402c8930db4059')
 
 build() {
-cd ${srcdir}/${pkgbase}-${pkgver}/ark
-patch -p1 -i ${srcdir}/CVE-2011-2725.patch
-
-# Use Python2
 cd ${srcdir}/${pkgbase}-${pkgver}
+
+# Use Python2
 sed -i 's|/usr/bin/python|/usr/bin/python2|' \
   kcharselect/kcharselect-generate-datafile.py \
   superkaramba/examples/richtext/rtext.py



[arch-commits] Commit in kdeutils/repos (6 files)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 07:35:05
  Author: andrea
Revision: 141580

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdeutils/repos/staging-i686/
  kdeutils/repos/staging-i686/PKGBUILD
(from rev 141579, kdeutils/trunk/PKGBUILD)
  kdeutils/repos/staging-i686/kdeutils.install
(from rev 141579, kdeutils/trunk/kdeutils.install)
  kdeutils/repos/staging-x86_64/
  kdeutils/repos/staging-x86_64/PKGBUILD
(from rev 141579, kdeutils/trunk/PKGBUILD)
  kdeutils/repos/staging-x86_64/kdeutils.install
(from rev 141579, kdeutils/trunk/kdeutils.install)

-+
 staging-i686/PKGBUILD   |  191 ++
 staging-i686/kdeutils.install   |   11 ++
 staging-x86_64/PKGBUILD |  191 ++
 staging-x86_64/kdeutils.install |   11 ++
 4 files changed, 404 insertions(+)

Copied: kdeutils/repos/staging-i686/PKGBUILD (from rev 141579, 
kdeutils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 11:35:05 UTC (rev 141580)
@@ -0,0 +1,191 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeutils
+pkgname=('kdeutils-ark'
+ 'kdeutils-filelight'
+ 'kdeutils-kcalc'
+ 'kdeutils-kcharselect'
+ 'kdeutils-kdf'
+ 'kdeutils-kfloppy'
+ 'kdeutils-kgpg'
+ 'kdeutils-kremotecontrol'
+ 'kdeutils-ktimer'
+ 'kdeutils-kwallet'
+ 'kdeutils-printer-applet'
+ 'kdeutils-superkaramba'
+ 'kdeutils-sweeper')
+pkgver=4.7.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeutils')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-lib' 'kdebase-workspace'
+   'kdebindings-python' 'system-config-printer-common' 'libarchive' 
'qimageblitz'
+   'qjson')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('23fc9823647152d5d8cc250a55402c8930db4059')
+
+build() {
+cd ${srcdir}/${pkgbase}-${pkgver}
+
+# Use Python2
+sed -i 's|/usr/bin/python|/usr/bin/python2|' \
+  kcharselect/kcharselect-generate-datafile.py \
+  superkaramba/examples/richtext/rtext.py
+sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+  printer-applet/{authconn,debug,monitor,printer-applet,statereason}.py
+
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+   make
+}
+
+package_kdeutils-ark() {
+   pkgdesc='Archiving Tool'
+   depends=('kdebase-runtime' 'kdebase-lib' 'libarchive')
+   optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+   url=http://kde.org/applications/utilities/ark/;
+   cd $srcdir/build/ark
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/ark/doc
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeutils-filelight() {
+   pkgdesc='View disk usage information'
+   depends=('kdebase-runtime' 'qimageblitz')
+   replaces=('filelight')
+   conflicts=('filelight')
+   install='kdeutils.install'
+   url=http://methylblue.com/filelight/;
+   cd $srcdir/build/filelight
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/filelight/doc
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeutils-kcalc() {
+   pkgdesc='Scientific Calculator'
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kcalc/;
+   cd $srcdir/build/kcalc
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/kcalc/doc
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeutils-kcharselect() {
+   pkgdesc='Character Selector'
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kcharselect/;
+   cd $srcdir/build/kcharselect
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/kcharselect/doc
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeutils-kdf() {
+   pkgdesc='View Disk Usage'
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/system/kdiskfree/;
+   install='kdeutils.install'
+   cd $srcdir/build/kdf
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/kdf/doc
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeutils-kfloppy() {
+   pkgdesc='Floppy Formatter'
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kfloppy/;
+   install='kdeutils.install'
+   cd $srcdir/build/kfloppy
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/kfloppy/doc
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeutils-kgpg() {
+   

[arch-commits] Commit in kde-l10n/trunk (PKGBUILD)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 08:18:27
  Author: andrea
Revision: 141581

upgpkg: kde-l10n 4.7.3-1

KDE 4.7.3

Modified:
  kde-l10n/trunk/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 11:35:05 UTC (rev 141580)
+++ PKGBUILD2011-10-31 12:18:27 UTC (rev 141581)
@@ -55,7 +55,7 @@
  'kde-l10n-wa'
  'kde-l10n-zh_cn'
  'kde-l10n-zh_tw')
-pkgver=4.7.2
+pkgver=4.7.3
 pkgrel=1
 arch=('any')
 url='http://www.kde.org'
@@ -114,58 +114,58 @@
 
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-wa-${pkgver}.tar.bz2;
 
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-zh_CN-${pkgver}.tar.bz2;
 
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-zh_TW-${pkgver}.tar.bz2;)
-sha1sums=('04c10068c2d4f6fdf9e1bad475da72ae47053ee7'
- '6307d79d97e318134336940eee62fa8598f40abe'
- 'bd03dc7b85a1c02a498d63297039fb2b0942af32'
- '04042b7c245dc620d53c2160d0c7f03314cfee72'
- '5a11eadd3f1be090f12f768e0041d45c95fcda3b'
- '9c8248f3a4cd0d9eebe47bb135f0a5c147b3c59b'
- '7b35a8bfdc5e33483fbabb2fc22134fde9963b1a'
- 'a39a52e38b3215cf0f101350bd196d1520cfe6ce'
- '8c1aefd1f8fcb16f0e7e8ea2f1a7361be179244b'
- '921686d8898da229f773460a06ca0b83055c4c29'
- 'ebda75b721beb8fb90e0d4858c7f908c4f94dc9c'
- 'f6b10e802b14d2ab34596f998b32f97a5328fa50'
- '8a5f185df2b59a9b7ac03d109036a9164fa8'
- '1f2b45fb44b9a87b0e49718ccb5c251373a91f13'
- '5c9218204cc5e91fe04d89b5a569cbe56ecb65fb'
- 'bd771682605ad5dade89c8d4173144fab95fe447'
- 'bfc3de42ae7226fa9af78f3cdd7716ef151c12fe'
- '8e871aca4dba0407ae4279184da81dcfc5e0e55e'
- '4f6eef4f7d3be10d25aea264f50ed27715ff7825'
- 'a9d74c78f49ab3835fe94b4ed31fa25353e31256'
- '442b307cfc5aa9cc1e303269785b2a17d355ec8e'
- '3f11acf5276ea7c63f5e910e973532d5de282633'
- '0bebbdeddae7b398e5ed4aa19196649e16056f9e'
- '7c7afbb4addc0d3f46981ddde4d83dc78e1fe0b9'
- 'ef5934199ffe9a42b167cb37e2ab216840b7a511'
- '939a4c3687349cfb255c076a034e073c88be194f'
- '905cabd57cc3b7d19ea9915ecf80ef298cb51636'
- 'bf75a6fd8ace0b52d56710556c0e6f96b1c70c32'
- 'ec6e6a1159ccd380edc6ce93cb597905456420d6'
- 'e966cee2d3a6d70ad244171ea018bf164790ca8a'
- '34d52e7b75bd7601e648066b882c8604c9b0a5d9'
- '3d16698e22e71c8912e9c627d7a78c14a1fccb09'
- 'fb4015fd41af2ab239c87d5cb344faaced8ce824'
- 'f64503b1285ed8c30dcb4408a6ed66466687db81'
- '8902af8d1b5e5f2af4043699657a7d93f6697696'
- '2a16595b1c381da3eb0483bd6a1e4dab180f20de'
- 'cdb14d35ecee704e76a73d379b7405dc3114c8af'
- '666d6d16fa52577f14911efaef3c71f529bf07a7'
- 'ab26f7da92accc51eb0e8b4b219511bff839d278'
- 'b0cbe7904f097d4c53080c3fb126c98cc0aa06ab'
- '9e956a495dcb82286114cd81f301247433947daf'
- 'fffd28d2be4f4a09e2611f49ecc0ca2fa2bc58a3'
- '5c80a71891a719638f26931ea894abb9040f1828'
- '24e58052c8032d212fe1ac600e725003f43639cc'
- '43bd6660aab8c8701a8262730052447e8dc2b095'
- 'e710294085a23d08a29c765476d6c6e3523639e1'
- '3c4628d38aaa178518186f028217d36c52be82ff'
- '80e8221d88ac11767bef8ebfd1a4934d99527e25'
- '5a6a96282d5084ab94351109b79382b1e44b1edb'
- '2bdb5f65c80dbb98fbc2d1af6f92d7501cefdeea'
- 'f2f54b4e0e47e9b2b922cff9752b9c9092abafc6'
- 'a49a81895dc633a102efbfe4c7e92a823ce0fd50')
+sha1sums=('6cc066ec6cfdc592918615dca655af9fe25d0f3f'
+  '5552ee00bba8c33a59c1684210e0967213ee3de5'
+  '206dd68f06ed7e69fb7850c4c17d8e6084bb4ab3'
+  'a516d7ef6020083cd746f30effdaa8eb22f75961'
+  '58413cf8d0c210d53c9b20dcca9eb14041b9c2df'
+  '1a59b0480bbab0d53660a276aa736f6e8c2c116f'
+  'e73907144816b795b9be6b245b582719654e8e7d'
+  'd53939327c050b8807779c92965a5fd09cfed25f'
+  'ff082e9bc86e9612fdf496c932a9f329305a2ccb'
+  '56e2de38ef100b600feb4113f022586452f8d014'
+  '21ecf5cd219cb55bdee39caa8d86169486912cc4'
+  '43f80846881131adad5a6dfd1e07d6b7e07a0be1'
+  '9bf412c5993846c14f362caf65ecc2cd39a5229e'
+  '5361265d5bd3176f8090b36ae8885706c5529d76'
+  '68bfcff6d11617ae918be856c4d89de1f4ab9441'
+  '779ec0cc115bbe8928a74de51b60a063e6e2e12c'
+  '43a7a00ab479cdd4600035ec5f23113cc99a1e46'
+  'e4e3a6b8e6fcc354c8d2671db5bce3dc4d03cd46'
+  '1660184438749efdc34a221052475fd9a10d5043'
+  'e4b144aa2719e69d5edab20bb2e8c7c29debc390'
+  '80d83ce4316724f5e7e73ad0620141136d848983'
+  'aacf9136fff9f10763273cbbf0fc996d5d30'
+  '5392040a07d79189745e629f635a89b51cdbe884'
+  

[arch-commits] Commit in kde-l10n/repos (staging-any staging-any/PKGBUILD)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 08:18:41
  Author: andrea
Revision: 141582

archrelease: copy trunk to staging-any

Added:
  kde-l10n/repos/staging-any/
  kde-l10n/repos/staging-any/PKGBUILD
(from rev 141581, kde-l10n/trunk/PKGBUILD)

--+
 PKGBUILD | 1005 +
 1 file changed, 1005 insertions(+)

Copied: kde-l10n/repos/staging-any/PKGBUILD (from rev 141581, 
kde-l10n/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2011-10-31 12:18:41 UTC (rev 141582)
@@ -0,0 +1,1005 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kde-l10n
+pkgname=('kde-l10n-ar'
+ 'kde-l10n-bg'
+ 'kde-l10n-bs'
+ 'kde-l10n-ca'
+ 'kde-l10n-ca@valencia'
+ 'kde-l10n-cs'
+ 'kde-l10n-da'
+ 'kde-l10n-de'
+ 'kde-l10n-el'
+ 'kde-l10n-en_gb'
+ 'kde-l10n-es'
+ 'kde-l10n-et'
+ 'kde-l10n-eu'
+ 'kde-l10n-fi'
+ 'kde-l10n-fr'
+ 'kde-l10n-ga'
+ 'kde-l10n-gl'
+ 'kde-l10n-he'
+ 'kde-l10n-hr'
+ 'kde-l10n-hu'
+ 'kde-l10n-ia'
+ 'kde-l10n-id'
+ 'kde-l10n-is'
+ 'kde-l10n-it'
+ 'kde-l10n-ja'
+ 'kde-l10n-kk'
+ 'kde-l10n-km'
+ 'kde-l10n-kn'
+ 'kde-l10n-ko'
+ 'kde-l10n-lt'
+ 'kde-l10n-lv'
+ 'kde-l10n-nb'
+ 'kde-l10n-nds'
+ 'kde-l10n-nl'
+ 'kde-l10n-nn'
+ 'kde-l10n-pa'
+ 'kde-l10n-pl'
+ 'kde-l10n-pt'
+ 'kde-l10n-pt_br'
+ 'kde-l10n-ro'
+ 'kde-l10n-ru'
+ 'kde-l10n-sk'
+ 'kde-l10n-sl'
+ 'kde-l10n-sr'
+ 'kde-l10n-sv'
+ 'kde-l10n-th'
+ 'kde-l10n-tr'
+ 'kde-l10n-ug'
+ 'kde-l10n-uk'
+ 'kde-l10n-wa'
+ 'kde-l10n-zh_cn'
+ 'kde-l10n-zh_tw')
+pkgver=4.7.3
+pkgrel=1
+arch=('any')
+url='http://www.kde.org'
+license=('GPL')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'docbook-xsl')
+options=('docs')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-ar-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-bg-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-bs-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-ca-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-ca@valencia-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-cs-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-da-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-de-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-el-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-en_GB-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-es-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-et-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-eu-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-fi-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-fr-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-ga-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-gl-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-he-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-hr-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-hu-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-ia-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-id-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-is-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-it-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-ja-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-kk-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-km-${pkgver}.tar.bz2;
+
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-kn-${pkgver}.tar.bz2;
+

[arch-commits] Commit in x264/trunk (PKGBUILD)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 09:04:28
  Author: ibiru
Revision: 141583

new snapshot

Modified:
  x264/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 12:18:41 UTC (rev 141582)
+++ PKGBUILD2011-10-31 13:04:28 UTC (rev 141583)
@@ -4,7 +4,7 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=x264
-pkgver=20111001
+pkgver=20111030
 pkgrel=1
 pkgdesc=free library for encoding H264/AVC video streams
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc')
 makedepends=('yasm')
 
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2)
-md5sums=('dd67dca96ac79e7cb963bfcbf68e017b')
+md5sums=('fa52ad09dcb7d4e1a66adcaa2dab26bc')
 
 build() {
 cd $srcdir/$pkgname-snapshot-$pkgver-2245



[arch-commits] Commit in x264/repos (4 files)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 09:05:32
  Author: ibiru
Revision: 141584

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  x264/repos/staging-i686/
  x264/repos/staging-i686/PKGBUILD
(from rev 141583, x264/trunk/PKGBUILD)
  x264/repos/staging-x86_64/
  x264/repos/staging-x86_64/PKGBUILD
(from rev 141583, x264/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: x264/repos/staging-i686/PKGBUILD (from rev 141583, x264/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 13:05:32 UTC (rev 141584)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=x264
+pkgver=20111030
+pkgrel=1
+pkgdesc=free library for encoding H264/AVC video streams
+arch=('i686' 'x86_64')
+url=http://www.videolan.org/developers/x264.html;
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm')
+source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2)
+md5sums=('fa52ad09dcb7d4e1a66adcaa2dab26bc')
+
+build() {
+cd $srcdir/$pkgname-snapshot-$pkgver-2245
+
+./configure --enable-shared
+
+make
+make DESTDIR=$pkgdir \
+  bindir=/usr/bin \
+  libdir=/usr/lib \
+  includedir=/usr/include \
+  install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: x264/repos/staging-x86_64/PKGBUILD (from rev 141583, 
x264/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-31 13:05:32 UTC (rev 141584)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=x264
+pkgver=20111030
+pkgrel=1
+pkgdesc=free library for encoding H264/AVC video streams
+arch=('i686' 'x86_64')
+url=http://www.videolan.org/developers/x264.html;
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm')
+source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2)
+md5sums=('fa52ad09dcb7d4e1a66adcaa2dab26bc')
+
+build() {
+cd $srcdir/$pkgname-snapshot-$pkgver-2245
+
+./configure --enable-shared
+
+make
+make DESTDIR=$pkgdir \
+  bindir=/usr/bin \
+  libdir=/usr/lib \
+  includedir=/usr/include \
+  install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 09:55:44
  Author: ibiru
Revision: 141585

use ffmpeg master snapshot. now are we using new api

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 13:05:32 UTC (rev 141584)
+++ PKGBUILD2011-10-31 13:55:44 UTC (rev 141585)
@@ -4,7 +4,7 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=ffmpeg
-pkgver=20111003
+pkgver=20111030
 pkgrel=1
 pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('yasm' 'git')
 #git clone git://git.videolan.org/ffmpeg.git
 source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz)
-md5sums=('38139817bee918a5664c549adb487468')
+md5sums=('414bbe4184530f82368f4a29e3e71b51')
 
 build() {
   cd $srcdir/$pkgname
@@ -38,7 +38,8 @@
 --enable-gpl \
 --enable-version3 \
 --enable-runtime-cpudetect \
---disable-debug
+--disable-debug \
+--disable-static
 
   make
   make tools/qt-faststart



[arch-commits] Commit in ffmpeg/repos (4 files)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 09:57:20
  Author: ibiru
Revision: 141586

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  ffmpeg/repos/staging-i686/
  ffmpeg/repos/staging-i686/PKGBUILD
(from rev 141585, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/staging-x86_64/
  ffmpeg/repos/staging-x86_64/PKGBUILD
(from rev 141585, ffmpeg/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   55 ++
 staging-x86_64/PKGBUILD |   55 ++
 2 files changed, 110 insertions(+)

Copied: ffmpeg/repos/staging-i686/PKGBUILD (from rev 141585, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 13:57:20 UTC (rev 141586)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=20111030
+pkgrel=1
+pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://ffmpeg.org/;
+license=('GPL')
+depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'xvidcore' 'zlib' 'x264' 'libtheora' 
'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 
'libva' 'openjpeg' 'rtmpdump')
+makedepends=('yasm' 'git')
+#git clone git://git.videolan.org/ffmpeg.git
+source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz)
+md5sums=('414bbe4184530f82368f4a29e3e71b51')
+
+build() {
+  cd $srcdir/$pkgname
+
+  ./configure \
+--prefix=/usr \
+--enable-libmp3lame \
+--enable-libvorbis \
+--enable-libxvid \
+--enable-libx264 \
+--enable-libvpx \
+--enable-libtheora \
+--enable-postproc \
+--enable-shared \
+--enable-x11grab \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libschroedinger \
+--enable-libopenjpeg \
+--enable-librtmp \
+--enable-gpl \
+--enable-version3 \
+--enable-runtime-cpudetect \
+--disable-debug \
+--disable-static
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install install-man
+  install -D -m755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/staging-x86_64/PKGBUILD (from rev 141585, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-31 13:57:20 UTC (rev 141586)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=20111030
+pkgrel=1
+pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://ffmpeg.org/;
+license=('GPL')
+depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'xvidcore' 'zlib' 'x264' 'libtheora' 
'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 
'libva' 'openjpeg' 'rtmpdump')
+makedepends=('yasm' 'git')
+#git clone git://git.videolan.org/ffmpeg.git
+source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz)
+md5sums=('414bbe4184530f82368f4a29e3e71b51')
+
+build() {
+  cd $srcdir/$pkgname
+
+  ./configure \
+--prefix=/usr \
+--enable-libmp3lame \
+--enable-libvorbis \
+--enable-libxvid \
+--enable-libx264 \
+--enable-libvpx \
+--enable-libtheora \
+--enable-postproc \
+--enable-shared \
+--enable-x11grab \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libschroedinger \
+--enable-libopenjpeg \
+--enable-librtmp \
+--enable-gpl \
+--enable-version3 \
+--enable-runtime-cpudetect \
+--disable-debug \
+--disable-static
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install install-man
+  install -D -m755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in mplayer/trunk (PKGBUILD)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 10:19:00
  Author: ibiru
Revision: 141587

x264 rebuild

Modified:
  mplayer/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 13:57:20 UTC (rev 141586)
+++ PKGBUILD2011-10-31 14:19:00 UTC (rev 141587)
@@ -4,7 +4,7 @@
 
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
-pkgver=34203
+pkgver=34283
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'cdparanoia' 'libxinerama' 
'sdl' 'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
@@ -14,7 +14,7 @@
 url=http://www.mplayerhq.hu/;
 options=(!buildflags !emptydirs)
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz 
mplayer.desktop)
-md5sums=('2dbff62a9af24bce8a6964a1ce949d10'
+md5sums=('8e2c444e3e4628a3d9194b4810e54a45'
  'c0d6ef795cf6de48e3b87ff7c23f0319')
 
 build() {



[arch-commits] Commit in mplayer/repos (10 files)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 10:21:52
  Author: ibiru
Revision: 141588

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  mplayer/repos/staging-i686/
  mplayer/repos/staging-i686/PKGBUILD
(from rev 141587, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-i686/mplayer.desktop
(from rev 141587, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-i686/mplayer.install
(from rev 141587, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-i686/mplayer.png
(from rev 141587, mplayer/trunk/mplayer.png)
  mplayer/repos/staging-x86_64/
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 141587, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 141587, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/mplayer.install
(from rev 141587, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-x86_64/mplayer.png
(from rev 141587, mplayer/trunk/mplayer.png)

+
 staging-i686/PKGBUILD  |   71 +++
 staging-i686/mplayer.desktop   |   21 +++
 staging-i686/mplayer.install   |   11 ++
 staging-x86_64/PKGBUILD|   71 +++
 staging-x86_64/mplayer.desktop |   21 +++
 staging-x86_64/mplayer.install |   11 ++
 6 files changed, 206 insertions(+)

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 141587, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 14:21:52 UTC (rev 141588)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=34283
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'cdparanoia' 'libxinerama' 
'sdl' 'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
+'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 
'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx'
+'libpulse' 'fribidi' 'unzip' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig' 
'mpg123' 'ladspa' 'libass')
+license=('GPL')
+url=http://www.mplayerhq.hu/;
+options=(!buildflags !emptydirs)
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz 
mplayer.desktop)
+md5sums=('8e2c444e3e4628a3d9194b4810e54a45'
+ 'c0d6ef795cf6de48e3b87ff7c23f0319')
+
+build() {
+cd ${srcdir}/${pkgname}
+
+./configure --prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-liblzo \
+--disable-speex \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-internal \
+--enable-xvmc \
+--language=all \
+--confdir=/etc/mplayer
+[ $CARCH = i686 ]   sed 's|-march=i486|-march=i686|g' -i config.mak
+
+make
+}
+
+package_mplayer() {
+pkgdesc=A movie player for linux
+install=mplayer.install
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 
'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'  
'libgl'
+'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' 'opencore-amr' 
'jack' 'cdparanoia' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi'
+'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 
'libxxf86vm')
+
+cd ${srcdir}/${pkgbase}
+
+make DESTDIR=${pkgdir} install-mplayer  install-mplayer-man
+install -Dm644 etc/{codecs.conf,input.conf,example.conf} 
${pkgdir}/etc/mplayer/
+install -dm755 ${pkgdir}/usr/share/mplayer/
+ln -s /usr/share/fonts/TTF/DejaVuSans.ttf 
${pkgdir}/usr/share/mplayer/subfont.ttf
+rm -rf ${pkgdir}/usr/share/mplayer/font
+#desktop file  FS#14770
+install -Dm644 ${srcdir}/mplayer.desktop 
${pkgdir}/usr/share/applications/mplayer.desktop
+install -Dm644 etc/mplayer.png ${pkgdir}/usr/share/pixmaps/mplayer.png
+}
+
+package_mencoder() {
+pkgdesc=Free command line video decoding, encoding and filtering tool
+depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' 
'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' 'opencore-amr' 
'cdparanoia'
+'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 
'mpg123' 'libass')
+
+cd ${srcdir}/${pkgbase}
+make DESTDIR=${pkgdir} install-mencoder install-mencoder-man
+find $pkgdir/usr/share/man -name 'mplayer.1' -exec bash -c 'mv $1 
${1/mplayer/mencoder}' _ {} \;
+}

Copied: mplayer/repos/staging-i686/mplayer.desktop (from rev 141587, 
mplayer/trunk/mplayer.desktop)
===

[arch-commits] Commit in gstreamer0.10-ugly/trunk (PKGBUILD)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 10:38:57
  Author: ibiru
Revision: 141589

x264 rebuild

Modified:
  gstreamer0.10-ugly/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 14:21:52 UTC (rev 141588)
+++ PKGBUILD2011-10-31 14:38:57 UTC (rev 141589)
@@ -4,7 +4,7 @@
 pkgbase=gstreamer0.10-ugly
 pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
 pkgver=0.10.18
-pkgrel=3
+pkgrel=4
 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')



[arch-commits] Commit in gstreamer0.10-ugly/repos (4 files)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 10:41:06
  Author: ibiru
Revision: 141590

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gstreamer0.10-ugly/repos/staging-i686/
  gstreamer0.10-ugly/repos/staging-i686/PKGBUILD
(from rev 141589, gstreamer0.10-ugly/trunk/PKGBUILD)
  gstreamer0.10-ugly/repos/staging-x86_64/
  gstreamer0.10-ugly/repos/staging-x86_64/PKGBUILD
(from rev 141589, gstreamer0.10-ugly/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   43 +++
 staging-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: gstreamer0.10-ugly/repos/staging-i686/PKGBUILD (from rev 141589, 
gstreamer0.10-ugly/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 14:41:06 UTC (rev 141590)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gstreamer0.10-ugly
+pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
+pkgver=0.10.18
+pkgrel=4
+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
+}

Copied: gstreamer0.10-ugly/repos/staging-x86_64/PKGBUILD (from rev 141589, 
gstreamer0.10-ugly/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-31 14:41:06 UTC (rev 141590)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gstreamer0.10-ugly
+pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
+pkgver=0.10.18
+pkgrel=4
+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
+}



[arch-commits] Commit in mpd/trunk (PKGBUILD)

2011-10-31 Thread Florian Pritz
Date: Monday, October 31, 2011 @ 10:58:45
  Author: bluewind
Revision: 141591

upgpkg: mpd 0.16.5-2

rebuild for ffmpeg 20111030-1

Modified:
  mpd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 14:41:06 UTC (rev 141590)
+++ PKGBUILD2011-10-31 14:58:45 UTC (rev 141591)
@@ -6,7 +6,7 @@
 
 pkgname=mpd
 pkgver=0.16.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Music daemon that plays MP3, FLAC, and Ogg Vorbis files
 arch=('i686' 'x86_64')
 license=('GPL')



[arch-commits] Commit in mpd/repos (10 files)

2011-10-31 Thread Florian Pritz
Date: Monday, October 31, 2011 @ 10:59:27
  Author: bluewind
Revision: 141592

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  mpd/repos/staging-i686/
  mpd/repos/staging-i686/ChangeLog
(from rev 141591, mpd/trunk/ChangeLog)
  mpd/repos/staging-i686/PKGBUILD
(from rev 141591, mpd/trunk/PKGBUILD)
  mpd/repos/staging-i686/mpd
(from rev 141591, mpd/trunk/mpd)
  mpd/repos/staging-i686/mpd.install
(from rev 141591, mpd/trunk/mpd.install)
  mpd/repos/staging-x86_64/
  mpd/repos/staging-x86_64/ChangeLog
(from rev 141591, mpd/trunk/ChangeLog)
  mpd/repos/staging-x86_64/PKGBUILD
(from rev 141591, mpd/trunk/PKGBUILD)
  mpd/repos/staging-x86_64/mpd
(from rev 141591, mpd/trunk/mpd)
  mpd/repos/staging-x86_64/mpd.install
(from rev 141591, mpd/trunk/mpd.install)

+
 staging-i686/ChangeLog |9 ++
 staging-i686/PKGBUILD  |   61 +++
 staging-i686/mpd   |   36 +
 staging-i686/mpd.install   |   18 
 staging-x86_64/ChangeLog   |9 ++
 staging-x86_64/PKGBUILD|   61 +++
 staging-x86_64/mpd |   36 +
 staging-x86_64/mpd.install |   18 
 8 files changed, 248 insertions(+)

Copied: mpd/repos/staging-i686/ChangeLog (from rev 141591, mpd/trunk/ChangeLog)
===
--- staging-i686/ChangeLog  (rev 0)
+++ staging-i686/ChangeLog  2011-10-31 14:59:27 UTC (rev 141592)
@@ -0,0 +1,9 @@
+2011-09-03 Angel Velasquez an...@archlinux.org
+* Version bump to 0.16.4
+* Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included 
upstream
+
+2011-06-25 Angel Velasquez an...@archlinux.org
+* Added a patch for bug with ffmpeg FS#24839 
+
+
+# vim: set ft=changelog ts=4 sw=4 et:

Copied: mpd/repos/staging-i686/PKGBUILD (from rev 141591, mpd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 14:59:27 UTC (rev 141592)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.16.5
+pkgrel=2
+pkgdesc=Music daemon that plays MP3, FLAC, and Ogg Vorbis files
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://mpd.wikia.com/wiki/Server;
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite3' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
+ 'libpulse')
+makedepends=('pkgconfig' 'doxygen')
+install=${pkgname}.install
+changelog=ChangeLog
+source=(http://downloads.sourceforge.net/musicpd/$pkgname-$pkgver.tar.bz2;
+'mpd') 
+md5sums=('f7564cff12035f6a1112cce770655df7'
+ 'e5669c2bff4031928531e52475addeb1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-lastfm \
+--enable-jack \
+--enable-pulse \
+--enable-documentation \
+--disable-libwrap \
+--disable-cue \
+--disable-sidplay \
+--with-systemdsystemunitdir=/lib/systemd/system
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # set our dirs in mpd.conf file
+  sed -i 's|^music_directory.*$|#music_directory 
path_to_your_music_collection|1' doc/mpdconf.example
+  sed -i 's|playlist_directory.*$|playlist_directory 
/var/lib/mpd/playlists|1' doc/mpdconf.example
+  sed -i 's|db_file.*$|db_file /var/lib/mpd/mpd.db|1' doc/mpdconf.example
+  sed -i 's|log_file.*$|log_file /var/log/mpd/mpd.log|1' doc/mpdconf.example
+  sed -i 's|error_file.*$|error_file /var/log/mpd/mpd.error|1' 
doc/mpdconf.example
+  sed -i 's|#pid_file.*$|pid_file /var/run/mpd/mpd.pid|1' doc/mpdconf.example
+  sed -i 's|#state_file.*$|state_file /var/lib/mpd/mpdstate|1' 
doc/mpdconf.example
+  sed -i 's|#user.*$|user mpd|1' doc/mpdconf.example
+
+  install -Dm644 doc/mpdconf.example $pkgdir/usr/share/mpd/mpd.conf.example
+
+  install -Dm755 $srcdir/mpd $pkgdir/etc/rc.d/mpd
+  install -d $pkgdir/var/{lib/mpd/playlists,log/mpd}
+}

Copied: mpd/repos/staging-i686/mpd (from rev 141591, mpd/trunk/mpd)
===
--- staging-i686/mpd(rev 0)
+++ staging-i686/mpd2011-10-31 14:59:27 UTC (rev 141592)
@@ -0,0 +1,36 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case $1 in
+  start)
+stat_busy Starting Music Player Daemon
+[ ! -d /var/run/mpd ]  install -d -g 45 -o 45 /var/run/mpd
+/usr/bin/mpd /etc/mpd.conf  /dev/null
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  add_daemon mpd
+  stat_done
+fi
+;;
+  

[arch-commits] Commit in opal/trunk (PKGBUILD)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 11:03:43
  Author: ibiru
Revision: 141593

x264 rebuild

Modified:
  opal/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 14:59:27 UTC (rev 141592)
+++ PKGBUILD2011-10-31 15:03:43 UTC (rev 141593)
@@ -3,7 +3,7 @@
 # Contributor: Tom K t...@runbox.com
 pkgname=opal
 pkgver=3.10.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Open Phone Abstraction Library
 arch=(i686 x86_64)
 url=http://www.ekiga.org;



[arch-commits] Commit in opal/repos (4 files)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 11:04:50
  Author: ibiru
Revision: 141594

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  opal/repos/staging-i686/
  opal/repos/staging-i686/PKGBUILD
(from rev 141593, opal/trunk/PKGBUILD)
  opal/repos/staging-x86_64/
  opal/repos/staging-x86_64/PKGBUILD
(from rev 141593, opal/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: opal/repos/staging-i686/PKGBUILD (from rev 141593, opal/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 15:04:50 UTC (rev 141594)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+pkgname=opal
+pkgver=3.10.2
+pkgrel=3
+pkgdesc=Open Phone Abstraction Library
+arch=(i686 x86_64)
+url=http://www.ekiga.org;
+license=('GPL')
+depends=('ptlib' 'libtheora' 'x264' 'speex')
+makedepends=('ffmpeg')
+options=(!makeflags)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8e227978263c07502b2bc4c9de0e71be1b95d673fe858bfd907910adfb2eb205')
+
+build() {
+  cd ${srcdir}/opal-${pkgver}
+  CXXFLAGS=$CXXFLAGS -fpermissive \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/opal-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: opal/repos/staging-x86_64/PKGBUILD (from rev 141593, 
opal/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-31 15:04:50 UTC (rev 141594)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+pkgname=opal
+pkgver=3.10.2
+pkgrel=3
+pkgdesc=Open Phone Abstraction Library
+arch=(i686 x86_64)
+url=http://www.ekiga.org;
+license=('GPL')
+depends=('ptlib' 'libtheora' 'x264' 'speex')
+makedepends=('ffmpeg')
+options=(!makeflags)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8e227978263c07502b2bc4c9de0e71be1b95d673fe858bfd907910adfb2eb205')
+
+build() {
+  cd ${srcdir}/opal-${pkgver}
+  CXXFLAGS=$CXXFLAGS -fpermissive \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/opal-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in mediastreamer/trunk (PKGBUILD)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 11:31:46
  Author: andrea
Revision: 141595

upgpkg: mediastreamer 2.7.3-4

ffmpeg rebuild

Modified:
  mediastreamer/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 15:04:50 UTC (rev 141594)
+++ PKGBUILD2011-10-31 15:31:46 UTC (rev 141595)
@@ -1,14 +1,15 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Adrià Arrufat swiftscy...@gmail.com
 
 pkgname=mediastreamer
 pkgver=2.7.3
-pkgrel=3
+pkgrel=4
 pkgdesc=A library written in C that allows you to create and run audio and 
video streams
 arch=('i686' 'x86_64')
-url=http://www.linphone.org;
+url=http://www.linphone.org/;
 license=('GPL')
 depends=('ortp' 'speex' 'v4l-utils' 'ffmpeg')
 makedepends=('cmake' 'automoc4')



[arch-commits] Commit in mediastreamer/repos (6 files)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 11:32:28
  Author: andrea
Revision: 141596

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  mediastreamer/repos/staging-i686/
  mediastreamer/repos/staging-i686/PKGBUILD
(from rev 141595, mediastreamer/trunk/PKGBUILD)
  mediastreamer/repos/staging-i686/disable-v4l1.patch
(from rev 141595, mediastreamer/trunk/disable-v4l1.patch)
  mediastreamer/repos/staging-x86_64/
  mediastreamer/repos/staging-x86_64/PKGBUILD
(from rev 141595, mediastreamer/trunk/PKGBUILD)
  mediastreamer/repos/staging-x86_64/disable-v4l1.patch
(from rev 141595, mediastreamer/trunk/disable-v4l1.patch)

---+
 staging-i686/PKGBUILD |   34 
 staging-i686/disable-v4l1.patch   |   50 
 staging-x86_64/PKGBUILD   |   34 
 staging-x86_64/disable-v4l1.patch |   50 
 4 files changed, 168 insertions(+)

Copied: mediastreamer/repos/staging-i686/PKGBUILD (from rev 141595, 
mediastreamer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 15:32:28 UTC (rev 141596)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+
+pkgname=mediastreamer
+pkgver=2.7.3
+pkgrel=4
+pkgdesc=A library written in C that allows you to create and run audio and 
video streams
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'speex' 'v4l-utils' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+disable-v4l1.patch)
+md5sums=('5213307f557d86aa648f1a53a885138c'
+ '7ee15689eed1adbdcf0ddab8fadca34a')
+options=('!libtool')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver/
+  patch -p2 -i ${srcdir}/disable-v4l1.patch
+
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib/mediastreamer/
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: mediastreamer/repos/staging-i686/disable-v4l1.patch (from rev 141595, 
mediastreamer/trunk/disable-v4l1.patch)
===
--- staging-i686/disable-v4l1.patch (rev 0)
+++ staging-i686/disable-v4l1.patch 2011-10-31 15:32:28 UTC (rev 141596)
@@ -0,0 +1,50 @@
+diff -wbBur linphone-3.4.3/mediastreamer2/src/Makefile.am 
linphone-3.4.3.my/mediastreamer2/src/Makefile.am
+--- linphone-3.4.3/mediastreamer2/src/Makefile.am  2011-02-09 
08:43:11.0 +
 linphone-3.4.3.my/mediastreamer2/src/Makefile.am   2011-04-01 
14:54:04.0 +
+@@ -117,7 +117,7 @@
+ endif
+ 
+ if BUILD_V4L
+-libmediastreamer_la_SOURCES+=msv4l.c msv4l2.c
++libmediastreamer_la_SOURCES+=msv4l2.c
+ endif
+ 
+ if BUILD_WIN32
+diff -wbBur linphone-3.4.3/mediastreamer2/src/Makefile.in 
linphone-3.4.3.my/mediastreamer2/src/Makefile.in
+--- linphone-3.4.3/mediastreamer2/src/Makefile.in  2011-03-28 
18:34:07.0 +
 linphone-3.4.3.my/mediastreamer2/src/Makefile.in   2011-04-01 
14:55:00.0 +
+@@ -54,7 +54,7 @@
+ @BUILD_MACAQSND_TRUE@am__append_12 = aqsnd.c
+ @BUILD_PULSEAUDIO_TRUE@am__append_13 = pulseaudio.c
+ @BUILD_MACOSX_TRUE@@BUILD_VIDEO_TRUE@am__append_14 = msv4m.m
+-@BUILD_V4L_TRUE@@BUILD_VIDEO_TRUE@am__append_15 = msv4l.c msv4l2.c
++@BUILD_V4L_TRUE@@BUILD_VIDEO_TRUE@am__append_15 = msv4l2.c
+ @BUILD_VIDEO_TRUE@@BUILD_WIN32_TRUE@am__append_16 = msdscap-mingw.cc 
drawdib-display.c
+ @BUILD_THEORA_TRUE@@BUILD_VIDEO_TRUE@am__append_17 = theora.c
+ @BUILD_FFMPEG_TRUE@@BUILD_VIDEO_TRUE@am__append_18 = videoenc.c \
+@@ -135,7 +135,7 @@
+   audiostream.c msspeex.c speexec.c gsm.c winsnd3.c \
+   msfileplayer_win.c msfilerec_win.c msfileplayer.c msfilerec.c \
+   msresample.c alsa.c oss.c arts.c pasnd.c macsnd.c msiounit.c \
+-  aqsnd.c pulseaudio.c msv4m.m msv4l.c msv4l2.c msdscap-mingw.cc \
++  aqsnd.c pulseaudio.c msv4m.m msv4l2.c msdscap-mingw.cc \
+   drawdib-display.c theora.c videoenc.c videodec.c pixconv.c \
+   sizeconv.c nowebcam.c nowebcam.h swscale.h ffmpeg-priv.h \
+   h264dec.c jpegwriter.c videoout.c x11video.c rfc2429.h \
+@@ -156,7 +156,7 @@
+ @BUILD_MACAQSND_TRUE@am__objects_12 = aqsnd.lo
+ @BUILD_PULSEAUDIO_TRUE@am__objects_13 = pulseaudio.lo
+ @BUILD_MACOSX_TRUE@@BUILD_VIDEO_TRUE@am__objects_14 = msv4m.lo
+-@BUILD_V4L_TRUE@@BUILD_VIDEO_TRUE@am__objects_15 = msv4l.lo msv4l2.lo
++@BUILD_V4L_TRUE@@BUILD_VIDEO_TRUE@am__objects_15 = msv4l2.lo
+ @BUILD_VIDEO_TRUE@@BUILD_WIN32_TRUE@am__objects_16 = msdscap-mingw.lo \
+ @BUILD_VIDEO_TRUE@@BUILD_WIN32_TRUE@  drawdib-display.lo
+ 

[arch-commits] Commit in blender/trunk (PKGBUILD)

2011-10-31 Thread Pierre Schmitz
Date: Monday, October 31, 2011 @ 11:33:54
  Author: pierre
Revision: 141597

upgpkg: blender 3:2.60a-2

ffmpeg rebuild

Modified:
  blender/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 15:32:28 UTC (rev 141596)
+++ PKGBUILD2011-10-31 15:33:54 UTC (rev 141597)
@@ -13,7 +13,7 @@
 
 pkgname=blender
 pkgver=2.60a
-pkgrel=1
+pkgrel=2
 epoch=3
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')



[arch-commits] Commit in blender/repos (6 files)

2011-10-31 Thread Pierre Schmitz
Date: Monday, October 31, 2011 @ 11:34:24
  Author: pierre
Revision: 141598

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  blender/repos/staging-i686/
  blender/repos/staging-i686/PKGBUILD
(from rev 141597, blender/trunk/PKGBUILD)
  blender/repos/staging-i686/blender.install
(from rev 141597, blender/trunk/blender.install)
  blender/repos/staging-x86_64/
  blender/repos/staging-x86_64/PKGBUILD
(from rev 141597, blender/trunk/PKGBUILD)
  blender/repos/staging-x86_64/blender.install
(from rev 141597, blender/trunk/blender.install)

+
 staging-i686/PKGBUILD  |   93 +++
 staging-i686/blender.install   |   13 +
 staging-x86_64/PKGBUILD|   93 +++
 staging-x86_64/blender.install |   13 +
 4 files changed, 212 insertions(+)

Copied: blender/repos/staging-i686/PKGBUILD (from rev 141597, 
blender/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 15:34:24 UTC (rev 141598)
@@ -0,0 +1,93 @@
+# $Id$
+# Contributor: John Sowiak j...@archlinux.org
+# Maintainer: tobias tob...@archlinux.org
+
+# Apparently, the blender guys refuse to release source tarballs for
+# intermediate releases that deal mainly with binaries but incorporate tiny
+# minor changes from svn. Since I'm sick and tired of the urges of users that
+# look for release numbers only, we make a messy PKGBUILD that can checkout svn
+# release if necessary.
+
+#_svn=true
+_svn=false
+
+pkgname=blender
+pkgver=2.60a
+pkgrel=2
+epoch=3
+pkgdesc=A fully integrated 3D graphics creation suite
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' \
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' \
+ 'freetype2' 'openal' 'libsndfile' 'ffmpeg')
+makedepends=('cmake')
+install=blender.install
+if [ $_svn = false ]; then
+  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
+  md5sums=('cc7e4a56c9f7941c33c958ff0338f9a6')
+else
+  source=(ftp://ftp.archlinux.org/other/${pkgname}/$pkgname-$pkgver.tar.xz)
+  md5sums=('7579d1139d0d6025df8afcfca64a65c4')
+fi
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=38016
+  _svntrunk=https://svn.blender.org/svnroot/bf-blender/trunk/blender;
+  _svnmod=$pkgname-$pkgver
+  mkdir ${pkgname}-$pkgver
+  pushd ${pkgname}-$pkgver
+  svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  tar -cJf ../${pkgname}-$pkgver.tar.xz ${pkgname}-$pkgver/*
+  popd
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir build
+  cd build
+
+  [[ $CARCH == i686 ]]  ENABLESSE2=-DSUPPORT_SSE2_BUILD:BOOL=OFF
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DCMAKE_BUILD_TYPE:STRING=Release \
+-DWITH_INSTALL_PORTABLE:BOOL=OFF \
+-DWITH_PYTHON_INSTALL:BOOL=OFF \
+-DWITH_OPENCOLLADA:BOOL=OFF \
+-DWITH_GAMEENGINE:BOOL=ON \
+-DWITH_PLAYER:BOOL=ON \
+-DWITH_BUILTIN_GLEW:BOOL=OFF \
+-DWITH_CODEC_FFMPEG:BOOL=ON \
+-DWITH_CODEC_SNDFILE:BOOL=ON \
+-DPYTHON_VERSION:STRING=3.2 \
+-DPYTHON_LIBPATH:STRING=/usr/lib \
+-DPYTHON_LIBRARY:STRING=python3.2mu \
+-DPYTHON_INCLUDE_DIRS:STRING=/usr/include/python3.2mu \
+$ENABLESSE2
+
+  make $MAKEFLAGS
+
+  cp -rf $srcdir/${pkgname}-$pkgver/release/plugins/* \
+$srcdir/${pkgname}-$pkgver/source/blender/blenpluginapi/
+  cd $srcdir/${pkgname}-$pkgver/source/blender/blenpluginapi
+  chmod 755 bmake
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=${pkgdir} install
+  python -m compileall ${pkgdir}/usr/share/blender
+
+# install plugins
+  install -d -m755 
$pkgdir/usr/share/blender/${pkgver%[a-z]}/plugins/{sequence,texture}
+  cp $srcdir/${pkgname}-$pkgver/source/blender/blenpluginapi/sequence/*.so \
+$pkgdir/usr/share/blender/${pkgver%[a-z]}/plugins/sequence/
+  cp $srcdir/${pkgname}-$pkgver/source/blender/blenpluginapi/texture/*.so \
+$pkgdir/usr/share/blender/${pkgver%[a-z]}/plugins/texture/
+}

Copied: blender/repos/staging-i686/blender.install (from rev 141597, 
blender/trunk/blender.install)
===
--- staging-i686/blender.install(rev 0)
+++ staging-i686/blender.install2011-10-31 15:34:24 UTC (rev 141598)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: blender/repos/staging-x86_64/PKGBUILD (from rev 141597, 
blender/trunk/PKGBUILD)

[arch-commits] Commit in gconf/trunk (PKGBUILD)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 11:45:45
  Author: ibiru
Revision: 141599

update to 3.2.3

Modified:
  gconf/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 15:34:24 UTC (rev 141598)
+++ PKGBUILD2011-10-31 15:45:45 UTC (rev 141599)
@@ -2,7 +2,7 @@
 # Maintainer:  Jan de Groot j...@archlinux.org
 
 pkgname=gconf
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc=A configuration database system
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 gconfpkg
 gconf-reload.patch
 01_xml-gettext-domain.patch)
-sha256sums=('bca02495552b40d2f3867b66d490283481417ec0e489ba0cbff9e0f48b82822d'
+sha256sums=('9eb55dd1d009b6eba9c32e3fae87d3aa45a33629a5e2031ed9f5acb05efaa149'
 'ee6b6e6f4975dad13a8c45f1c1f0547a99373bdecdcd6604bfc12965c328a028'
 'bf1928718caa5df2b9e54a13cfd0f15a8fe0e09e86b84385ce023616a114e898'
 '567b78d8b4b4bbcb77c5f134d57bc503c34867fcc6341c0b01716bcaa4a21694'



[arch-commits] Commit in gconf/repos (24 files)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 11:48:45
  Author: ibiru
Revision: 141600

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gconf/repos/extra-i686/01_xml-gettext-domain.patch
(from rev 141599, gconf/trunk/01_xml-gettext-domain.patch)
  gconf/repos/extra-i686/PKGBUILD
(from rev 141599, gconf/trunk/PKGBUILD)
  gconf/repos/extra-i686/gconf-merge-schema
(from rev 141599, gconf/trunk/gconf-merge-schema)
  gconf/repos/extra-i686/gconf-reload.patch
(from rev 141599, gconf/trunk/gconf-reload.patch)
  gconf/repos/extra-i686/gconf.install
(from rev 141599, gconf/trunk/gconf.install)
  gconf/repos/extra-i686/gconfpkg
(from rev 141599, gconf/trunk/gconfpkg)
  gconf/repos/extra-x86_64/01_xml-gettext-domain.patch
(from rev 141599, gconf/trunk/01_xml-gettext-domain.patch)
  gconf/repos/extra-x86_64/PKGBUILD
(from rev 141599, gconf/trunk/PKGBUILD)
  gconf/repos/extra-x86_64/gconf-merge-schema
(from rev 141599, gconf/trunk/gconf-merge-schema)
  gconf/repos/extra-x86_64/gconf-reload.patch
(from rev 141599, gconf/trunk/gconf-reload.patch)
  gconf/repos/extra-x86_64/gconf.install
(from rev 141599, gconf/trunk/gconf.install)
  gconf/repos/extra-x86_64/gconfpkg
(from rev 141599, gconf/trunk/gconfpkg)
Deleted:
  gconf/repos/extra-i686/01_xml-gettext-domain.patch
  gconf/repos/extra-i686/PKGBUILD
  gconf/repos/extra-i686/gconf-merge-schema
  gconf/repos/extra-i686/gconf-reload.patch
  gconf/repos/extra-i686/gconf.install
  gconf/repos/extra-i686/gconfpkg
  gconf/repos/extra-x86_64/01_xml-gettext-domain.patch
  gconf/repos/extra-x86_64/PKGBUILD
  gconf/repos/extra-x86_64/gconf-merge-schema
  gconf/repos/extra-x86_64/gconf-reload.patch
  gconf/repos/extra-x86_64/gconf.install
  gconf/repos/extra-x86_64/gconfpkg

--+
 extra-i686/01_xml-gettext-domain.patch   |  724 ++---
 extra-i686/PKGBUILD  |  102 ++--
 extra-i686/gconf-merge-schema|   68 +-
 extra-i686/gconf-reload.patch|   40 -
 extra-i686/gconf.install |   40 -
 extra-i686/gconfpkg  |  100 ++--
 extra-x86_64/01_xml-gettext-domain.patch |  724 ++---
 extra-x86_64/PKGBUILD|  102 ++--
 extra-x86_64/gconf-merge-schema  |   68 +-
 extra-x86_64/gconf-reload.patch  |   40 -
 extra-x86_64/gconf.install   |   40 -
 extra-x86_64/gconfpkg|  100 ++--
 12 files changed, 1074 insertions(+), 1074 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 141599:141600 to see the changes.


[arch-commits] Commit in telepathy-idle/trunk (PKGBUILD)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 11:49:03
  Author: ibiru
Revision: 141601

update to 0.1.11

Modified:
  telepathy-idle/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 15:48:45 UTC (rev 141600)
+++ PKGBUILD2011-10-31 15:49:03 UTC (rev 141601)
@@ -2,8 +2,9 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 # Contributor: Bjorn Lindeijer bjorn lindeijer nl
 # Contributor: Samuel Mendes heka@gmail.com
+
 pkgname=telepathy-idle
-pkgver=0.1.10
+pkgver=0.1.11
 pkgrel=1
 pkgdesc=An IRC connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -14,7 +15,7 @@
 makedepends=('libxslt' 'python2')
 install=telepathy-idle.install
 
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('570a431e3e28ca6ebf3f0c84198f0b9a')
+md5sums=('be277e8f0bd32ae56af799f0ff4ec72e')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in telepathy-idle/repos (8 files)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 11:52:30
  Author: ibiru
Revision: 141602

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  telepathy-idle/repos/extra-i686/PKGBUILD
(from rev 141601, telepathy-idle/trunk/PKGBUILD)
  telepathy-idle/repos/extra-i686/telepathy-idle.install
(from rev 141601, telepathy-idle/trunk/telepathy-idle.install)
  telepathy-idle/repos/extra-x86_64/PKGBUILD
(from rev 141601, telepathy-idle/trunk/PKGBUILD)
  telepathy-idle/repos/extra-x86_64/telepathy-idle.install
(from rev 141601, telepathy-idle/trunk/telepathy-idle.install)
Deleted:
  telepathy-idle/repos/extra-i686/PKGBUILD
  telepathy-idle/repos/extra-i686/telepathy-idle.install
  telepathy-idle/repos/extra-x86_64/PKGBUILD
  telepathy-idle/repos/extra-x86_64/telepathy-idle.install

-+
 extra-i686/PKGBUILD |   59 +-
 extra-i686/telepathy-idle.install   |   26 +++---
 extra-x86_64/PKGBUILD   |   59 +-
 extra-x86_64/telepathy-idle.install |   26 +++---
 4 files changed, 86 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-31 15:49:03 UTC (rev 141601)
+++ extra-i686/PKGBUILD 2011-10-31 15:52:30 UTC (rev 141602)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-# Contributor: Samuel Mendes heka@gmail.com
-pkgname=telepathy-idle
-pkgver=0.1.10
-pkgrel=1
-pkgdesc=An IRC connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL')
-depends=('telepathy-glib' 'openssl')
-makedepends=('libxslt' 'python2')
-install=telepathy-idle.install
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('570a431e3e28ca6ebf3f0c84198f0b9a')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: telepathy-idle/repos/extra-i686/PKGBUILD (from rev 141601, 
telepathy-idle/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-31 15:52:30 UTC (rev 141602)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+# Contributor: Samuel Mendes heka@gmail.com
+
+pkgname=telepathy-idle
+pkgver=0.1.11
+pkgrel=1
+pkgdesc=An IRC connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL')
+depends=('telepathy-glib' 'openssl')
+makedepends=('libxslt' 'python2')
+install=telepathy-idle.install
+source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('be277e8f0bd32ae56af799f0ff4ec72e')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/telepathy-idle.install
===
--- extra-i686/telepathy-idle.install   2011-10-31 15:49:03 UTC (rev 141601)
+++ extra-i686/telepathy-idle.install   2011-10-31 15:52:30 UTC (rev 141602)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-idle/repos/extra-i686/telepathy-idle.install (from rev 
141601, telepathy-idle/trunk/telepathy-idle.install)
===
--- extra-i686/telepathy-idle.install   (rev 0)
+++ extra-i686/telepathy-idle.install   2011-10-31 15:52:30 UTC (rev 141602)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-31 15:49:03 UTC (rev 141601)
+++ extra-x86_64/PKGBUILD   2011-10-31 15:52:30 UTC (rev 141602)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-# Contributor: Samuel Mendes heka@gmail.com
-pkgname=telepathy-idle
-pkgver=0.1.10
-pkgrel=1
-pkgdesc=An IRC connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL')
-depends=('telepathy-glib' 'openssl')

[arch-commits] Commit in alsa-plugins/trunk (PKGBUILD)

2011-10-31 Thread Jan Steffens
Date: Monday, October 31, 2011 @ 12:08:14
  Author: heftig
Revision: 141603

ffmpeg rebuild

Modified:
  alsa-plugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 15:52:30 UTC (rev 141602)
+++ PKGBUILD2011-10-31 16:08:14 UTC (rev 141603)
@@ -5,7 +5,7 @@
 
 pkgname=alsa-plugins
 pkgver=1.0.24
-pkgrel=2
+pkgrel=3
 pkgdesc=Extra alsa plugins
 arch=(i686 x86_64)
 url=http://www.alsa-project.org;



[arch-commits] Commit in alsa-plugins/repos (4 files)

2011-10-31 Thread Jan Steffens
Date: Monday, October 31, 2011 @ 12:09:16
  Author: heftig
Revision: 141604

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  alsa-plugins/repos/staging-i686/
  alsa-plugins/repos/staging-i686/PKGBUILD
(from rev 141603, alsa-plugins/trunk/PKGBUILD)
  alsa-plugins/repos/staging-x86_64/
  alsa-plugins/repos/staging-x86_64/PKGBUILD
(from rev 141603, alsa-plugins/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   36 
 staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: alsa-plugins/repos/staging-i686/PKGBUILD (from rev 141603, 
alsa-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 16:09:16 UTC (rev 141604)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=alsa-plugins
+pkgver=1.0.24
+pkgrel=3
+pkgdesc=Extra alsa plugins
+arch=(i686 x86_64)
+url=http://www.alsa-project.org;
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+'ffmpeg: libavcodec resampling plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+options=('!libtool')
+source=(ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;)
+md5sums=('e4d4c90e11ab9d1a117afbbc1edd2b16')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/share/doc/$pkgname
+  install -m644 doc/README* doc/*.txt $pkgdir/usr/share/doc/$pkgname/
+}

Copied: alsa-plugins/repos/staging-x86_64/PKGBUILD (from rev 141603, 
alsa-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-31 16:09:16 UTC (rev 141604)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=alsa-plugins
+pkgver=1.0.24
+pkgrel=3
+pkgdesc=Extra alsa plugins
+arch=(i686 x86_64)
+url=http://www.alsa-project.org;
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+'ffmpeg: libavcodec resampling plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+options=('!libtool')
+source=(ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;)
+md5sums=('e4d4c90e11ab9d1a117afbbc1edd2b16')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/share/doc/$pkgname
+  install -m644 doc/README* doc/*.txt $pkgdir/usr/share/doc/$pkgname/
+}



[arch-commits] Commit in mesa/trunk (PKGBUILD)

2011-10-31 Thread andyrtr
Date: Monday, October 31, 2011 @ 15:00:11
  Author: andyrtr
Revision: 141605

upgpkg: mesa 7.11-3

update to a recent git snapshot

Modified:
  mesa/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 16:09:16 UTC (rev 141604)
+++ PKGBUILD2011-10-31 19:00:11 UTC (rev 141605)
@@ -16,7 +16,7 @@
   else
 pkgver=7.11
 fi
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 makedepends=('glproto=1.4.14' 'libdrm=2.4.26' 'libxxf86vm=1.1.1' 
'libxdamage=1.1.3' 'expat=2.0.1' 'libx11=1.4.3' 'libxt=1.1.1' 
  'gcc-libs=4.6.1' 'dri2proto=2.6' 'python2' 'libxml2' 'imake' 
'llvm' 'udev')
@@ -28,11 +28,12 @@
#source=(${source[@]} 
'ftp://ftp.archlinux.org/other/mesa/mesa-1ae00c5960af83bea9545a18a1754bad83d5cbd0.tar.bz2')
source=(${source[@]} 
MesaLib-${pkgver}.zip::http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-ef9f16f6322a89fb699fbe3da868b10f9acaef98.tar.bz2;)
   else
-   source=(${source[@]} 
ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2;
+   #source=(${source[@]} 
ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2;
+   source=(${source[@]} 
MesaLib-${pkgver}.zip::http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-ef9f16f6322a89fb699fbe3da868b10f9acaef98.tar.bz2;
 )
 fi
 md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
- 'ff03aca82d0560009a076a87c888cf13')
+ '817a63bb60b81f4f817ffc9ed0a3')
 
 build() {
 cd ${srcdir}/?esa-*
@@ -90,12 +91,8 @@
   bin/minstall lib/libglsl.so* ${pkgdir}/usr/lib/
 
   cd src/mesa/drivers/dri
-  #make -C swrast DESTDIR=${pkgdir} install
-if [ ${_git} = true ]; then
-make -C ${srcdir}/mesa-*/src/gallium/targets/dri-swrast 
DESTDIR=${pkgdir} install
-  else
-make -C ${srcdir}/Mesa-${pkgver/rc/-rc}/src/gallium/targets/dri-swrast 
DESTDIR=${pkgdir} install
-fi
+  make -C ${srcdir}/?esa-*/src/gallium/targets/dri-swrast DESTDIR=${pkgdir} 
install
+
   ln -s swrastg_dri.so ${pkgdir}/usr/lib/xorg/modules/dri/swrast_dri.so
   ln -s libglx.xorg ${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so
 



[arch-commits] Commit in mesa/repos (8 files)

2011-10-31 Thread andyrtr
Date: Monday, October 31, 2011 @ 15:00:58
  Author: andyrtr
Revision: 141606

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 141605, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 141605, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 141605, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 141605, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/LICENSE|  164 ++---
 extra-i686/PKGBUILD   |  585 +++-
 extra-x86_64/LICENSE  |  164 ++---
 extra-x86_64/PKGBUILD |  585 +++-
 4 files changed, 748 insertions(+), 750 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 141605:141606 to see the changes.


[arch-commits] Commit in cmus/trunk (PKGBUILD)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 15:06:23
  Author: ibiru
Revision: 141607

ffmpeg rebuild

Modified:
  cmus/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 19:00:58 UTC (rev 141606)
+++ PKGBUILD2011-10-31 19:06:23 UTC (rev 141607)
@@ -4,13 +4,13 @@
 
 pkgname=cmus
 pkgver=2.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A very feature-rich ncurses-based music player
 arch=('i686' 'x86_64')
 url=http://cmus.sourceforge.net/;
 license=('GPL')
 depends=('ncurses')
-makedepends=('libao' 'libmpcdec' 'ffmpeg' 'flac' 'libmad' 'faad2' 'libmodplug' 
+makedepends=('libao' 'libmpcdec' 'ffmpeg' 'flac' 'libmad' 'faad2' 'libmodplug'
  'libvorbis' 'libpulse' 'wavpack' 'libmp4v2')
 optdepends=('alsa-lib: for ALSA output plugin support'
 'libao: for AO output plugin support'



[arch-commits] Commit in cmus/repos (4 files)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 15:08:31
  Author: ibiru
Revision: 141608

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  cmus/repos/staging-i686/
  cmus/repos/staging-i686/PKGBUILD
(from rev 141607, cmus/trunk/PKGBUILD)
  cmus/repos/staging-x86_64/
  cmus/repos/staging-x86_64/PKGBUILD
(from rev 141607, cmus/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   41 +
 staging-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: cmus/repos/staging-i686/PKGBUILD (from rev 141607, cmus/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 19:08:31 UTC (rev 141608)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=cmus
+pkgver=2.4.2
+pkgrel=2
+pkgdesc=A very feature-rich ncurses-based music player
+arch=('i686' 'x86_64')
+url=http://cmus.sourceforge.net/;
+license=('GPL')
+depends=('ncurses')
+makedepends=('libao' 'libmpcdec' 'ffmpeg' 'flac' 'libmad' 'faad2' 'libmodplug'
+ 'libvorbis' 'libpulse' 'wavpack' 'libmp4v2')
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'libmodplug: for modplug input plugin support'
+'faad2: for input AAC plugin support'
+'libmad: for mp3 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'wavpack: for wavpack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'flac: for flac input plugin support'
+'libmp4v2: for mp4 input plugin support')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2;)
+md5sums=('f3ed7f14db20344ad7386aef48b98a4c')
+sha1sums=('12573e96e03435eca9b8a4aaeeb13a2da66f40a4')
+
+build() {
+  cd $srcdir/$pkgname-v$pkgver
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-v$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m 644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus
+}

Copied: cmus/repos/staging-x86_64/PKGBUILD (from rev 141607, 
cmus/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-31 19:08:31 UTC (rev 141608)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=cmus
+pkgver=2.4.2
+pkgrel=2
+pkgdesc=A very feature-rich ncurses-based music player
+arch=('i686' 'x86_64')
+url=http://cmus.sourceforge.net/;
+license=('GPL')
+depends=('ncurses')
+makedepends=('libao' 'libmpcdec' 'ffmpeg' 'flac' 'libmad' 'faad2' 'libmodplug'
+ 'libvorbis' 'libpulse' 'wavpack' 'libmp4v2')
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'libmodplug: for modplug input plugin support'
+'faad2: for input AAC plugin support'
+'libmad: for mp3 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'wavpack: for wavpack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'flac: for flac input plugin support'
+'libmp4v2: for mp4 input plugin support')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2;)
+md5sums=('f3ed7f14db20344ad7386aef48b98a4c')
+sha1sums=('12573e96e03435eca9b8a4aaeeb13a2da66f40a4')
+
+build() {
+  cd $srcdir/$pkgname-v$pkgver
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-v$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m 644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus
+}



[arch-commits] Commit in kdebase-workspace/trunk (PKGBUILD fix-powerprofiles.patch)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 15:25:01
  Author: andrea
Revision: 141609

Fix weird power profiles (BUG#285347)

Added:
  kdebase-workspace/trunk/fix-powerprofiles.patch
Modified:
  kdebase-workspace/trunk/PKGBUILD

-+
 PKGBUILD|8 ++--
 fix-powerprofiles.patch |   23 +++
 2 files changed, 29 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 19:08:31 UTC (rev 141608)
+++ PKGBUILD2011-10-31 19:25:01 UTC (rev 141609)
@@ -33,7 +33,8 @@
 options=('emptydirs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;
 'kdm-zsh-profile.patch' 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam'
-'fixpath.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
+'fixpath.patch' 'terminate-server.patch' 'kdm-xinitrd.patch'
+'fix-powerprofiles.patch')
 sha1sums=('3f65d3f075cb3d71d26e768d0d8e1c26b49b4774'
   '8c2bdefb23a03b753b78d16944d03fa3939d2d99'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
@@ -42,7 +43,8 @@
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
   'd7b5883f7e65c6839b1f65f94d58026673dd0226'
   'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
-  'd509dac592bd8b310df27991b208c95b6d907514')
+  'd509dac592bd8b310df27991b208c95b6d907514'
+  '7c514a0727f904359d2ab12078e9868488ded3e6')
 
 build() {
cd ${srcdir}/${_pkgname}-${pkgver}
@@ -51,6 +53,8 @@
patch -p0 -i ${srcdir}/fixpath.patch
patch -p0 -i ${srcdir}/terminate-server.patch
 
+patch -Rp1 -i ${srcdir}/fix-powerprofiles.patch
+
cd ${srcdir}
mkdir build
cd build

Added: fix-powerprofiles.patch
===
--- fix-powerprofiles.patch (rev 0)
+++ fix-powerprofiles.patch 2011-10-31 19:25:01 UTC (rev 141609)
@@ -0,0 +1,23 @@
+From: Dario Freddi d...@kde.org
+Date: Tue, 04 Oct 2011 14:09:09 +
+Subject: Use full config when reading settings
+X-Git-Url: 
http://quickgit.kde.org/?p=kde-workspace.gitamp;a=commitdiffamp;h=8d59876457387d1c72ca3626ae2d267adf100014
+---
+Use full config when reading settings
+
+BUG: 267323
+---
+
+
+--- a/powerdevil/daemon/powerdevilcore.cpp
 b/powerdevil/daemon/powerdevilcore.cpp
+@@ -88,7 +88,7 @@ void Core::onBackendReady()
+ {
+ kDebug()  Backend is ready, KDE Power Management system initialized;
+ 
+-m_profilesConfig = KSharedConfig::openConfig(powerdevil2profilesrc, 
KConfig::SimpleConfig);
++m_profilesConfig = KSharedConfig::openConfig(powerdevil2profilesrc, 
KConfig::FullConfig);
+ 
+ // Is it brand new?
+ if (m_profilesConfig-groupList().isEmpty()) {
+



[arch-commits] Commit in libxmi/trunk (PKGBUILD)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 15:54:01
  Author: andrea
Revision: 141610

upgpkg: libxmi 1.2-3

Rebuild old package; Fix build; install info file; remove libtool file; minor 
cleanup

Modified:
  libxmi/trunk/PKGBUILD

--+
 PKGBUILD |   19 ---
 1 file changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 19:25:01 UTC (rev 141609)
+++ PKGBUILD2011-10-31 19:54:01 UTC (rev 141610)
@@ -1,22 +1,27 @@
 # $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
 # Contributor: Tobias Kieslich [tobias.justdreams.de]
 
 pkgname=libxmi
 pkgver=1.2
-pkgrel=2
-pkgdesc=library for rasterizing 2-D vector graphics
+pkgrel=3
+pkgdesc=A library for rasterizing 2-D vector graphics
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libxmi/libxmi.html;
 license=('GPL')
 depends=('glibc')
+options=('!libtool')
 source=(http://mirrors.usc.edu/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('4e6935484f0ad71b531920bf4c546b47')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  rm config.guess config.sub install-sh missing
-  automake --add-missing
+  cd ${srcdir}/${pkgname}-${pkgver}
+  autoreconf --force --install
   ./configure --prefix=/usr --infodir=/usr/share/info
-  make || return 1
-  make DESTDIR=${pkgdir} install
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libxmi/repos (4 files)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 15:54:30
  Author: andrea
Revision: 141611

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libxmi/repos/extra-i686/PKGBUILD
(from rev 141610, libxmi/trunk/PKGBUILD)
  libxmi/repos/extra-x86_64/PKGBUILD
(from rev 141610, libxmi/trunk/PKGBUILD)
Deleted:
  libxmi/repos/extra-i686/PKGBUILD
  libxmi/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   49 ++--
 extra-x86_64/PKGBUILD |   49 ++--
 2 files changed, 54 insertions(+), 44 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-31 19:54:01 UTC (rev 141610)
+++ extra-i686/PKGBUILD 2011-10-31 19:54:30 UTC (rev 141611)
@@ -1,22 +0,0 @@
-# $Id$
-# Contributor: Tobias Kieslich [tobias.justdreams.de]
-
-pkgname=libxmi
-pkgver=1.2
-pkgrel=2
-pkgdesc=library for rasterizing 2-D vector graphics
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/libxmi/libxmi.html;
-license=('GPL')
-depends=('glibc')
-source=(http://mirrors.usc.edu/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4e6935484f0ad71b531920bf4c546b47')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  rm config.guess config.sub install-sh missing
-  automake --add-missing
-  ./configure --prefix=/usr --infodir=/usr/share/info
-  make || return 1
-  make DESTDIR=${pkgdir} install
-}

Copied: libxmi/repos/extra-i686/PKGBUILD (from rev 141610, 
libxmi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-31 19:54:30 UTC (rev 141611)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tobias Kieslich [tobias.justdreams.de]
+
+pkgname=libxmi
+pkgver=1.2
+pkgrel=3
+pkgdesc=A library for rasterizing 2-D vector graphics
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libxmi/libxmi.html;
+license=('GPL')
+depends=('glibc')
+options=('!libtool')
+source=(http://mirrors.usc.edu/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('4e6935484f0ad71b531920bf4c546b47')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  autoreconf --force --install
+  ./configure --prefix=/usr --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-31 19:54:01 UTC (rev 141610)
+++ extra-x86_64/PKGBUILD   2011-10-31 19:54:30 UTC (rev 141611)
@@ -1,22 +0,0 @@
-# $Id$
-# Contributor: Tobias Kieslich [tobias.justdreams.de]
-
-pkgname=libxmi
-pkgver=1.2
-pkgrel=2
-pkgdesc=library for rasterizing 2-D vector graphics
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/libxmi/libxmi.html;
-license=('GPL')
-depends=('glibc')
-source=(http://mirrors.usc.edu/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4e6935484f0ad71b531920bf4c546b47')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  rm config.guess config.sub install-sh missing
-  automake --add-missing
-  ./configure --prefix=/usr --infodir=/usr/share/info
-  make || return 1
-  make DESTDIR=${pkgdir} install
-}

Copied: libxmi/repos/extra-x86_64/PKGBUILD (from rev 141610, 
libxmi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-31 19:54:30 UTC (rev 141611)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tobias Kieslich [tobias.justdreams.de]
+
+pkgname=libxmi
+pkgver=1.2
+pkgrel=3
+pkgdesc=A library for rasterizing 2-D vector graphics
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libxmi/libxmi.html;
+license=('GPL')
+depends=('glibc')
+options=('!libtool')
+source=(http://mirrors.usc.edu/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('4e6935484f0ad71b531920bf4c546b47')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  autoreconf --force --install
+  ./configure --prefix=/usr --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in soprano/trunk (PKGBUILD)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 15:58:35
  Author: andrea
Revision: 141612

upgpkg: soprano 2.7.3-1

upstream release

Modified:
  soprano/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 19:54:30 UTC (rev 141611)
+++ PKGBUILD2011-10-31 19:58:35 UTC (rev 141612)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.7.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('0cc853aee90e40db49ac7cb25cdf3619')
+md5sums=('2674ab79c3ec17e4d1b7ecfc76651cd0')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in soprano/repos (4 files)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 15:59:13
  Author: andrea
Revision: 141613

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  soprano/repos/extra-i686/PKGBUILD
(from rev 141612, soprano/trunk/PKGBUILD)
  soprano/repos/extra-x86_64/PKGBUILD
(from rev 141612, soprano/trunk/PKGBUILD)
Deleted:
  soprano/repos/extra-i686/PKGBUILD
  soprano/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   68 
 extra-x86_64/PKGBUILD |   68 
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-31 19:58:35 UTC (rev 141612)
+++ extra-i686/PKGBUILD 2011-10-31 19:59:13 UTC (rev 141613)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=soprano
-pkgver=2.7.2
-pkgrel=1
-pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
-arch=('i686' 'x86_64')
-url='http://soprano.sourceforge.net/'
-license=('GPL' 'LGPL')
-depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
-makedepends=('cmake' 'openjdk6' 'doxygen')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('0cc853aee90e40db49ac7cb25cdf3619')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  . /etc/profile.d/openjdk6.sh
-  # we need the rpath
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSOPRANO_DISABLE_CLUCENE_INDEX=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: soprano/repos/extra-i686/PKGBUILD (from rev 141612, 
soprano/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-31 19:59:13 UTC (rev 141613)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=soprano
+pkgver=2.7.3
+pkgrel=1
+pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
+arch=('i686' 'x86_64')
+url='http://soprano.sourceforge.net/'
+license=('GPL' 'LGPL')
+depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
+makedepends=('cmake' 'openjdk6' 'doxygen')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('2674ab79c3ec17e4d1b7ecfc76651cd0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  . /etc/profile.d/openjdk6.sh
+  # we need the rpath
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSOPRANO_DISABLE_CLUCENE_INDEX=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-31 19:58:35 UTC (rev 141612)
+++ extra-x86_64/PKGBUILD   2011-10-31 19:59:13 UTC (rev 141613)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=soprano
-pkgver=2.7.2
-pkgrel=1
-pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
-arch=('i686' 'x86_64')
-url='http://soprano.sourceforge.net/'
-license=('GPL' 'LGPL')
-depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
-makedepends=('cmake' 'openjdk6' 'doxygen')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('0cc853aee90e40db49ac7cb25cdf3619')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  . /etc/profile.d/openjdk6.sh
-  # we need the rpath
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSOPRANO_DISABLE_CLUCENE_INDEX=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: soprano/repos/extra-x86_64/PKGBUILD (from rev 141612, 
soprano/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-31 19:59:13 UTC (rev 141613)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=soprano
+pkgver=2.7.3
+pkgrel=1
+pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
+arch=('i686' 'x86_64')
+url='http://soprano.sourceforge.net/'
+license=('GPL' 'LGPL')
+depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')

[arch-commits] Commit in libxmi/trunk (PKGBUILD libxmi.install)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 16:02:38
  Author: andrea
Revision: 141614

upgpkg: libxmi 1.2-4

Install info file

Added:
  libxmi/trunk/libxmi.install
Modified:
  libxmi/trunk/PKGBUILD

+
 PKGBUILD   |3 ++-
 libxmi.install |   20 
 2 files changed, 22 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 19:59:13 UTC (rev 141613)
+++ PKGBUILD2011-10-31 20:02:38 UTC (rev 141614)
@@ -4,13 +4,14 @@
 
 pkgname=libxmi
 pkgver=1.2
-pkgrel=3
+pkgrel=4
 pkgdesc=A library for rasterizing 2-D vector graphics
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libxmi/libxmi.html;
 license=('GPL')
 depends=('glibc')
 options=('!libtool')
+install=libxmi.install
 source=(http://mirrors.usc.edu/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('4e6935484f0ad71b531920bf4c546b47')
 

Added: libxmi.install
===
--- libxmi.install  (rev 0)
+++ libxmi.install  2011-10-31 20:02:38 UTC (rev 141614)
@@ -0,0 +1,20 @@
+nfodir=usr/share/info
+filelist=(libxmi.info)
+
+post_install() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+usr/bin/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
+usr/bin/install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



[arch-commits] Commit in libxmi/repos (6 files)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 16:03:34
  Author: andrea
Revision: 141615

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libxmi/repos/extra-i686/PKGBUILD
(from rev 141614, libxmi/trunk/PKGBUILD)
  libxmi/repos/extra-i686/libxmi.install
(from rev 141614, libxmi/trunk/libxmi.install)
  libxmi/repos/extra-x86_64/PKGBUILD
(from rev 141614, libxmi/trunk/PKGBUILD)
  libxmi/repos/extra-x86_64/libxmi.install
(from rev 141614, libxmi/trunk/libxmi.install)
Deleted:
  libxmi/repos/extra-i686/PKGBUILD
  libxmi/repos/extra-x86_64/PKGBUILD

-+
 extra-i686/PKGBUILD |   55 +-
 extra-i686/libxmi.install   |   20 +++
 extra-x86_64/PKGBUILD   |   55 +-
 extra-x86_64/libxmi.install |   20 +++
 4 files changed, 96 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-31 20:02:38 UTC (rev 141614)
+++ extra-i686/PKGBUILD 2011-10-31 20:03:34 UTC (rev 141615)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Tobias Kieslich [tobias.justdreams.de]
-
-pkgname=libxmi
-pkgver=1.2
-pkgrel=3
-pkgdesc=A library for rasterizing 2-D vector graphics
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/libxmi/libxmi.html;
-license=('GPL')
-depends=('glibc')
-options=('!libtool')
-source=(http://mirrors.usc.edu/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4e6935484f0ad71b531920bf4c546b47')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  autoreconf --force --install
-  ./configure --prefix=/usr --infodir=/usr/share/info
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libxmi/repos/extra-i686/PKGBUILD (from rev 141614, 
libxmi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-31 20:03:34 UTC (rev 141615)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tobias Kieslich [tobias.justdreams.de]
+
+pkgname=libxmi
+pkgver=1.2
+pkgrel=4
+pkgdesc=A library for rasterizing 2-D vector graphics
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libxmi/libxmi.html;
+license=('GPL')
+depends=('glibc')
+options=('!libtool')
+install=libxmi.install
+source=(http://mirrors.usc.edu/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('4e6935484f0ad71b531920bf4c546b47')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  autoreconf --force --install
+  ./configure --prefix=/usr --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libxmi/repos/extra-i686/libxmi.install (from rev 141614, 
libxmi/trunk/libxmi.install)
===
--- extra-i686/libxmi.install   (rev 0)
+++ extra-i686/libxmi.install   2011-10-31 20:03:34 UTC (rev 141615)
@@ -0,0 +1,20 @@
+nfodir=usr/share/info
+filelist=(libxmi.info)
+
+post_install() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+usr/bin/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
+usr/bin/install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-31 20:02:38 UTC (rev 141614)
+++ extra-x86_64/PKGBUILD   2011-10-31 20:03:34 UTC (rev 141615)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Tobias Kieslich [tobias.justdreams.de]
-
-pkgname=libxmi
-pkgver=1.2
-pkgrel=3
-pkgdesc=A library for rasterizing 2-D vector graphics
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/libxmi/libxmi.html;
-license=('GPL')
-depends=('glibc')
-options=('!libtool')
-source=(http://mirrors.usc.edu/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4e6935484f0ad71b531920bf4c546b47')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  autoreconf --force --install
-  ./configure --prefix=/usr --infodir=/usr/share/info
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libxmi/repos/extra-x86_64/PKGBUILD (from rev 141614, 
libxmi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-31 20:03:34 UTC (rev 141615)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tobias 

[arch-commits] Commit in mesa/trunk (PKGBUILD)

2011-10-31 Thread andyrtr
Date: Monday, October 31, 2011 @ 16:41:45
  Author: andyrtr
Revision: 141616

upgpkg: mesa 7.11-4

actually use the recent git snapshot; a stupid copy and paste error

Modified:
  mesa/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 20:03:34 UTC (rev 141615)
+++ PKGBUILD2011-10-31 20:41:45 UTC (rev 141616)
@@ -8,6 +8,7 @@
 #pkgname=('mesa' 'libgl' 'libglapi' 'libgles' 'libegl' 'ati-dri' 'intel-dri' 
'nouveau-dri') # 'llvm-dri')
 
 #_git=true
+_gitdate=20111031
 _git=false
 
 if [ ${_git} = true ]; then
@@ -16,7 +17,7 @@
   else
 pkgver=7.11
 fi
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 makedepends=('glproto=1.4.14' 'libdrm=2.4.26' 'libxxf86vm=1.1.1' 
'libxdamage=1.1.3' 'expat=2.0.1' 'libx11=1.4.3' 'libxt=1.1.1' 
  'gcc-libs=4.6.1' 'dri2proto=2.6' 'python2' 'libxml2' 'imake' 
'llvm' 'udev')
@@ -26,14 +27,14 @@
 if [ ${_git} = true ]; then
# mesa git shot from 7.11 branch - see for state: 
http://cgit.freedesktop.org/mesa/mesa/commit/?h=7.11id=1ae00c5960af83bea9545a18a1754bad83d5cbd0
#source=(${source[@]} 
'ftp://ftp.archlinux.org/other/mesa/mesa-1ae00c5960af83bea9545a18a1754bad83d5cbd0.tar.bz2')
-   source=(${source[@]} 
MesaLib-${pkgver}.zip::http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-ef9f16f6322a89fb699fbe3da868b10f9acaef98.tar.bz2;)
+   source=(${source[@]} 
MesaLib-git${_gitdate}.zip::http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-ef9f16f6322a89fb699fbe3da868b10f9acaef98.tar.bz2;)
   else
#source=(${source[@]} 
ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2;
-   source=(${source[@]} 
MesaLib-${pkgver}.zip::http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-ef9f16f6322a89fb699fbe3da868b10f9acaef98.tar.bz2;
+   source=(${source[@]} 
MesaLib-git${_gitdate}.zip::http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-4464ee1a9aa3745109cee23531e3fb2323234d07.tar.bz2;
 )
 fi
 md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
- '817a63bb60b81f4f817ffc9ed0a3')
+ '774eb6f30b31fa08c04e16e00ca070e1')
 
 build() {
 cd ${srcdir}/?esa-*



[arch-commits] Commit in mesa/repos (8 files)

2011-10-31 Thread andyrtr
Date: Monday, October 31, 2011 @ 16:42:28
  Author: andyrtr
Revision: 141617

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 141616, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 141616, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 141616, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 141616, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/LICENSE|  164 ++---
 extra-i686/PKGBUILD   |  585 
 extra-x86_64/LICENSE  |  164 ++---
 extra-x86_64/PKGBUILD |  585 
 4 files changed, 750 insertions(+), 748 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 141616:141617 to see the changes.


[arch-commits] Commit in avidemux/trunk (PKGBUILD)

2011-10-31 Thread Eric Bélanger
Date: Monday, October 31, 2011 @ 17:12:53
  Author: eric
Revision: 141618

upgpkg: avidemux 2.5.5-5

Rebuild against x264 20111030, Clean up depends

Modified:
  avidemux/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 20:42:28 UTC (rev 141617)
+++ PKGBUILD2011-10-31 21:12:53 UTC (rev 141618)
@@ -4,7 +4,7 @@
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
 pkgver=2.5.5
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://fixounet.free.fr/avidemux/;
@@ -98,7 +98,7 @@
 
 package_avidemux-qt() {
   pkgdesc=A graphical tool to edit video (filter/re-encode/split) - QT GUI
-  depends=(avidemux-cli=${pkgver} 'qt' 'desktop-file-utils')
+  depends=(avidemux-cli=${pkgver} 'qt')
   install=avidemux.install
 
   cd ${srcdir}/${pkgbase}_${pkgver}



[arch-commits] Commit in avidemux/repos (8 files)

2011-10-31 Thread Eric Bélanger
Date: Monday, October 31, 2011 @ 17:13:23
  Author: eric
Revision: 141619

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  avidemux/repos/staging-i686/
  avidemux/repos/staging-i686/PKGBUILD
(from rev 141618, avidemux/trunk/PKGBUILD)
  avidemux/repos/staging-i686/avidemux-2.5.4-x264-build115.patch
(from rev 141618, avidemux/trunk/avidemux-2.5.4-x264-build115.patch)
  avidemux/repos/staging-i686/avidemux.install
(from rev 141618, avidemux/trunk/avidemux.install)
  avidemux/repos/staging-x86_64/
  avidemux/repos/staging-x86_64/PKGBUILD
(from rev 141618, avidemux/trunk/PKGBUILD)
  avidemux/repos/staging-x86_64/avidemux-2.5.4-x264-build115.patch
(from rev 141618, avidemux/trunk/avidemux-2.5.4-x264-build115.patch)
  avidemux/repos/staging-x86_64/avidemux.install
(from rev 141618, avidemux/trunk/avidemux.install)

---+
 staging-i686/PKGBUILD |  120 
 staging-i686/avidemux-2.5.4-x264-build115.patch   |   45 +++
 staging-i686/avidemux.install |   11 +
 staging-x86_64/PKGBUILD   |  120 
 staging-x86_64/avidemux-2.5.4-x264-build115.patch |   45 +++
 staging-x86_64/avidemux.install   |   11 +
 6 files changed, 352 insertions(+)

Copied: avidemux/repos/staging-i686/PKGBUILD (from rev 141618, 
avidemux/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 21:13:23 UTC (rev 141619)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=avidemux
+pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
+pkgver=2.5.5
+pkgrel=5
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://fixounet.free.fr/avidemux/;
+makedepends=('cmake' 'libxslt' 'gtk2' 'qt' 'jack' 'libvorbis' 'sdl' 'libxv' \
+ 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 
'libsamplerate' \
+ 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse')
+source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz
+avidemux-2.5.4-x264-build115.patch)
+md5sums=('33bbe210c6826cea1987ed18a41d57a7'
+ '24a18b53a58b678b9e87d30566985751')
+
+build() {
+  cd ${srcdir}/${pkgbase}_${pkgver}
+
+  patch -Np1 -i ${srcdir}/avidemux-2.5.4-x264-build115.patch
+
+  mkdir build
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release -D 
CMAKE_SKIP_RPATH=ON -D GTK=1 -D QT4=1 ..
+  make
+
+# plugin build expects libraries to be already installed; we fake a prefix
+# in build/ by symlinking all libraries to build/lib/
+  mkdir -p lib
+  cd lib
+  find ../avidemux -name '*.so*' | xargs ln -sft .
+  cd ../../plugins
+  mkdir build
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D 
AVIDEMUX_SOURCE_DIR=${srcdir}/avidemux_${pkgver} \
+-D AVIDEMUX_CORECONFIG_DIR=${srcdir}/avidemux_${pkgver}/build/config \
+-D AVIDEMUX_INSTALL_PREFIX=${srcdir}/avidemux_${pkgver}/build \
+-D CMAKE_BUILD_TYPE=Release -D CMAKE_SKIP_RPATH=ON ..
+  make
+}
+
+package_avidemux-cli() {
+  pkgdesc=A graphical tool to edit video (filter/re-encode/split)
+  depends=('libxml2' 'sdl' 'fontconfig' 'libvpx')
+  optdepends=('lame: for the corresponding audio encoder plugin'
+  'faac: for the corresponding audio encoder plugin'
+  'faad2: for the corresponding audio decoder plugin'
+  'opencore-amr: for the corresponding audio decoder plugin'
+  'jack: for the corresponding audio device plugin'
+  'libpulse: for the corresponding audio device plugin'
+  'sdl: for the corresponding audio device plugin'
+  'x264: for the corresponding video encoder plugin'
+  'xvidcore: for the corresponding video encoder plugin')
+  provides=('avidemux')
+  conflicts=('avidemux')
+  replaces=('avidemux')
+
+  cd ${srcdir}/${pkgbase}_${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/${pkgbase}_${pkgver}/plugins/build
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/share/avidemux
+  rm ${pkgdir}/usr/bin/avidemux2_{gtk,qt4}
+  rm ${pkgdir}/usr/lib/*{_gtk,_qt4,Gtk,QT4}.so
+  rm ${pkgdir}/usr/lib/ADM_plugins/videoEncoder/x264/*{Gtk,Qt}.so
+  rm ${pkgdir}/usr/lib/ADM_plugins/videoEncoder/xvid/*{Gtk,Qt}.so
+  rm ${pkgdir}/usr/lib/ADM_plugins/videoFilter/*{_gtk,_qt4}.so
+
+  ln -s /usr/lib/ADM_plugins/videoEncoder/libADM_vidEnc_xvid.so 
${pkgdir}/usr/lib/libADM_vidEnc_xvid.so
+  ln -s /usr/lib/ADM_plugins/videoEncoder/libADM_vidEnc_x264.so 
${pkgdir}/usr/lib/libADM_vidEnc_x264.so
+
+  install -D -m644 ../../avidemux_icon.png 
${pkgdir}/usr/share/pixmaps/avidemux.png
+  install -D -m644 ../../man/avidemux.1 
${pkgdir}/usr/share/man/man1/avidemux.1
+}
+
+package_avidemux-gtk() {
+  pkgdesc=A graphical tool to edit video (filter/re-encode/split) - GTK GUI
+  

[arch-commits] Commit in boost/trunk (PKGBUILD)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 17:24:21
  Author: ibiru
Revision: 141620

rebuild using gcc 4.6.2, seems that regex is broken. FS#26703

Modified:
  boost/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 21:13:23 UTC (rev 141619)
+++ PKGBUILD2011-10-31 21:24:21 UTC (rev 141620)
@@ -8,7 +8,7 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.47.0
 _boostver=${pkgver//./_}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://www.boost.org/;
 makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')



[arch-commits] Commit in linux/trunk (7 files)

2011-10-31 Thread Thomas Bächler
Date: Monday, October 31, 2011 @ 17:26:29
  Author: thomas
Revision: 141621

upgpkg: linux 3.1-3

Fix FS#19234, FS#26674, FS#25939, FS#26528 and a wrong drm error

Added:
  linux/trunk/dib0700-fix.patch
  linux/trunk/i915-fix-ghost-tv-output.patch
  linux/trunk/i915-fix-incorrect-error-message.patch
  linux/trunk/iwlagn-fix-NULL-pointer-dereference.patch
  linux/trunk/usb-add-reset-resume-quirk-for-several-webcams.patch
Modified:
  linux/trunk/PKGBUILD
  linux/trunk/linux.install

--+
 PKGBUILD |   45 
 dib0700-fix.patch| 1487 +
 i915-fix-ghost-tv-output.patch   |   26 
 i915-fix-incorrect-error-message.patch   |   22 
 iwlagn-fix-NULL-pointer-dereference.patch|   38 
 linux.install|2 
 usb-add-reset-resume-quirk-for-several-webcams.patch |   99 +
 7 files changed, 1715 insertions(+), 4 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 141620:141621 to see the changes.


[arch-commits] Commit in linux/repos (34 files)

2011-10-31 Thread Thomas Bächler
Date: Monday, October 31, 2011 @ 17:27:27
  Author: thomas
Revision: 141622

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  linux/repos/testing-i686/PKGBUILD
(from rev 141621, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 141621, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 141621, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 141621, linux/trunk/config.x86_64)
  linux/repos/testing-i686/dib0700-fix.patch
(from rev 141621, linux/trunk/dib0700-fix.patch)
  linux/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 141621, linux/trunk/i915-fix-ghost-tv-output.patch)
  linux/repos/testing-i686/i915-fix-incorrect-error-message.patch
(from rev 141621, linux/trunk/i915-fix-incorrect-error-message.patch)
  linux/repos/testing-i686/iwlagn-fix-NULL-pointer-dereference.patch
(from rev 141621, linux/trunk/iwlagn-fix-NULL-pointer-dereference.patch)
  linux/repos/testing-i686/linux.install
(from rev 141621, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 141621, linux/trunk/linux.preset)
  linux/repos/testing-i686/usb-add-reset-resume-quirk-for-several-webcams.patch
(from rev 141621, 
linux/trunk/usb-add-reset-resume-quirk-for-several-webcams.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 141621, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 141621, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 141621, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 141621, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/dib0700-fix.patch
(from rev 141621, linux/trunk/dib0700-fix.patch)
  linux/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 141621, linux/trunk/i915-fix-ghost-tv-output.patch)
  linux/repos/testing-x86_64/i915-fix-incorrect-error-message.patch
(from rev 141621, linux/trunk/i915-fix-incorrect-error-message.patch)
  linux/repos/testing-x86_64/iwlagn-fix-NULL-pointer-dereference.patch
(from rev 141621, linux/trunk/iwlagn-fix-NULL-pointer-dereference.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 141621, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 141621, linux/trunk/linux.preset)
  
linux/repos/testing-x86_64/usb-add-reset-resume-quirk-for-several-webcams.patch
(from rev 141621, 
linux/trunk/usb-add-reset-resume-quirk-for-several-webcams.patch)
Deleted:
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

-+
 testing-i686/PKGBUILD   |  597 
 testing-i686/change-default-console-loglevel.patch  |   24 
 testing-i686/config |11666 
+-
 testing-i686/config.x86_64  |11184 
-
 testing-i686/dib0700-fix.patch  | 1487 +
 testing-i686/i915-fix-ghost-tv-output.patch |   26 
 testing-i686/i915-fix-incorrect-error-message.patch |   22 
 testing-i686/iwlagn-fix-NULL-pointer-dereference.patch  |   38 
 testing-i686/linux.install  |  132 
 testing-i686/linux.preset   |   28 
 testing-i686/usb-add-reset-resume-quirk-for-several-webcams.patch   |   99 
 testing-x86_64/PKGBUILD |  597 
 testing-x86_64/change-default-console-loglevel.patch|   24 
 testing-x86_64/config   |11666 
+-
 testing-x86_64/config.x86_64|11184 
-
 testing-x86_64/dib0700-fix.patch| 1487 +
 testing-x86_64/i915-fix-ghost-tv-output.patch   |   26 
 testing-x86_64/i915-fix-incorrect-error-message.patch   |   22 
 testing-x86_64/iwlagn-fix-NULL-pointer-dereference.patch|   38 
 testing-x86_64/linux.install|  132 
 testing-x86_64/linux.preset |   28 
 testing-x86_64/usb-add-reset-resume-quirk-for-several-webcams.patch |   99 
 22 

[arch-commits] Commit in boost/repos (8 files)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 17:27:41
  Author: ibiru
Revision: 141623

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  boost/repos/extra-i686/PKGBUILD
(from rev 141621, boost/trunk/PKGBUILD)
  boost/repos/extra-i686/exceptions.patch
(from rev 141621, boost/trunk/exceptions.patch)
  boost/repos/extra-x86_64/PKGBUILD
(from rev 141622, boost/trunk/PKGBUILD)
  boost/repos/extra-x86_64/exceptions.patch
(from rev 141622, boost/trunk/exceptions.patch)
Deleted:
  boost/repos/extra-i686/PKGBUILD
  boost/repos/extra-i686/exceptions.patch
  boost/repos/extra-x86_64/PKGBUILD
  boost/repos/extra-x86_64/exceptions.patch

---+
 extra-i686/PKGBUILD   |  232 
 extra-i686/exceptions.patch   |   50 
 extra-x86_64/PKGBUILD |  232 
 extra-x86_64/exceptions.patch |   50 
 4 files changed, 282 insertions(+), 282 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-31 21:27:27 UTC (rev 141622)
+++ extra-i686/PKGBUILD 2011-10-31 21:27:41 UTC (rev 141623)
@@ -1,116 +0,0 @@
-# $Id$
-# Maintainer: kevin ke...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Kritoke krit...@gamebox.net
-# Contributor: Luca Roccia little_r...@users.sourceforge.net
-
-pkgbase=boost
-pkgname=('boost-libs' 'boost')
-pkgver=1.47.0
-_boostver=${pkgver//./_}
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://www.boost.org/;
-makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
-source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
-exceptions.patch)
-license=('custom')
-md5sums=('ff180a5276bec773a7625cac7e2288e8'
- '9b44c28b36303152050c8c82469569c5')
-
-_stagedir=${srcdir}/stagedir
-
-build() {
-  # set python path for bjam
-  cd ${srcdir}/${pkgbase}_${_boostver}/tools
-  echo using python : 2.7 : /usr/bin/python2 ;  build/v2/user-config.jam
-  echo using python : 3.2 : /usr/bin/python : /usr/include/python3.2mu : 
/usr/lib ;  build/v2/user-config.jam
-  echo using mpi ;  build/v2/user-config.jam
-
-  # http://web.archiveorange.com/archive/v/Q0J4VE5bwsy3zxRXqUgd
-  cd ${srcdir}/${pkgbase}_${_boostver}
-  patch -p0 -i ${srcdir}/exceptions.patch
-
-  # build bjam
-  cd ${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine
-  ./build.sh cc
-
-  _bindir=bin.linuxx86
-  [ ${CARCH} = x86_64 ]  _bindir=bin.linuxx86_64
-
-  install -d ${_stagedir}/usr/bin
-  install ${_bindir}/bjam ${_stagedir}/usr/bin/bjam
-
-  # build tools
-  cd ${srcdir}/${pkgbase}_${_boostver}/tools/
-  ${_stagedir}/usr/bin/bjam --toolset=gcc
-
-  # copy the tools
-  cd ${srcdir}/${pkgbase}_${_boostver}/dist/bin
-  for i in *;do
-  install -m755 ${i} ${_stagedir}/usr/bin/${i}
-  done
-
-  #boostbook needed by quickbook
-  cd ${srcdir}/${pkgbase}_${_boostver}/dist/
-  cp -r share ${_stagedir}
-
-  # build libs
-  cd ${srcdir}/${pkgbase}_${_boostver}
-
-  # default minimal install: release link=shared,static
-  # runtime-link=shared threading=single,multi
-  # --layout=tagged will add the -mt suffix for multithreaded libraries
-  # and installs includes in /usr/include/boost.
-  # --layout=system no longer adds the -mt suffix for multi-threaded libs.
-  # install to ${_stagedir} in preparation for split packaging
-
-  ${_stagedir}/usr/bin/bjam \
-  release debug-symbols=off threading=multi \
-  runtime-link=shared link=shared,static \
-  cflags=-fno-strict-aliasing \
-  toolset=gcc \
-  --prefix=${_stagedir} \
-  -sTOOLS=gcc \
-  --layout=system \
-  ${MAKEFLAGS} \
-  install
-}
-
-package_boost() {
-pkgdesc=Free peer-reviewed portable C++ source libraries - Development
-depends=(boost-libs=${pkgver})
-optdepends=('python: for python bindings'
-'python2: for python2 bindings')
-
-install -d ${pkgdir}/usr/{include,lib,share}
-# headers/source files
-cp -r ${_stagedir}/include/ ${pkgdir}/usr/
-
-# static libs
-cp -r ${_stagedir}/lib/*.a ${pkgdir}/usr/lib/
-
-# utilities (bjam, bcp, pyste)
-cp -r ${_stagedir}/usr/* ${pkgdir}/usr/
-
-#boostbook
-cp -r ${_stagedir}/share/* ${pkgdir}/usr/share
-
-# license
-install -D -m644 ${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt \
-${pkgdir}/usr/share/licenses/boost/LICENSE_1_0.txt
-}
-
-package_boost-libs() {
-pkgdesc=Free peer-reviewed portable C++ source libraries - Runtime
-depends=('gcc-libs' 'bzip2' 'zlib' 'icu')
-optdepends=('openmpi: for mpi support')
-
-install -d ${pkgdir}/usr/lib
-#shared libs
-cp -r ${_stagedir}/lib/*.so{,.*} ${pkgdir}/usr/lib/
-
-# license
-install -D -m644 ${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt \
-${pkgdir}/usr/share/licenses/boost-libs/LICENSE_1_0.txt
-}

Copied: boost/repos/extra-i686/PKGBUILD (from rev 

[arch-commits] Commit in audacious-plugins/trunk (PKGBUILD)

2011-10-31 Thread Gaetan Bisson
Date: Monday, October 31, 2011 @ 17:28:39
  Author: bisson
Revision: 141624

rebuild against ffmpeg-20111030-1

Modified:
  audacious-plugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 21:27:41 UTC (rev 141623)
+++ PKGBUILD2011-10-31 21:28:39 UTC (rev 141624)
@@ -5,7 +5,7 @@
 
 pkgname=audacious-plugins
 pkgver=3.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Audacious'
 url='http://audacious-media-player.org/'
 license=('GPL')



[arch-commits] Commit in audacious-plugins/repos (4 files)

2011-10-31 Thread Gaetan Bisson
Date: Monday, October 31, 2011 @ 17:29:25
  Author: bisson
Revision: 141625

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  audacious-plugins/repos/staging-i686/
  audacious-plugins/repos/staging-i686/PKGBUILD
(from rev 141624, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/staging-x86_64/
  audacious-plugins/repos/staging-x86_64/PKGBUILD
(from rev 141624, audacious-plugins/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   67 ++
 staging-x86_64/PKGBUILD |   67 ++
 2 files changed, 134 insertions(+)

Copied: audacious-plugins/repos/staging-i686/PKGBUILD (from rev 141624, 
audacious-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 21:29:25 UTC (rev 141625)
@@ -0,0 +1,67 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=audacious-plugins
+pkgver=3.0.4
+pkgrel=2
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+
+makedepends=(audacious=${pkgver}
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'fluidsynth' 'libcdio' 'libsidplay' 
'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+'alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio: CD Digital Audio input'
+'libsidplay: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+'libcue: CUE playlist format')
+
+source=(http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('e9097641be077b96c61bf7059bfae2e7373346cf')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sed -e 's/gdk-x11-2.0/gdk-x11-3.0/g' -i configure # hack to enable 
global hotkeys with gtk3
+
+   [[ ${CARCH} == x86_64 ]]  _extraopts='' || _extraopts='--disable-sse2'
+   ./configure \
+   --prefix=/usr \
+   --enable-chardet \
+   --enable-amidiplug \
+   --disable-adplug \
+   ${_extraopts} \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: audacious-plugins/repos/staging-x86_64/PKGBUILD (from rev 141624, 
audacious-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-31 21:29:25 UTC (rev 141625)
@@ -0,0 +1,67 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=audacious-plugins
+pkgver=3.0.4
+pkgrel=2
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+
+makedepends=(audacious=${pkgver}
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'fluidsynth' 'libcdio' 'libsidplay' 
'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+'alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio: CD Digital Audio input'
+'libsidplay: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+   

[arch-commits] Commit in kdebase-workspace/trunk (PKGBUILD)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 18:47:48
  Author: andrea
Revision: 141626

upgpkg: kdebase-workspace 4.7.3-2

bump pkgrel

Modified:
  kdebase-workspace/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 21:29:25 UTC (rev 141625)
+++ PKGBUILD2011-10-31 22:47:48 UTC (rev 141626)
@@ -5,7 +5,7 @@
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
 pkgver=4.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE Base Workspace
 arch=('i686' 'x86_64')
 url='http://www.kde.org'



[arch-commits] Commit in kdebase-workspace/repos (42 files)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 18:51:23
  Author: andrea
Revision: 141627

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdebase-workspace/repos/staging-i686/PKGBUILD
(from rev 141626, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/staging-i686/fix-powerprofiles.patch
(from rev 141626, kdebase-workspace/trunk/fix-powerprofiles.patch)
  kdebase-workspace/repos/staging-i686/fixpath.patch
(from rev 141626, kdebase-workspace/trunk/fixpath.patch)
  kdebase-workspace/repos/staging-i686/kde-np.pam
(from rev 141626, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/staging-i686/kde.pam
(from rev 141626, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/staging-i686/kdebase-workspace.install
(from rev 141626, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/staging-i686/kdm
(from rev 141626, kdebase-workspace/trunk/kdm)
  kdebase-workspace/repos/staging-i686/kdm-xinitrd.patch
(from rev 141626, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/staging-i686/kdm-zsh-profile.patch
(from rev 141626, kdebase-workspace/trunk/kdm-zsh-profile.patch)
  kdebase-workspace/repos/staging-i686/kscreensaver.pam
(from rev 141626, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/staging-i686/terminate-server.patch
(from rev 141626, kdebase-workspace/trunk/terminate-server.patch)
  kdebase-workspace/repos/staging-x86_64/PKGBUILD
(from rev 141626, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/staging-x86_64/fix-powerprofiles.patch
(from rev 141626, kdebase-workspace/trunk/fix-powerprofiles.patch)
  kdebase-workspace/repos/staging-x86_64/fixpath.patch
(from rev 141626, kdebase-workspace/trunk/fixpath.patch)
  kdebase-workspace/repos/staging-x86_64/kde-np.pam
(from rev 141626, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/staging-x86_64/kde.pam
(from rev 141626, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/staging-x86_64/kdebase-workspace.install
(from rev 141626, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/staging-x86_64/kdm
(from rev 141626, kdebase-workspace/trunk/kdm)
  kdebase-workspace/repos/staging-x86_64/kdm-xinitrd.patch
(from rev 141626, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/staging-x86_64/kdm-zsh-profile.patch
(from rev 141626, kdebase-workspace/trunk/kdm-zsh-profile.patch)
  kdebase-workspace/repos/staging-x86_64/kscreensaver.pam
(from rev 141626, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/staging-x86_64/terminate-server.patch
(from rev 141626, kdebase-workspace/trunk/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/staging-i686/PKGBUILD
  kdebase-workspace/repos/staging-i686/fixpath.patch
  kdebase-workspace/repos/staging-i686/kde-np.pam
  kdebase-workspace/repos/staging-i686/kde.pam
  kdebase-workspace/repos/staging-i686/kdebase-workspace.install
  kdebase-workspace/repos/staging-i686/kdm
  kdebase-workspace/repos/staging-i686/kdm-xinitrd.patch
  kdebase-workspace/repos/staging-i686/kdm-zsh-profile.patch
  kdebase-workspace/repos/staging-i686/kscreensaver.pam
  kdebase-workspace/repos/staging-i686/terminate-server.patch
  kdebase-workspace/repos/staging-x86_64/PKGBUILD
  kdebase-workspace/repos/staging-x86_64/fixpath.patch
  kdebase-workspace/repos/staging-x86_64/kde-np.pam
  kdebase-workspace/repos/staging-x86_64/kde.pam
  kdebase-workspace/repos/staging-x86_64/kdebase-workspace.install
  kdebase-workspace/repos/staging-x86_64/kdm
  kdebase-workspace/repos/staging-x86_64/kdm-xinitrd.patch
  kdebase-workspace/repos/staging-x86_64/kdm-zsh-profile.patch
  kdebase-workspace/repos/staging-x86_64/kscreensaver.pam
  kdebase-workspace/repos/staging-x86_64/terminate-server.patch

--+
 staging-i686/PKGBUILD|  170 ++---
 staging-i686/fix-powerprofiles.patch |   23 +++
 staging-i686/fixpath.patch   |   68 +--
 staging-i686/kde-np.pam  |   14 +-
 staging-i686/kde.pam |   14 +-
 staging-i686/kdebase-workspace.install   |   50 
 staging-i686/kdm |   72 ++--
 staging-i686/kdm-xinitrd.patch   |   36 +++---
 staging-i686/kdm-zsh-profile.patch   |   22 +--
 staging-i686/kscreensaver.pam|2 
 staging-i686/terminate-server.patch  |   22 +--
 staging-x86_64/PKGBUILD  |  170 ++---
 staging-x86_64/fix-powerprofiles.patch   |   23 +++
 staging-x86_64/fixpath.patch |   68 +--
 staging-x86_64/kde-np.pam|   14 +-
 staging-x86_64/kde.pam   |   14 +-
 staging-x86_64/kdebase-workspace.install |   50 
 staging-x86_64/kdm   |   72 ++--
 

[arch-commits] Commit in moc/trunk (PKGBUILD moc-ffmpeg.patch)

2011-10-31 Thread Eric Bélanger
Date: Monday, October 31, 2011 @ 20:21:52
  Author: eric
Revision: 141628

upgpkg: moc 20110528-4

Rebuild against ffmpeg 20111030, Clean up depends

Added:
  moc/trunk/moc-ffmpeg.patch
Modified:
  moc/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 moc-ffmpeg.patch |   26 ++
 2 files changed, 32 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-31 22:51:23 UTC (rev 141627)
+++ PKGBUILD2011-11-01 00:21:52 UTC (rev 141628)
@@ -3,12 +3,12 @@
 
 pkgname=moc
 pkgver=20110528
-pkgrel=3
+pkgrel=4
 pkgdesc=An ncurses console audio player with support for the mp3, ogg, and 
wave formats
 arch=('i686' 'x86_64')
 url=http://moc.daper.net/;
 license=('GPL')
-depends=('libmad' 'libid3tag' 'jack' 'curl' 'libsamplerate' 'libtool' 'file')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
 makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug')
 optdepends=('speex: for using the speex plugin' 
'ffmpeg: for using the ffmpeg plugin'
@@ -18,15 +18,15 @@
'libmodplug: for using the modplug plugin')
 options=('!libtool')
 source=(ftp://ftp.archlinux.org/other/moc/${pkgname}-${pkgver}.tar.xz \
-gcc-undefined-symbols.diff)
-md5sums=('003fd01af2165264eb666040e4f586cd'
- 'efacb8559e9145e15b0c25f8fa2a9d79')
+gcc-undefined-symbols.diff moc-ffmpeg.patch)
 sha1sums=('f79049136ce6616bfd6af2f5e08246a5921441cf'
-  'a811a4ac7e049914aab528d3f06a6be6634c2720')
+  'a811a4ac7e049914aab528d3f06a6be6634c2720'
+  'f7e8eb17a89fea1c08c8a68f5afd1ffdc641ce9d')
 
 build() {
   cd ${srcdir}/${pkgname}
   patch -p0 -i ../gcc-undefined-symbols.diff
+  patch -p0 -i ../moc-ffmpeg.patch
 
 # Disabling aac to use the external ffmpeg to play them (FS#13164)
   ./autogen.sh

Added: moc-ffmpeg.patch
===
--- moc-ffmpeg.patch(rev 0)
+++ moc-ffmpeg.patch2011-11-01 00:21:52 UTC (rev 141628)
@@ -0,0 +1,26 @@
+Index: decoder_plugins/ffmpeg/ffmpeg.c
+===
+--- decoder_plugins/ffmpeg/ffmpeg.c(revision 2307)
 decoder_plugins/ffmpeg/ffmpeg.c(working copy)
+@@ -28,12 +28,6 @@
+ #include ffmpeg/avformat.h
+ #endif
+ 
+-/* libavformat's API will be changing at version 53, but at present there
+- * appears to be no guidance on what will replace the deprecated fields. */
+-#ifndef FF_API_OLD_METADATA
+-#define FF_API_OLD_METADATA(LIBAVFORMAT_VERSION_MAJOR  53)
+-#endif
+-
+ /* FFmpeg also likes common names, without that, our common.h and log.h
+  * would not be included. */
+ #undef COMMON_H
+@@ -137,7 +131,7 @@
+   av_read_play (data-ic);
+   for (i = 0; i  data-ic-nb_streams; i++) {
+   data-enc = data-ic-streams[i]-codec;
+-  if (data-enc-codec_type == CODEC_TYPE_AUDIO) {
++  if (data-enc-codec_type == AVMEDIA_TYPE_AUDIO) {
+   audio_index = i;
+   break;
+   }



[arch-commits] Commit in moc/repos (8 files)

2011-10-31 Thread Eric Bélanger
Date: Monday, October 31, 2011 @ 20:22:20
  Author: eric
Revision: 141629

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  moc/repos/staging-i686/
  moc/repos/staging-i686/PKGBUILD
(from rev 141628, moc/trunk/PKGBUILD)
  moc/repos/staging-i686/gcc-undefined-symbols.diff
(from rev 141628, moc/trunk/gcc-undefined-symbols.diff)
  moc/repos/staging-i686/moc-ffmpeg.patch
(from rev 141628, moc/trunk/moc-ffmpeg.patch)
  moc/repos/staging-x86_64/
  moc/repos/staging-x86_64/PKGBUILD
(from rev 141628, moc/trunk/PKGBUILD)
  moc/repos/staging-x86_64/gcc-undefined-symbols.diff
(from rev 141628, moc/trunk/gcc-undefined-symbols.diff)
  moc/repos/staging-x86_64/moc-ffmpeg.patch
(from rev 141628, moc/trunk/moc-ffmpeg.patch)

---+
 staging-i686/PKGBUILD |   44 
 staging-i686/gcc-undefined-symbols.diff   |   12 +++
 staging-i686/moc-ffmpeg.patch |   26 
 staging-x86_64/PKGBUILD   |   44 
 staging-x86_64/gcc-undefined-symbols.diff |   12 +++
 staging-x86_64/moc-ffmpeg.patch   |   26 
 6 files changed, 164 insertions(+)

Copied: moc/repos/staging-i686/PKGBUILD (from rev 141628, moc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-11-01 00:22:20 UTC (rev 141629)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=moc
+pkgver=20110528
+pkgrel=4
+pkgdesc=An ncurses console audio player with support for the mp3, ogg, and 
wave formats
+arch=('i686' 'x86_64')
+url=http://moc.daper.net/;
+license=('GPL')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
+makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug')
+optdepends=('speex: for using the speex plugin' 
+   'ffmpeg: for using the ffmpeg plugin'
+   'taglib: for using the musepack plugin' 
+   'libmpcdec: for using the musepack plugin' 
+'wavpack: for using the wavpack plugin' 
+   'libmodplug: for using the modplug plugin')
+options=('!libtool')
+source=(ftp://ftp.archlinux.org/other/moc/${pkgname}-${pkgver}.tar.xz \
+gcc-undefined-symbols.diff moc-ffmpeg.patch)
+sha1sums=('f79049136ce6616bfd6af2f5e08246a5921441cf'
+  'a811a4ac7e049914aab528d3f06a6be6634c2720'
+  'f7e8eb17a89fea1c08c8a68f5afd1ffdc641ce9d')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  patch -p0 -i ../gcc-undefined-symbols.diff
+  patch -p0 -i ../moc-ffmpeg.patch
+
+# Disabling aac to use the external ffmpeg to play them (FS#13164)
+  ./autogen.sh
+  ./configure --prefix=/usr --without-rcc --without-aac \
+--with-oss  --with-alsa  --with-jack --with-mp3 \
+--with-musepack --with-vorbis --with-flac --with-wavpack \
+--with-sndfile --with-modplug --with-ffmpeg --with-speex \
+--with-samplerate --with-curl --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+}

Copied: moc/repos/staging-i686/gcc-undefined-symbols.diff (from rev 141628, 
moc/trunk/gcc-undefined-symbols.diff)
===
--- staging-i686/gcc-undefined-symbols.diff (rev 0)
+++ staging-i686/gcc-undefined-symbols.diff 2011-11-01 00:22:20 UTC (rev 
141629)
@@ -0,0 +1,12 @@
+--- decoder.c~ 2011-05-08 09:28:28.077137883 +0200
 decoder.c  2011-05-10 21:40:48.887941968 +0200
+@@ -259,6 +259,9 @@
+   for (i = 0; i  plugins_num; i++)
+   if (plugins[i].decoder-destroy)
+   plugins[i].decoder-destroy ();
++  for (i = 0; i  plugins_num; i++)
++  if (plugins[i].handle)
++lt_dlclose(plugins[i].handle);
+ 
+   if (lt_dlexit())
+   logit (lt_exit() failed: %s, lt_dlerror());

Copied: moc/repos/staging-i686/moc-ffmpeg.patch (from rev 141628, 
moc/trunk/moc-ffmpeg.patch)
===
--- staging-i686/moc-ffmpeg.patch   (rev 0)
+++ staging-i686/moc-ffmpeg.patch   2011-11-01 00:22:20 UTC (rev 141629)
@@ -0,0 +1,26 @@
+Index: decoder_plugins/ffmpeg/ffmpeg.c
+===
+--- decoder_plugins/ffmpeg/ffmpeg.c(revision 2307)
 decoder_plugins/ffmpeg/ffmpeg.c(working copy)
+@@ -28,12 +28,6 @@
+ #include ffmpeg/avformat.h
+ #endif
+ 
+-/* libavformat's API will be changing at version 53, but at present there
+- * appears to be no guidance on what will replace the deprecated fields. */
+-#ifndef FF_API_OLD_METADATA
+-#define FF_API_OLD_METADATA(LIBAVFORMAT_VERSION_MAJOR  53)
+-#endif
+-
+ /* FFmpeg also likes common names, without that, our common.h and log.h
+  * would not be 

[arch-commits] Commit in libxmi/trunk (PKGBUILD libxmi.install)

2011-10-31 Thread Giovanni Scafora
Date: Monday, October 31, 2011 @ 20:41:31
  Author: giovanni
Revision: 141630

upgpkg: libxmi 1.2-5

Fixed a typo into install script

Modified:
  libxmi/trunk/PKGBUILD
  libxmi/trunk/libxmi.install

+
 PKGBUILD   |2 +-
 libxmi.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-01 00:22:20 UTC (rev 141629)
+++ PKGBUILD2011-11-01 00:41:31 UTC (rev 141630)
@@ -4,7 +4,7 @@
 
 pkgname=libxmi
 pkgver=1.2
-pkgrel=4
+pkgrel=5
 pkgdesc=A library for rasterizing 2-D vector graphics
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libxmi/libxmi.html;

Modified: libxmi.install
===
--- libxmi.install  2011-11-01 00:22:20 UTC (rev 141629)
+++ libxmi.install  2011-11-01 00:41:31 UTC (rev 141630)
@@ -1,4 +1,4 @@
-nfodir=usr/share/info
+infodir=usr/share/info
 filelist=(libxmi.info)
 
 post_install() {



[arch-commits] Commit in libxmi/repos (8 files)

2011-10-31 Thread Giovanni Scafora
Date: Monday, October 31, 2011 @ 20:42:15
  Author: giovanni
Revision: 141631

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libxmi/repos/extra-i686/PKGBUILD
(from rev 141630, libxmi/trunk/PKGBUILD)
  libxmi/repos/extra-i686/libxmi.install
(from rev 141630, libxmi/trunk/libxmi.install)
  libxmi/repos/extra-x86_64/PKGBUILD
(from rev 141630, libxmi/trunk/PKGBUILD)
  libxmi/repos/extra-x86_64/libxmi.install
(from rev 141630, libxmi/trunk/libxmi.install)
Deleted:
  libxmi/repos/extra-i686/PKGBUILD
  libxmi/repos/extra-i686/libxmi.install
  libxmi/repos/extra-x86_64/PKGBUILD
  libxmi/repos/extra-x86_64/libxmi.install

-+
 extra-i686/PKGBUILD |   56 +-
 extra-i686/libxmi.install   |   40 +++---
 extra-x86_64/PKGBUILD   |   56 +-
 extra-x86_64/libxmi.install |   40 +++---
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-01 00:41:31 UTC (rev 141630)
+++ extra-i686/PKGBUILD 2011-11-01 00:42:15 UTC (rev 141631)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Tobias Kieslich [tobias.justdreams.de]
-
-pkgname=libxmi
-pkgver=1.2
-pkgrel=4
-pkgdesc=A library for rasterizing 2-D vector graphics
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/libxmi/libxmi.html;
-license=('GPL')
-depends=('glibc')
-options=('!libtool')
-install=libxmi.install
-source=(http://mirrors.usc.edu/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4e6935484f0ad71b531920bf4c546b47')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  autoreconf --force --install
-  ./configure --prefix=/usr --infodir=/usr/share/info
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libxmi/repos/extra-i686/PKGBUILD (from rev 141630, 
libxmi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-01 00:42:15 UTC (rev 141631)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tobias Kieslich [tobias.justdreams.de]
+
+pkgname=libxmi
+pkgver=1.2
+pkgrel=5
+pkgdesc=A library for rasterizing 2-D vector graphics
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libxmi/libxmi.html;
+license=('GPL')
+depends=('glibc')
+options=('!libtool')
+install=libxmi.install
+source=(http://mirrors.usc.edu/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('4e6935484f0ad71b531920bf4c546b47')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  autoreconf --force --install
+  ./configure --prefix=/usr --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libxmi.install
===
--- extra-i686/libxmi.install   2011-11-01 00:41:31 UTC (rev 141630)
+++ extra-i686/libxmi.install   2011-11-01 00:42:15 UTC (rev 141631)
@@ -1,20 +0,0 @@
-nfodir=usr/share/info
-filelist=(libxmi.info)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
-usr/bin/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
-usr/bin/install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: libxmi/repos/extra-i686/libxmi.install (from rev 141630, 
libxmi/trunk/libxmi.install)
===
--- extra-i686/libxmi.install   (rev 0)
+++ extra-i686/libxmi.install   2011-11-01 00:42:15 UTC (rev 141631)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libxmi.info)
+
+post_install() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+usr/bin/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
+usr/bin/install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-01 00:41:31 UTC (rev 141630)
+++ extra-x86_64/PKGBUILD   2011-11-01 00:42:15 UTC (rev 141631)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Tobias Kieslich [tobias.justdreams.de]
-
-pkgname=libxmi
-pkgver=1.2
-pkgrel=4
-pkgdesc=A library for rasterizing 2-D vector graphics
-arch=('i686' 'x86_64')

[arch-commits] Commit in gegl/trunk (0.1.6-ffmpeg.patch PKGBUILD)

2011-10-31 Thread Eric Bélanger
Date: Monday, October 31, 2011 @ 20:51:41
  Author: eric
Revision: 141632

upgpkg: gegl 0.1.6-2

Rebuild against ffmpeg 20111030, Clean up depends

Added:
  gegl/trunk/0.1.6-ffmpeg.patch
Modified:
  gegl/trunk/PKGBUILD

+
 0.1.6-ffmpeg.patch |   33 +
 PKGBUILD   |   12 +++-
 2 files changed, 40 insertions(+), 5 deletions(-)

Added: 0.1.6-ffmpeg.patch
===
--- 0.1.6-ffmpeg.patch  (rev 0)
+++ 0.1.6-ffmpeg.patch  2011-11-01 00:51:41 UTC (rev 141632)
@@ -0,0 +1,33 @@
+diff -urN gegl-0.1.6.old//operations/external/ff-load.c 
gegl-0.1.6/operations/external/ff-load.c
+--- gegl-0.1.6.old//operations/external/ff-load.c   2011-01-24 
19:03:30.0 -0300
 gegl-0.1.6/operations/external/ff-load.c2011-05-04 09:59:48.910379742 
-0300
+@@ -69,17 +69,17 @@
+ {
+   switch (err)
+ {
+-case AVERROR_NUMEXPECTED:
++case AVERROR(EDOM):
+   g_warning (%s: Incorrect image filename syntax.\n
+  Use '%%d' to specify the image number:\n
+for img1.jpg, img2.jpg, ..., use 'img%%d.jpg';\n
+for img001.jpg, img002.jpg, ..., use 'img%%03d.jpg'.\n,
+  filename);
+   break;
+-case AVERROR_INVALIDDATA:
++case AVERROR(EINVAL):
+   g_warning (%s: Error while parsing header\n, filename);
+   break;
+-case AVERROR_NOFMT:
++case AVERROR(EILSEQ):
+   g_warning (%s: Unknown format\n, filename);
+   break;
+ default:
+@@ -278,7 +278,7 @@
+   for (i = 0; i p-ic-nb_streams; i++)
+ {
+   AVCodecContext *c = p-ic-streams[i]-codec;
+-  if (c-codec_type == CODEC_TYPE_VIDEO)
++  if (c-codec_type == AVMEDIA_TYPE_VIDEO)
+ {
+   p-video_st = p-ic-streams[i];
+   p-video_stream = i;

Modified: PKGBUILD
===
--- PKGBUILD2011-11-01 00:42:15 UTC (rev 141631)
+++ PKGBUILD2011-11-01 00:51:41 UTC (rev 141632)
@@ -3,24 +3,26 @@
 
 pkgname=gegl
 pkgver=0.1.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Graph based image processing framework
 arch=('i686' 'x86_64')
 url=http://www.gegl.org/;
 license=('GPL3' 'LGPL3')
-depends=('babl' 'libpng' 'libjpeg' 'gtk2')
+depends=('babl' 'gtk2')
 makedepends=('ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 'exiv2')
 optdepends=('openexr: for using the openexr plugin' \
 'ffmpeg: for using the ffmpeg plugin' \
 'librsvg: for using the svg plugin' \
 'jasper: for using the jasper plugin')
 options=('!libtool')
-source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('af5e5a7d3c7ddfaa2b3414de2a7e9113')
-sha1sums=('27bedcfd077da7a6913b82966dbec904b22c121d')
+source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
 \
+0.1.6-ffmpeg.patch)
+sha1sums=('27bedcfd077da7a6913b82966dbec904b22c121d'
+  'd62d4987f1c0fc256f5968271fc65cce0cc4c195')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/0.1.6-ffmpeg.patch
   ./configure  --prefix=/usr  --with-sdl --with-openexr --with-librsvg \
 --with-libavformat --with-jasper --disable-docs
   make



[arch-commits] Commit in gegl/repos (6 files)

2011-10-31 Thread Eric Bélanger
Date: Monday, October 31, 2011 @ 20:51:56
  Author: eric
Revision: 141633

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gegl/repos/staging-i686/
  gegl/repos/staging-i686/0.1.6-ffmpeg.patch
(from rev 141632, gegl/trunk/0.1.6-ffmpeg.patch)
  gegl/repos/staging-i686/PKGBUILD
(from rev 141632, gegl/trunk/PKGBUILD)
  gegl/repos/staging-x86_64/
  gegl/repos/staging-x86_64/0.1.6-ffmpeg.patch
(from rev 141632, gegl/trunk/0.1.6-ffmpeg.patch)
  gegl/repos/staging-x86_64/PKGBUILD
(from rev 141632, gegl/trunk/PKGBUILD)

---+
 staging-i686/0.1.6-ffmpeg.patch   |   33 +
 staging-i686/PKGBUILD |   34 ++
 staging-x86_64/0.1.6-ffmpeg.patch |   33 +
 staging-x86_64/PKGBUILD   |   34 ++
 4 files changed, 134 insertions(+)

Copied: gegl/repos/staging-i686/0.1.6-ffmpeg.patch (from rev 141632, 
gegl/trunk/0.1.6-ffmpeg.patch)
===
--- staging-i686/0.1.6-ffmpeg.patch (rev 0)
+++ staging-i686/0.1.6-ffmpeg.patch 2011-11-01 00:51:56 UTC (rev 141633)
@@ -0,0 +1,33 @@
+diff -urN gegl-0.1.6.old//operations/external/ff-load.c 
gegl-0.1.6/operations/external/ff-load.c
+--- gegl-0.1.6.old//operations/external/ff-load.c   2011-01-24 
19:03:30.0 -0300
 gegl-0.1.6/operations/external/ff-load.c2011-05-04 09:59:48.910379742 
-0300
+@@ -69,17 +69,17 @@
+ {
+   switch (err)
+ {
+-case AVERROR_NUMEXPECTED:
++case AVERROR(EDOM):
+   g_warning (%s: Incorrect image filename syntax.\n
+  Use '%%d' to specify the image number:\n
+for img1.jpg, img2.jpg, ..., use 'img%%d.jpg';\n
+for img001.jpg, img002.jpg, ..., use 'img%%03d.jpg'.\n,
+  filename);
+   break;
+-case AVERROR_INVALIDDATA:
++case AVERROR(EINVAL):
+   g_warning (%s: Error while parsing header\n, filename);
+   break;
+-case AVERROR_NOFMT:
++case AVERROR(EILSEQ):
+   g_warning (%s: Unknown format\n, filename);
+   break;
+ default:
+@@ -278,7 +278,7 @@
+   for (i = 0; i p-ic-nb_streams; i++)
+ {
+   AVCodecContext *c = p-ic-streams[i]-codec;
+-  if (c-codec_type == CODEC_TYPE_VIDEO)
++  if (c-codec_type == AVMEDIA_TYPE_VIDEO)
+ {
+   p-video_st = p-ic-streams[i];
+   p-video_stream = i;

Copied: gegl/repos/staging-i686/PKGBUILD (from rev 141632, gegl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-11-01 00:51:56 UTC (rev 141633)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gegl
+pkgver=0.1.6
+pkgrel=2
+pkgdesc=Graph based image processing framework
+arch=('i686' 'x86_64')
+url=http://www.gegl.org/;
+license=('GPL3' 'LGPL3')
+depends=('babl' 'gtk2')
+makedepends=('ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 'exiv2')
+optdepends=('openexr: for using the openexr plugin' \
+'ffmpeg: for using the ffmpeg plugin' \
+'librsvg: for using the svg plugin' \
+'jasper: for using the jasper plugin')
+options=('!libtool')
+source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
 \
+0.1.6-ffmpeg.patch)
+sha1sums=('27bedcfd077da7a6913b82966dbec904b22c121d'
+  'd62d4987f1c0fc256f5968271fc65cce0cc4c195')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/0.1.6-ffmpeg.patch
+  ./configure  --prefix=/usr  --with-sdl --with-openexr --with-librsvg \
+--with-libavformat --with-jasper --disable-docs
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gegl/repos/staging-x86_64/0.1.6-ffmpeg.patch (from rev 141632, 
gegl/trunk/0.1.6-ffmpeg.patch)
===
--- staging-x86_64/0.1.6-ffmpeg.patch   (rev 0)
+++ staging-x86_64/0.1.6-ffmpeg.patch   2011-11-01 00:51:56 UTC (rev 141633)
@@ -0,0 +1,33 @@
+diff -urN gegl-0.1.6.old//operations/external/ff-load.c 
gegl-0.1.6/operations/external/ff-load.c
+--- gegl-0.1.6.old//operations/external/ff-load.c   2011-01-24 
19:03:30.0 -0300
 gegl-0.1.6/operations/external/ff-load.c2011-05-04 09:59:48.910379742 
-0300
+@@ -69,17 +69,17 @@
+ {
+   switch (err)
+ {
+-case AVERROR_NUMEXPECTED:
++case AVERROR(EDOM):
+   g_warning (%s: Incorrect image filename syntax.\n
+  Use '%%d' to specify the image number:\n
+for img1.jpg, img2.jpg, ..., use 'img%%d.jpg';\n
+for img001.jpg, img002.jpg, ..., use 'img%%03d.jpg'.\n,
+  filename);
+   

[arch-commits] Commit in sox/trunk (PKGBUILD sox-14.3.2-ffmpeg.patch)

2011-10-31 Thread Eric Bélanger
Date: Monday, October 31, 2011 @ 22:15:59
  Author: eric
Revision: 141634

upgpkg: sox 14.3.2-4

Rebuild against ffmpeg 20111030, Clean up depends

Added:
  sox/trunk/sox-14.3.2-ffmpeg.patch
Modified:
  sox/trunk/PKGBUILD

-+
 PKGBUILD|   12 +++-
 sox-14.3.2-ffmpeg.patch |   40 
 2 files changed, 47 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-01 00:51:56 UTC (rev 141633)
+++ PKGBUILD2011-11-01 02:15:59 UTC (rev 141634)
@@ -3,12 +3,12 @@
 
 pkgname=sox
 pkgver=14.3.2
-pkgrel=3
+pkgrel=4
 pkgdesc=The Swiss Army knife of sound processing tools
 arch=('i686' 'x86_64')
 url=http://sox.sourceforge.net/;
 license=('GPL' 'LGPL')
-depends=('libtool' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr')
+depends=('libltdl' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr')
 makedepends=('ffmpeg' 'libao' 'libmad' 'libid3tag' 'wavpack' 'libpulse')
 optdepends=('libao: for ao plugin'
 'ffmpeg: for ffmpeg plugin'
@@ -17,12 +17,14 @@
 'wavpack: for wavpack plugin'
 'libpulse: for pulse plugin')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f6e1999b05d9b0cc9bb47ce8d3208dee')
-sha1sums=('026636c90d7accba76225a2821aaa2ffa6fe41a3')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+sox-14.3.2-ffmpeg.patch)
+sha1sums=('026636c90d7accba76225a2821aaa2ffa6fe41a3'
+  '86caa6aa86a0bf7a048522114d4efd11acbbda70')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/sox-14.3.2-ffmpeg.patch
   sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.am
   ./configure --prefix=/usr --sysconfdir=/etc \
 --with-dyn-default --with-distro=Arch Linux

Added: sox-14.3.2-ffmpeg.patch
===
--- sox-14.3.2-ffmpeg.patch (rev 0)
+++ sox-14.3.2-ffmpeg.patch 2011-11-01 02:15:59 UTC (rev 141634)
@@ -0,0 +1,40 @@
+Index: sox-14.3.2/src/ffmpeg.c
+===
+--- sox-14.3.2.orig/src/ffmpeg.c
 sox-14.3.2/src/ffmpeg.c
+@@ -91,7 +91,7 @@ static int stream_component_open(priv_t
+ 
+   if (!codec || avcodec_open(enc, codec)  0)
+ return -1;
+-  if (enc-codec_type != CODEC_TYPE_AUDIO) {
++  if (enc-codec_type != AVMEDIA_TYPE_AUDIO) {
+ lsx_fail(ffmpeg CODEC %x is not an audio CODEC, enc-codec_type);
+ return -1;
+   }
+@@ -182,7 +182,7 @@ static int startread(sox_format_t * ft)
+   /* Find audio stream (FIXME: allow different stream to be selected) */
+   for (i = 0; (unsigned)i  ffmpeg-ctxt-nb_streams; i++) {
+ AVCodecContext *enc = ffmpeg-ctxt-streams[i]-codec;
+-if (enc-codec_type == CODEC_TYPE_AUDIO  ffmpeg-audio_index  0) {
++if (enc-codec_type == AVMEDIA_TYPE_AUDIO  ffmpeg-audio_index  0) {
+   ffmpeg-audio_index = i;
+   break;
+ }
+@@ -273,7 +273,7 @@ static AVStream *add_audio_stream(sox_fo
+ 
+   c = st-codec;
+   c-codec_id = codec_id;
+-  c-codec_type = CODEC_TYPE_AUDIO;
++  c-codec_type = AVMEDIA_TYPE_AUDIO;
+ 
+   /* put sample parameters */
+   c-bit_rate = 256000;  /* FIXME: allow specification */
+@@ -423,7 +423,7 @@ static size_t write_samples(sox_format_t
+   av_init_packet(pkt);
+   pkt.size = avcodec_encode_audio(c, ffmpeg-audio_buf_aligned, 
AVCODEC_MAX_AUDIO_FRAME_SIZE, ffmpeg-samples);
+   pkt.pts = av_rescale_q(c-coded_frame-pts, c-time_base, 
ffmpeg-audio_st-time_base);
+-  pkt.flags |= PKT_FLAG_KEY;
++  pkt.flags |= AV_PKT_FLAG_KEY;
+   pkt.stream_index = ffmpeg-audio_st-index;
+   pkt.data = ffmpeg-audio_buf_aligned;
+ 



[arch-commits] Commit in sox/repos (6 files)

2011-10-31 Thread Eric Bélanger
Date: Monday, October 31, 2011 @ 22:16:15
  Author: eric
Revision: 141635

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  sox/repos/staging-i686/
  sox/repos/staging-i686/PKGBUILD
(from rev 141634, sox/trunk/PKGBUILD)
  sox/repos/staging-i686/sox-14.3.2-ffmpeg.patch
(from rev 141634, sox/trunk/sox-14.3.2-ffmpeg.patch)
  sox/repos/staging-x86_64/
  sox/repos/staging-x86_64/PKGBUILD
(from rev 141634, sox/trunk/PKGBUILD)
  sox/repos/staging-x86_64/sox-14.3.2-ffmpeg.patch
(from rev 141634, sox/trunk/sox-14.3.2-ffmpeg.patch)

+
 staging-i686/PKGBUILD  |   37 
 staging-i686/sox-14.3.2-ffmpeg.patch   |   40 +++
 staging-x86_64/PKGBUILD|   37 
 staging-x86_64/sox-14.3.2-ffmpeg.patch |   40 +++
 4 files changed, 154 insertions(+)

Copied: sox/repos/staging-i686/PKGBUILD (from rev 141634, sox/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-11-01 02:16:15 UTC (rev 141635)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=sox
+pkgver=14.3.2
+pkgrel=4
+pkgdesc=The Swiss Army knife of sound processing tools
+arch=('i686' 'x86_64')
+url=http://sox.sourceforge.net/;
+license=('GPL' 'LGPL')
+depends=('libltdl' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr')
+makedepends=('ffmpeg' 'libao' 'libmad' 'libid3tag' 'wavpack' 'libpulse')
+optdepends=('libao: for ao plugin'
+'ffmpeg: for ffmpeg plugin'
+'libmad: for mp3 plugin'
+'libid3tag: for mp3 plugin'
+'wavpack: for wavpack plugin'
+'libpulse: for pulse plugin')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+sox-14.3.2-ffmpeg.patch)
+sha1sums=('026636c90d7accba76225a2821aaa2ffa6fe41a3'
+  '86caa6aa86a0bf7a048522114d4efd11acbbda70')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/sox-14.3.2-ffmpeg.patch
+  sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.am
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--with-dyn-default --with-distro=Arch Linux
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: sox/repos/staging-i686/sox-14.3.2-ffmpeg.patch (from rev 141634, 
sox/trunk/sox-14.3.2-ffmpeg.patch)
===
--- staging-i686/sox-14.3.2-ffmpeg.patch(rev 0)
+++ staging-i686/sox-14.3.2-ffmpeg.patch2011-11-01 02:16:15 UTC (rev 
141635)
@@ -0,0 +1,40 @@
+Index: sox-14.3.2/src/ffmpeg.c
+===
+--- sox-14.3.2.orig/src/ffmpeg.c
 sox-14.3.2/src/ffmpeg.c
+@@ -91,7 +91,7 @@ static int stream_component_open(priv_t
+ 
+   if (!codec || avcodec_open(enc, codec)  0)
+ return -1;
+-  if (enc-codec_type != CODEC_TYPE_AUDIO) {
++  if (enc-codec_type != AVMEDIA_TYPE_AUDIO) {
+ lsx_fail(ffmpeg CODEC %x is not an audio CODEC, enc-codec_type);
+ return -1;
+   }
+@@ -182,7 +182,7 @@ static int startread(sox_format_t * ft)
+   /* Find audio stream (FIXME: allow different stream to be selected) */
+   for (i = 0; (unsigned)i  ffmpeg-ctxt-nb_streams; i++) {
+ AVCodecContext *enc = ffmpeg-ctxt-streams[i]-codec;
+-if (enc-codec_type == CODEC_TYPE_AUDIO  ffmpeg-audio_index  0) {
++if (enc-codec_type == AVMEDIA_TYPE_AUDIO  ffmpeg-audio_index  0) {
+   ffmpeg-audio_index = i;
+   break;
+ }
+@@ -273,7 +273,7 @@ static AVStream *add_audio_stream(sox_fo
+ 
+   c = st-codec;
+   c-codec_id = codec_id;
+-  c-codec_type = CODEC_TYPE_AUDIO;
++  c-codec_type = AVMEDIA_TYPE_AUDIO;
+ 
+   /* put sample parameters */
+   c-bit_rate = 256000;  /* FIXME: allow specification */
+@@ -423,7 +423,7 @@ static size_t write_samples(sox_format_t
+   av_init_packet(pkt);
+   pkt.size = avcodec_encode_audio(c, ffmpeg-audio_buf_aligned, 
AVCODEC_MAX_AUDIO_FRAME_SIZE, ffmpeg-samples);
+   pkt.pts = av_rescale_q(c-coded_frame-pts, c-time_base, 
ffmpeg-audio_st-time_base);
+-  pkt.flags |= PKT_FLAG_KEY;
++  pkt.flags |= AV_PKT_FLAG_KEY;
+   pkt.stream_index = ffmpeg-audio_st-index;
+   pkt.data = ffmpeg-audio_buf_aligned;
+ 

Copied: sox/repos/staging-x86_64/PKGBUILD (from rev 141634, sox/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-11-01 02:16:15 UTC (rev 141635)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=sox
+pkgver=14.3.2
+pkgrel=4
+pkgdesc=The Swiss Army knife of sound processing tools

[arch-commits] Commit in xine-lib/trunk (PKGBUILD xine-lib-1.1.19-ffmpeg.patch)

2011-10-31 Thread Eric Bélanger
Date: Monday, October 31, 2011 @ 22:50:44
  Author: eric
Revision: 141636

upgpkg: xine-lib 1.1.19-6

Rebuild against ffmpeg 20111030, Clean up depends

Added:
  xine-lib/trunk/xine-lib-1.1.19-ffmpeg.patch
Modified:
  xine-lib/trunk/PKGBUILD

--+
 PKGBUILD |   22 +-
 xine-lib-1.1.19-ffmpeg.patch |  380 +
 2 files changed, 391 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-01 02:16:15 UTC (rev 141635)
+++ PKGBUILD2011-11-01 02:50:44 UTC (rev 141636)
@@ -3,12 +3,12 @@
 
 pkgname=xine-lib
 pkgver=1.1.19
-pkgrel=5
+pkgrel=6
 pkgdesc=A multimedia playback engine
 arch=('i686' 'x86_64')
 url=http://www.xine-project.org;
 license=('LGPL' 'GPL')
-depends=('libgl' 'libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug')
+depends=('libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug')
 makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa'
  'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 'speex' 
'aalib')
 optdepends=('imagemagick: for using the imagemagick plugin' \
@@ -25,19 +25,19 @@
 'libmng: for using the mng plugin' \
 'aalib: for using the aalib plugin')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2
-xine-lib-1.1.1-configure-no-mcpu-march.patch 
xine-lib-1.1.19-xvmc.patch)
-md5sums=('a410a0f0617e1d6309f0cbe907f73f8a'
- '9776df4eb54d2f1f68d8268adbc3b5c2'
- '8662fb124870b1dd7effe4ff5e2a2e3d')
-sha1sums=('5afcc28c5cf2bdaab99d951960f6587797e1e5a0'
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz
+xine-lib-1.1.1-configure-no-mcpu-march.patch xine-lib-1.1.19-xvmc.patch
+xine-lib-1.1.19-ffmpeg.patch)
+sha1sums=('f65f762d2e16adf04b9d715c91ee0bc02c322a7d'
   '121a8358d7919b2e51067412373f52848290338a'
-  '920bf27e6e3523dfe4cc9c802ff713e9688a3f34')
+  '920bf27e6e3523dfe4cc9c802ff713e9688a3f34'
+  'd70f14c3dbb59b65c581575fa1fe13aeeb38f1b1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p0  ../xine-lib-1.1.1-configure-no-mcpu-march.patch
-  patch -p0  ../xine-lib-1.1.19-xvmc.patch
+  patch -p0 -i ${srcdir}/xine-lib-1.1.1-configure-no-mcpu-march.patch
+  patch -p0 -i ${srcdir}/xine-lib-1.1.19-xvmc.patch
+  patch -p1 -i ${srcdir}/xine-lib-1.1.19-ffmpeg.patch
   sed -i 's|linux/videodev.h|libv4l1-videodev.h|' \
 configure.ac src/input/input_v4l.c src/video_out/video_out_syncfb.h
 

Added: xine-lib-1.1.19-ffmpeg.patch
===
--- xine-lib-1.1.19-ffmpeg.patch(rev 0)
+++ xine-lib-1.1.19-ffmpeg.patch2011-11-01 02:50:44 UTC (rev 141636)
@@ -0,0 +1,380 @@
+diff -r 717450d734f7 src/combined/ffmpeg/ff_audio_decoder.c
+--- a/src/combined/ffmpeg/ff_audio_decoder.c   Mon May 16 15:49:02 2011 +0100
 b/src/combined/ffmpeg/ff_audio_decoder.c   Mon May 16 19:46:49 2011 -0400
+@@ -46,6 +46,12 @@
+ 
+ #define AUDIOBUFSIZE (64 * 1024)
+ 
++#if LIBAVCODEC_VERSION_MAJOR = 53 || (LIBAVCODEC_VERSION_MAJOR == 52  
LIBAVCODEC_VERSION_MINOR = 32)
++#  define AVAUDIO 3
++#else
++#  define AVAUDIO 2
++#endif
++
+ typedef struct {
+   audio_decoder_class_t   decoder_class;
+ } ff_audio_class_t;
+@@ -255,6 +261,9 @@
+   buf-decoder_info[2]);
+ 
+   } else if (!(buf-decoder_flags  BUF_FLAG_SPECIAL)) {
++#if AVAUDIO  2
++AVPacket avpkt;
++#endif
+ 
+ if( !this-decoder_ok ) {
+   if ( ! this-context || ! this-codec ) {
+@@ -286,11 +295,21 @@
+ if (!this-output_open) {
+   if (!this-audio_bits || !this-audio_sample_rate || 
!this-audio_channels) {
+ decode_buffer_size = AVCODEC_MAX_AUDIO_FRAME_SIZE;
++#if AVAUDIO  2
++  av_init_packet (avpkt);
++  avpkt.data = (uint8_t *)this-buf[0];
++  avpkt.size = this-size;
++  avpkt.flags = AV_PKT_FLAG_KEY;
++  avcodec_decode_audio3 (this-context,
++ (int16_t *)this-decode_buffer,
++ decode_buffer_size, avpkt);
++#else
+ avcodec_decode_audio2 (this-context,
+   (int16_t *)this-decode_buffer,
+   decode_buffer_size,
+   this-buf[0],
+   this-size);
++#endif
+   this-audio_bits = this-context-bits_per_sample;
+   this-audio_sample_rate = this-context-sample_rate;
+   this-audio_channels = this-context-channels;
+@@ -311,12 +330,21 @@
+   offset = 0;
+   while (this-size0) {
+ decode_buffer_size = AVCODEC_MAX_AUDIO_FRAME_SIZE;
++#if AVAUDIO  2
++  av_init_packet (avpkt);
++  avpkt.data = (uint8_t *)this-buf[offset];
++  avpkt.size = this-size;
++  avpkt.flags = AV_PKT_FLAG_KEY;
++  bytes_consumed = 

[arch-commits] Commit in xine-lib/repos (10 files)

2011-10-31 Thread Eric Bélanger
Date: Monday, October 31, 2011 @ 22:51:18
  Author: eric
Revision: 141637

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xine-lib/repos/staging-i686/
  xine-lib/repos/staging-i686/PKGBUILD
(from rev 141636, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/staging-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch
(from rev 141636, 
xine-lib/trunk/xine-lib-1.1.1-configure-no-mcpu-march.patch)
  xine-lib/repos/staging-i686/xine-lib-1.1.19-ffmpeg.patch
(from rev 141636, xine-lib/trunk/xine-lib-1.1.19-ffmpeg.patch)
  xine-lib/repos/staging-i686/xine-lib-1.1.19-xvmc.patch
(from rev 141636, xine-lib/trunk/xine-lib-1.1.19-xvmc.patch)
  xine-lib/repos/staging-x86_64/
  xine-lib/repos/staging-x86_64/PKGBUILD
(from rev 141636, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/staging-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch
(from rev 141636, 
xine-lib/trunk/xine-lib-1.1.1-configure-no-mcpu-march.patch)
  xine-lib/repos/staging-x86_64/xine-lib-1.1.19-ffmpeg.patch
(from rev 141636, xine-lib/trunk/xine-lib-1.1.19-ffmpeg.patch)
  xine-lib/repos/staging-x86_64/xine-lib-1.1.19-xvmc.patch
(from rev 141636, xine-lib/trunk/xine-lib-1.1.19-xvmc.patch)

-+
 staging-i686/PKGBUILD   |   56 +
 staging-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch   |   13 
 staging-i686/xine-lib-1.1.19-ffmpeg.patch   |  380 ++
 staging-i686/xine-lib-1.1.19-xvmc.patch |   17 
 staging-x86_64/PKGBUILD |   56 +
 staging-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch |   13 
 staging-x86_64/xine-lib-1.1.19-ffmpeg.patch |  380 ++
 staging-x86_64/xine-lib-1.1.19-xvmc.patch   |   17 
 8 files changed, 932 insertions(+)

Copied: xine-lib/repos/staging-i686/PKGBUILD (from rev 141636, 
xine-lib/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-11-01 02:51:18 UTC (rev 141637)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.1.19
+pkgrel=6
+pkgdesc=A multimedia playback engine
+arch=('i686' 'x86_64')
+url=http://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa'
+ 'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 'speex' 
'aalib')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'smbclient: for using the smb plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin' \
+'mesa: for using the opengl plugin' \
+'libpulse: for using the pulseaudio plugin' \
+'speex: for using the speex plugin' \
+'v4l-utils: for using the v4l 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')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz
+xine-lib-1.1.1-configure-no-mcpu-march.patch xine-lib-1.1.19-xvmc.patch
+xine-lib-1.1.19-ffmpeg.patch)
+sha1sums=('f65f762d2e16adf04b9d715c91ee0bc02c322a7d'
+  '121a8358d7919b2e51067412373f52848290338a'
+  '920bf27e6e3523dfe4cc9c802ff713e9688a3f34'
+  'd70f14c3dbb59b65c581575fa1fe13aeeb38f1b1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/xine-lib-1.1.1-configure-no-mcpu-march.patch
+  patch -p0 -i ${srcdir}/xine-lib-1.1.19-xvmc.patch
+  patch -p1 -i ${srcdir}/xine-lib-1.1.19-ffmpeg.patch
+  sed -i 's|linux/videodev.h|libv4l1-videodev.h|' \
+configure.ac src/input/input_v4l.c src/video_out/video_out_syncfb.h
+
+  libtoolize --force --copy
+  aclocal -I m4
+  autoconf
+  automake --add-missing
+
+  ./configure --prefix=/usr --with-wavpack --with-external-ffmpeg 
--with-external-libfaad
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: 
xine-lib/repos/staging-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch (from 
rev 141636, xine-lib/trunk/xine-lib-1.1.1-configure-no-mcpu-march.patch)
===
--- staging-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch   
(rev 0)
+++ staging-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch   2011-11-01 
02:51:18 UTC (rev 141637)
@@ -0,0 +1,13 @@
+--- m4/optimizations.m4.orig   2005-11-27 01:20:08.0 +0100
 m4/optimizations.m42005-11-27 01:22:56.0 +0100
+@@ 

[arch-commits] Commit in libreoffice/trunk (PKGBUILD)

2011-10-31 Thread andyrtr
Date: Tuesday, November 1, 2011 @ 00:17:55
  Author: andyrtr
Revision: 141638

prepare next release

Modified:
  libreoffice/trunk/PKGBUILD

--+
 PKGBUILD |   45 -
 1 file changed, 12 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-01 02:51:18 UTC (rev 141637)
+++ PKGBUILD2011-11-01 04:17:55 UTC (rev 141638)
@@ -44,7 +44,7 @@
 license=('LGPL3')
 url=http://www.libreoffice.org/;
 makedepends=( # makedepends
- 'sane' 'perl-archive-zip' 'zip' 'unzip' 'xulrunner' 'unixodbc' 
'hsqldb-java' #'boost' - we use internal one for now that has some gcc4.6 fixes.
+ 'sane' 'perl-archive-zip' 'zip' 'unzip' 'xulrunner' 'unixodbc' 
'hsqldb-java' 'boost' #- we use internal one for now that has some gcc4.6 fixes.
  'apache-ant' 'gperf' 'poppler=0.18.0' 'kdelibs' 'gconf' 
'cppunit' #'libmysqlclient'
  'beanshell'  'vigra' 'libldap' 'lucene' 'libmythes' 'junit' 
'libwpg' 'imagemagick'
  'mesa' 'gstreamer0.10-base' 'java-environment'
@@ -53,9 +53,9 @@
  curl=7.20.0 hunspell=1.2.8 python2=2.7 'libwpd=0.9.2' 
'libwps' 'libxaw' neon=0.28.6
  'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
icu=4.6 'libxslt'
  'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite' 
- 'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'gtk2' 'orbit2' # keep gtk2 for install script
+ 'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'gtk2' 'orbit2' 'translate-toolkit' # keep gtk2 for install script
 'ttf-dejavu') # to satisfy regression tests
-# translate-toolkit - todo move them to extra to allow 
--with-system-foo builds
+
 # http://download.documentfoundation.org/mirrors/all.html
 # http://wiki.documentfoundation.org/Mirrors
 
@@ -88,9 +88,8 @@

${_additional_source_url}/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz

http://download.go-oo.org/src/0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2

http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll
-   
http://download.go-oo.org/extern/b4cae0700aa1c2aef7eb7f345365e6f1-translate-toolkit-1.8.1.tar.bz2

http://download.go-oo.org/src/90401bca927835b6fbae4a707ed187c8-nlpsolver-0.9.tar.bz2
-   
http://download.go-oo.org/src/f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2
+   
#http://download.go-oo.org/src/f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2

http://download.go-oo.org/src/451ccf439a36a568653b024534669971-ConvertTextToNumber-1.3.2.oxt

http://ooo.itc.hu/oxygenoffice/download/libreoffice/7e7efc5d4a03126bb9ae3ae9aa2c4e87-Barcode_1.3.1.0.oxt

http://ooo.itc.hu/oxygenoffice/download/libreoffice/41c9b65ad60af4b3255bbecdfef11736-Diagram_1.1.0.0.oxt
@@ -104,15 +103,8 @@
buildfix_boost.diff
buildfix_ct2n.diff
vbahelper.visibility.patch
-   scp2-more-reasonable-file-access-rights.diff
-   
java-detection.diff::http://cgit.freedesktop.org/libreoffice/libs-core/patch/?id=14bc9100d36eae3999f1623efce8ee84091da842
-   
oracle-recognition.diff::http://cgit.freedesktop.org/libreoffice/core/patch/?id=549e54fb2f8113502743c443d6deadfe648dede1
-   
poppler-check.diff::http://cgit.freedesktop.org/libreoffice/bootstrap/patch/?id=72a5f87cb3f0a367f1cd6a5cc15101acc83396fe
-   
pdfimport.diff::http://cgit.freedesktop.org/libreoffice/extensions/patch/?id=53e66aea4c1b3617363fd138a7903190d964da6b
-   
poppler-buildfix.diff::http://cgit.freedesktop.org/libreoffice/extensions/patch/?id=9540db43f3f1b11d3407a45aefda235d7e78f76b
-   
build-without-glib-poppler-bindings.diff::http://cgit.freedesktop.org/libreoffice/extensions/patch/?id=a9cc06fa45d4cd9547f40a9869c64c912b821b42)
+   scp2-more-reasonable-file-access-rights.diff)
 noextract=(185d60944ea767075d27247c3162b3bc-unowinreg.dll
-   b4cae0700aa1c2aef7eb7f345365e6f1-translate-toolkit-1.8.1.tar.bz2
0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2
ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
@@ -148,7 +140,8 @@
dbaafd21de055e582d92d7d32fe9da13-gdocs_2.3.1.oxt
b7b2d0e04e142f26dd96119c80757d1f-oooblogger_0.1.oxt
90401bca927835b6fbae4a707ed187c8-nlpsolver-0.9.tar.bz2
-   f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2)
+   #f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2
+   )
 md5sums=('e72c2e635a7d135b023a7f6bb5702d68'
  'ceff417262fb7126d88ae007e062e3ce'
  '1e7cd7836b147101802c8f89fee67675'
@@ -193,9 +186,7 @@
  '18f577b374d60b3c760a3a3350407632'
  '0ff7d225d087793c8c2c680d77aac3e7'
  '185d60944ea767075d27247c3162b3bc'
- 'b4cae0700aa1c2aef7eb7f345365e6f1'
  

[arch-commits] Commit in transcode/trunk (PKGBUILD transcode-1.1.5-ffmpeg.patch)

2011-10-31 Thread Eric Bélanger
Date: Tuesday, November 1, 2011 @ 00:59:42
  Author: eric
Revision: 141639

upgpkg: transcode 1.1.5-7

Rebuild against ffmpeg 20111030, Add gawk depends

Added:
  transcode/trunk/transcode-1.1.5-ffmpeg.patch
Modified:
  transcode/trunk/PKGBUILD

--+
 PKGBUILD |   14 +---
 transcode-1.1.5-ffmpeg.patch |  124 +
 2 files changed, 130 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-01 04:17:55 UTC (rev 141638)
+++ PKGBUILD2011-11-01 04:59:42 UTC (rev 141639)
@@ -6,31 +6,29 @@
 pkgname=transcode
 _sripver=0.3-4
 pkgver=1.1.5
-pkgrel=6
+pkgrel=7
 pkgdesc=A video/DVD ripper and encoder for the terminal/console
 arch=('i686' 'x86_64')
 url=http://tcforge.berlios.de/;
 license=('GPL')
-depends=('imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
+depends=('gawk' 'imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
 'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
 makedepends=('nasm')
 options=('!libtool' '!makeflags')
 source=(http://download2.berlios.de/tcforge/${pkgname}-${pkgver}.tar.bz2

http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
-   transcode-1.1.5-jpeg-7.patch  transcode-1.1.5-mpa.patch)
-md5sums=('41ac6b1c0fe30f3aab286e771fc31b9e'
- 'c0bd49a88f667c68c4430ad25bbed510'
- 'af4056b7530a6f147594f676849e7c7b'
- 'c299cfc6c4be6a5512d1a129f04e5450')
+   transcode-1.1.5-jpeg-7.patch  transcode-1.1.5-mpa.patch 
transcode-1.1.5-ffmpeg.patch)
 sha1sums=('48c36e06ca0cd1cdc1a9c6a241e231f896eefd26'
   'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
   '9e380c00a3b31725dc3ec483fa7bf5e3d8a8a977'
-  '6f45d9167c3aa15a83cb29545749f55eb1f1e5a2')
+  '6f45d9167c3aa15a83cb29545749f55eb1f1e5a2'
+  '2d3bb4486394ee55540e772f134e193874e5c2b4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -p0  ../transcode-1.1.5-jpeg-7.patch
   patch -p1  ../transcode-1.1.5-mpa.patch
+  patch -p1  ../transcode-1.1.5-ffmpeg.patch
 
  # building from here
   ./configure --prefix=/usr \

Added: transcode-1.1.5-ffmpeg.patch
===
--- transcode-1.1.5-ffmpeg.patch(rev 0)
+++ transcode-1.1.5-ffmpeg.patch2011-11-01 04:59:42 UTC (rev 141639)
@@ -0,0 +1,124 @@
+Index: transcode-1.1.5/encode/encode_lavc.c
+===
+--- transcode-1.1.5.orig/encode/encode_lavc.c
 transcode-1.1.5/encode/encode_lavc.c
+@@ -955,8 +955,6 @@ static void tc_lavc_config_defaults(TCLa
+ /* 
+  * context *transcode* (not libavcodec) defaults
+  */
+-pd-ff_vcontext.mb_qmin = 2;
+-pd-ff_vcontext.mb_qmax = 31;
+ pd-ff_vcontext.max_qdiff   = 3;
+ pd-ff_vcontext.max_b_frames= 0;
+ pd-ff_vcontext.me_range= 0;
+@@ -1116,8 +1114,6 @@ static int tc_lavc_read_config(TCLavcPri
+ //  handled by transcode core
+ //  { vqmax, PCTX(qmax), TCCONF_TYPE_INT, TCCONF_FLAG_RANGE, 1, 60 
},
+ //  handled by transcode core
+-{ mbqmin, PCTX(mb_qmin), TCCONF_TYPE_INT, TCCONF_FLAG_RANGE, 1, 60 
},
+-{ mbqmax, PCTX(mb_qmax), TCCONF_TYPE_INT, TCCONF_FLAG_RANGE, 1, 60 
},
+ { lmin, PAUX(lmin), TCCONF_TYPE_FLOAT, TCCONF_FLAG_RANGE, 0.01, 
255.0 },
+ { lmax, PAUX(lmax), TCCONF_TYPE_FLOAT, TCCONF_FLAG_RANGE, 0.01, 
255.0 },
+ { vqdiff, PCTX(max_qdiff), TCCONF_TYPE_INT, TCCONF_FLAG_RANGE, 1, 
31 },
+Index: transcode-1.1.5/export/aud_aux.c
+===
+--- transcode-1.1.5.orig/export/aud_aux.c
 transcode-1.1.5/export/aud_aux.c
+@@ -347,7 +347,7 @@ static int tc_audio_init_ffmpeg(vob_t *v
+ //-- set parameters (bitrate, channels and sample-rate) --
+ //
+ memset(mpa_ctx, 0, sizeof(mpa_ctx));  // default all
+-mpa_ctx.codec_type  = CODEC_TYPE_AUDIO;
++mpa_ctx.codec_type  = AVMEDIA_TYPE_AUDIO;
+ mpa_ctx.bit_rate= vob-mp3bitrate * 1000;  // bitrate dest.
+ mpa_ctx.channels= vob-dm_chan;// channels
+ mpa_ctx.sample_rate = vob-a_rate;
+Index: transcode-1.1.5/export/export_ffmpeg.c
+===
+--- transcode-1.1.5.orig/export/export_ffmpeg.c
 transcode-1.1.5/export/export_ffmpeg.c
+@@ -643,8 +643,6 @@ MOD_init
+ 
+ lavc_venc_context-bit_rate   = vob-divxbitrate * 1000;
+ lavc_venc_context-bit_rate_tolerance = lavc_param_vrate_tolerance * 1000;
+-lavc_venc_context-mb_qmin= lavc_param_mb_qmin;
+-lavc_venc_context-mb_qmax= lavc_param_mb_qmax;
+ lavc_venc_context-lmin= (int)(FF_QP2LAMBDA 

[arch-commits] Commit in transcode/repos (10 files)

2011-10-31 Thread Eric Bélanger
Date: Tuesday, November 1, 2011 @ 01:00:23
  Author: eric
Revision: 141640

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  transcode/repos/staging-i686/
  transcode/repos/staging-i686/PKGBUILD
(from rev 141639, transcode/trunk/PKGBUILD)
  transcode/repos/staging-i686/transcode-1.1.5-ffmpeg.patch
(from rev 141639, transcode/trunk/transcode-1.1.5-ffmpeg.patch)
  transcode/repos/staging-i686/transcode-1.1.5-jpeg-7.patch
(from rev 141639, transcode/trunk/transcode-1.1.5-jpeg-7.patch)
  transcode/repos/staging-i686/transcode-1.1.5-mpa.patch
(from rev 141639, transcode/trunk/transcode-1.1.5-mpa.patch)
  transcode/repos/staging-x86_64/
  transcode/repos/staging-x86_64/PKGBUILD
(from rev 141639, transcode/trunk/PKGBUILD)
  transcode/repos/staging-x86_64/transcode-1.1.5-ffmpeg.patch
(from rev 141639, transcode/trunk/transcode-1.1.5-ffmpeg.patch)
  transcode/repos/staging-x86_64/transcode-1.1.5-jpeg-7.patch
(from rev 141639, transcode/trunk/transcode-1.1.5-jpeg-7.patch)
  transcode/repos/staging-x86_64/transcode-1.1.5-mpa.patch
(from rev 141639, transcode/trunk/transcode-1.1.5-mpa.patch)

-+
 staging-i686/PKGBUILD   |   78 
 staging-i686/transcode-1.1.5-ffmpeg.patch   |  124 ++
 staging-i686/transcode-1.1.5-jpeg-7.patch   |   16 +++
 staging-i686/transcode-1.1.5-mpa.patch  |   10 ++
 staging-x86_64/PKGBUILD |   78 
 staging-x86_64/transcode-1.1.5-ffmpeg.patch |  124 ++
 staging-x86_64/transcode-1.1.5-jpeg-7.patch |   16 +++
 staging-x86_64/transcode-1.1.5-mpa.patch|   10 ++
 8 files changed, 456 insertions(+)

Copied: transcode/repos/staging-i686/PKGBUILD (from rev 141639, 
transcode/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-11-01 05:00:23 UTC (rev 141640)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer:
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: roberto robe...@archlinux.org
+
+pkgname=transcode
+_sripver=0.3-4
+pkgver=1.1.5
+pkgrel=7
+pkgdesc=A video/DVD ripper and encoder for the terminal/console
+arch=('i686' 'x86_64')
+url=http://tcforge.berlios.de/;
+license=('GPL')
+depends=('gawk' 'imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
+'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
+makedepends=('nasm')
+options=('!libtool' '!makeflags')
+source=(http://download2.berlios.de/tcforge/${pkgname}-${pkgver}.tar.bz2
+   
http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
+   transcode-1.1.5-jpeg-7.patch  transcode-1.1.5-mpa.patch 
transcode-1.1.5-ffmpeg.patch)
+sha1sums=('48c36e06ca0cd1cdc1a9c6a241e231f896eefd26'
+  'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
+  '9e380c00a3b31725dc3ec483fa7bf5e3d8a8a977'
+  '6f45d9167c3aa15a83cb29545749f55eb1f1e5a2'
+  '2d3bb4486394ee55540e772f134e193874e5c2b4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p0  ../transcode-1.1.5-jpeg-7.patch
+  patch -p1  ../transcode-1.1.5-mpa.patch
+  patch -p1  ../transcode-1.1.5-ffmpeg.patch
+
+ # building from here
+  ./configure --prefix=/usr \
+--enable-sse=no --enable-sse2=no --enable-altivec=no --enable-mmx \
+--enable-lame --enable-ogg --enable-vorbis --enable-theora \
+--enable-libdv --enable-libxml2 --enable-v4l \
+--enable-imagemagick --enable-libjpeg --enable-lzo --enable-mjpegtools \
+--enable-sdl --enable-freetype2 --enable-a52 --enable-libpostproc \
+--enable-xvid --enable-x264 --enable-alsa \
+--enable-libmpeg2 --enable-libmpeg2convert \
+--with-libxml2-prefix=/usr \
+--with-mjpegtools-prefix=/usr \
+--with-imagemagick-prefix=/usr \
+--with-libdv-includes=/usr \
+--with-libpostproc-includes=/usr/include/libpostproc \
+--with-ogg-prefix=/usr \
+--with-lame-libs=/usr \
+--with-lzo-libs=/usr/lib \
+--with-libavcodec-prefix=/usr \
+--with-libavcodec-includes=/usr/include \
+--with-libavcodec-libs=/usr/lib
+
+  make
+ ##
+ # this imports the latest subtitleripper sources and replaces the internal
+  mkdir contrib
+  mv ${srcdir}/subtitleripper contrib/subrip
+ # removes dependency on libppm, make it dependend on netpbm just failed, 
argh...
+  cd contrib/subrip
+  sed -e 's|^\(.*lppm.*\)$|#\1|' \
+  -e 's|^\(.*D_HAVE_LIB_PPM.*\)$|#\1|' \
+  -e 's/DEFINES :=/DEFINES = -DHAVE_GETLINE/' \
+  -i Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  cd contrib/subrip
+  install -m 755 pgm2txt ${pkgdir}/usr/bin/
+  install -m 755 srttool ${pkgdir}/usr/bin/
+  install -m 755 subtitle2pgm ${pkgdir}/usr/bin/
+  install -m 755 subtitle2vobsub 

[arch-commits] Commit in lighttpd/trunk (PKGBUILD)

2011-10-31 Thread Pierre Schmitz
Date: Tuesday, November 1, 2011 @ 01:33:49
  Author: pierre
Revision: 141641

add gpg signature for source file

Modified:
  lighttpd/trunk/PKGBUILD

--+
 PKGBUILD |2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-01 05:00:23 UTC (rev 141640)
+++ PKGBUILD2011-11-01 05:33:49 UTC (rev 141641)
@@ -17,8 +17,10 @@
 backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
 options=('!libtool' 'emptydirs')
 
source=(http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.bz2;
+
http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.bz2.asc;
 'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf')
 md5sums=('e6e67b09986cb504db630b5a86b2dd76'
+ 'de2afb4ed6a088fd7fa5f13c387a08f0'
  '268386e71f5748dc1d887b9a0ab65589'
  '913e2157fa78d990c32146f387d44c2b'
  'acdaa94299e6299cb5085e6d88babeca')



[arch-commits] Commit in php/trunk (PKGBUILD)

2011-10-31 Thread Pierre Schmitz
Date: Tuesday, November 1, 2011 @ 01:40:10
  Author: pierre
Revision: 141642

add gpg signature for source file

Modified:
  php/trunk/PKGBUILD

--+
 PKGBUILD |2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-01 05:33:49 UTC (rev 141641)
+++ PKGBUILD2011-11-01 05:40:10 UTC (rev 141642)
@@ -33,10 +33,12 @@
  'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2')
 source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2;
 http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz;
+http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz.sig;
 'php.ini.patch' 'apache.conf' 'rc.d.php-fpm' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm')
 md5sums=('704cd414a0565d905e1074ffdc1fadfb'
  '08582e502fed8221c6577042ca45ddb8'
+ '5bf4473f658404aa9a97bf026ecef8e9'
  '65606c606df97a0760dfe5aaf9893afc'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'
  'b01be5f816988fcee7e78225836e5e27'



[arch-commits] Commit in php-suhosin/trunk (PKGBUILD)

2011-10-31 Thread Pierre Schmitz
Date: Tuesday, November 1, 2011 @ 01:42:30
  Author: pierre
Revision: 141643

add gpg signature for source file

Modified:
  php-suhosin/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-01 05:40:10 UTC (rev 141642)
+++ PKGBUILD2011-11-01 05:42:30 UTC (rev 141643)
@@ -8,12 +8,14 @@
 pkgdesc='An advanced protection system for PHP installations'
 url='http://www.hardened-php.net/suhosin/'
 license='PHP'
-source=(http://download.suhosin.org/suhosin-${pkgver}.tar.gz;)
+source=(http://download.suhosin.org/suhosin-${pkgver}.tar.gz;
+http://download.suhosin.org/suhosin-${pkgver}.tar.gz.sig;)
 depends=('php')
 conflicts=('php-suhosin-extension')
 replaces=('php-suhosin-extension')
 backup=('etc/php/conf.d/suhosin.ini')
-md5sums=('26a86f0f684a656c3e789e3eb4ec1db3')
+md5sums=('26a86f0f684a656c3e789e3eb4ec1db3'
+ 'c897587122489b39a8c10725cec1751f')
 
 build() {
cd ${srcdir}/suhosin-${pkgver}



[arch-commits] Commit in xz/trunk (PKGBUILD)

2011-10-31 Thread Pierre Schmitz
Date: Tuesday, November 1, 2011 @ 01:45:03
  Author: pierre
Revision: 141644

add gpg signature for source file

Modified:
  xz/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-01 05:42:30 UTC (rev 141643)
+++ PKGBUILD2011-11-01 05:45:03 UTC (rev 141644)
@@ -14,8 +14,10 @@
 replaces=('lzma' 'lzma-utils' 'xz-utils')
 conflicts=('lzma' 'lzma-utils' 'xz-utils')
 options=('!libtool')
-source=(http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('fefe52f9ecd521de2a8ce38c21a27574')
+source=(http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('fefe52f9ecd521de2a8ce38c21a27574'
+ 'd0725667a6dae0853194dc691e900e26')
 
 # keep an upgrade path for older installations
 PKGEXT='.pkg.tar.gz'