Commit graph

2127 commits

Author SHA1 Message Date
Juan RP
ee01173a3e libtorrent: update to 0.13.6 (soname bump). 2015-09-04 08:51:10 +02:00
Dominik Honnef
114c395bf9 build-style/go: support cross-compilation with cgo 2015-09-04 02:18:57 +02:00
Jürgen Buchmüller
f5c8a5581e Merge pull request #2438 from pullmoll/setup_pkg
setup_pkg(): fix check for pkgname-32bit + update gcc-multilib
2015-09-03 16:03:44 +02:00
Juan RP
983d68a31e xbps-src: support multiple pkg compression formats via etc/conf.
XBPS_PKG_COMPTYPE can be set via etc/conf to set your preferred compression
format; defaults to xz, like xbps-create(1).

The "none" setting is only available since 0.48 (unreleased).
2015-09-03 12:44:08 +02:00
Jürgen Buchmüller
0c7cfd6abe setup_pkg(): fix check for pkgname-32bit
+ Also update gcc-multilib to gcc-4.9.3

Trying to build `gcc-multilib` failed because `glibc-32bit`
has no separate `srcpkg/glibc-32bit/template`, but is a
result of building `glibc` for target arch `i686`.

For gcc-4.9.3 to build a patch is required that gets us rid
of strange errors when including /usr/include/bits/stdio2.h
2015-09-03 12:26:13 +02:00
Juan RP
1c0dce13e8 granite: update to 0.3.1 (soname bump). 2015-09-03 07:55:47 +02:00
Juan RP
22c9a81810 xbps-src: set $SHELL in the chroot target.
... otherwise it's set to /bin/xbps-shell and might give unexpected results
with packages that expect something else.

Suggested by @chris2.
2015-09-03 07:36:50 +02:00
Enno Boland
cc1e475bff libtar: fix cross compile 2015-09-03 00:12:41 +02:00
Juan RP
4dfaf60651 xbps-src: do not remove masterdir/tmp before entering chroot.
There's no reason to remove this on each iteration.
This is to make @chris2 happy.
2015-09-02 10:08:22 +02:00
Juan RP
c29c9a4e79 common/shlibs: bump required re2 version. 2015-09-02 09:58:58 +02:00
Steve Prybylski
c411fe26be New package: muparser-2.2.5 2015-09-01 05:01:48 -04:00
Juan RP
1816931e8b Merge pull request #2429 from steski/geany
New package: geany-plugins
2015-09-01 08:54:14 +02:00
Juan RP
2f2852db97 liblouis: update to 2.6.4 (soname bump). 2015-09-01 09:15:59 +02:00
Steve Prybylski
843f2ec250 New package: ctpl-0.3.4 2015-08-31 17:47:33 -04:00
Steve Prybylski
9f65feeaa1 geany: add shlib common/shlibs 2015-08-31 17:44:12 -04:00
Jürgen Buchmüller
4cb0148e5e Merge pull request #2300 from pullmoll/mirror
Implement XBPS_DISTFILES_MIRROR (second try)
2015-08-31 15:51:01 +02:00
Jürgen Buchmüller
793a156a0f Implement XBPS_DISTFILES_MIRROR (second try)
The idea is to remove some burden from the original download
locations for distfiles by specifying one or more mirror locations.

+ Works with http:// or ftp:// mirrors for all $XBPS_CHROOT_CMD variants
+ Works with file:// mirrors together with uchroot and proot
2015-08-31 15:48:22 +02:00
Enno Boland
956a769547 New package: newt-0.52.18 2015-08-30 23:26:00 +02:00
Enno Boland
f19619765b New package: pugixml-1.6 2015-08-30 11:00:06 +02:00
Juan RP
15ec5032f1 common/shlibs: added zita-convolver soname (close #2320). 2015-08-30 10:00:50 +02:00
Alessio Sergi
41c306dca9 efivar: update to 0.21 2015-08-30 02:01:47 +02:00
Enno Boland
9994351b29 libraw: update to 0.17.0. 2015-08-29 23:20:50 +02:00
Jürgen Buchmüller
740fb07e04 Merge pull request #2368 from jprjr/glog
New package: glog (c++ logging library)
2015-08-29 22:23:44 +02:00
John Regan
f6f0c7b7d2 New package: glog (c++ logging library) 2015-08-28 14:30:59 -04:00
Enno Boland
d7179928f6 libosmocore: update to 0.8.3. 2015-08-29 13:17:18 +02:00
Duncaen
28c38b93e5 New package: TelegramQML-0.8.0 2015-08-28 09:55:24 +02:00
Duncaen
20cdf480c3 New package: libqtelegram-ae-5.0 2015-08-28 09:55:24 +02:00
Jürgen Buchmüller
fa322bb84b Merge pull request #2355 from steski/msgpack
msgpack: update to 1.1.0
2015-08-25 02:07:23 +02:00
Jürgen Buchmüller
5032426b59 Merge pull request #2335 from pullmoll/icu4lua
New package: icu4lua-0.2B
2015-08-25 01:25:02 +02:00
Steve Prybylski
b8f3051930 msgpack: update to 1.1.0 2015-08-24 12:48:03 -04:00
Andrea Brancaleoni
0321f64b72 build_style qmake: generalized CFLAGS/LDFLAGS passing 2015-08-23 17:45:45 +02:00
Jürgen Buchmüller
060f6fdf58 libtorrent1: remove
libtorrent-rasterbar is at 1.0.6++ so we don't need this anymore.
2015-08-23 11:55:04 +02:00
Eivind Uggedal
49e6829fd2 libtorrent-rasterbar: sec update to 1.0.6; take ownership. 2015-08-23 08:55:16 +00:00
Dominik Honnef
2bb87e4e07 build-style/go: don't set GOBIN
Go 1.5 doesn't permit our use of GOBIN anymore, breaking
cross-compilation (for details, see
https://github.com/golang/go/issues/9769)

In retrospect, I'm not sure why we set GOBIN in the first place;
GOPATH/bin should suffice.

Closes #2337
2015-08-22 20:58:24 +02:00
Jürgen Buchmüller
41557ca7fb build-style qmake: INSTALL_ROOT=${DESTDIR} 2015-08-22 19:32:38 +02:00
Jürgen Buchmüller
e5442d99ff New package: icu4lua-0.2B 2015-08-22 18:45:36 +02:00
Steve Prybylski
edcd6451ac New package: libtermkey-0.17 2015-08-22 04:43:48 -04:00
Steve Prybylski
589d9e8ee3 New package: unibilium-1.1.6 2015-08-21 21:18:47 -04:00
Enno Boland
a15dd2fc4e libgit2-glib: update to 0.23.4. 2015-08-21 22:46:13 +02:00
Enno Boland
9010212e6d libgit2: update to 0.23.1. 2015-08-21 22:46:13 +02:00
Jürgen Buchmüller
7c63f9a496 New package: mlt-0.9.6
Closes #2103
2015-08-21 18:30:36 +02:00
Jürgen Buchmüller
cabc226b2a build-style qmake: don't use configure_script
When running do_configure(), configure_script is already set to
./configure and we can't set another default.
Thus always use qmake directly.
2015-08-21 12:00:26 +02:00
Jürgen Buchmüller
096b4635fb build style qmake: configure_script isn't empty
When running do_configure, configure_script is already set
to ./configure, thus override it
2015-08-21 11:59:01 +02:00
jbu
1fdd815143 xbps-src: New build-style qmake 2015-08-21 09:29:44 +02:00
Juan RP
0213203e50 New package: zita-resampler-1.3.0 contributed by silvernode. 2015-08-20 08:24:51 +02:00
Enno Boland
809a6059cc bind: update to 9.10.2P3. 2015-08-18 12:56:49 +02:00
Eivind Uggedal
158417ddbf glibc: add libmvec.so.1 to common/shlibs 2015-08-18 07:19:24 +00:00
Eivind Uggedal
5fd404d7c4 redis: rebuild for jemalloc.so.2 2015-08-18 07:13:57 +00:00
Christian Neukirchen
e3da69248b common/environment/configure/build-pie.sh: pass -z relro -z now via $LDFLAGS for libtool to pick them up (see #2275). 2015-08-17 16:53:13 +02:00
Jürgen Buchmüller
81db156748 Merge pull request #2286 from pullmoll/iniparser
New package: iniparser-4.0
2015-08-17 11:18:07 +02:00
Jürgen Buchmüller
553a0ec77d librsync: update to 1.0.0
Closes #2283
2015-08-17 10:40:16 +02:00
Jürgen Buchmüller
0131fc465d New package: iniparser-4.0 2015-08-17 10:02:51 +02:00
Jürgen Buchmüller
000edc0e93 New package: qqwing-1.3.4 2015-08-16 20:32:49 +02:00
Jürgen Buchmüller
4335eaeed5 poppler{,-qt4,-qt5}: update to 0.35.0
+ revbump packages depending on libpoppler.so.53 -> 54
2015-08-16 17:09:13 +02:00
Juan RP
2fdd875618 travis/build.sh: sort dependencies to build in proper order. 2015-08-16 10:53:30 +02:00
Juan RP
cef388f07b xbps-src: introduce a new target: "sort-dependencies".
This expects a variable argument list with package names that will be
returned to stdout topologically sorted.

$ ./xbps-src sort-dependencies libarchive-devel liblzma-devel libxbps zlib-devel bzip2-devel
bzip2
xz
zlib
libarchive
xbps
2015-08-16 10:47:35 +02:00
Alessio Sergi
1766c48afc exiv2: update to 0.25 (soname bump) 2015-08-16 02:08:33 +02:00
Christian Neukirchen
56d1da3a3f environment/configure/build-pie.sh: enable hardening in CXXFLAGS too. 2015-08-13 13:50:23 +02:00
Diogo Leal
d7856cf4d0 New package: freetds-0.95.19 2015-08-13 06:32:24 +02:00
Juan RP
7bd38f653e subversion: update to 1.9.0. 2015-08-12 08:14:19 +02:00
Enno Boland
fb66d817e2 Revert "libwps: update to 0.4.0."
This reverts commit a81413fba0.
2015-08-11 16:32:47 +02:00
Enno Boland
a81413fba0 libwps: update to 0.4.0. 2015-08-11 15:25:00 +02:00
Juan RP
8c57253056 procps-ng: update to 3.3.11. 2015-08-10 07:38:37 +02:00
jbu
ea95dfc58f New package: cegui-0.8.4 2015-08-06 20:32:46 +02:00
Juan RP
d654381601 libressl: update to 2.2.2 (soname bumps without conflicts). 2015-08-06 09:06:09 +02:00
Christian Neukirchen
5329b36c3d New package: icu55-55.1 2015-08-05 16:07:11 +02:00
Juan RP
8d2ddfca8c New package: liblouis-2.6.3. 2015-08-05 13:01:19 +02:00
Juan RP
ae14ea2c1c New package: brltty-5.2. 2015-08-05 12:44:05 +02:00
Juan RP
beacf8d2e6 srcpkgs/bullet: update to 2.83.5. 2015-08-05 11:14:15 +02:00
Steve Prybylski
4872596ee5 New package: libkeybinder3-0.3.0 2015-08-03 20:46:50 -04:00
jbu
032b1a0f2f New package: silly-0.1.0 2015-08-03 16:20:43 +02:00
Jürgen Buchmüller
a362442918 Merge pull request #2157 from pullmoll/ois
New packages: ois-1.3
2015-08-03 14:45:05 +02:00
jbu
508d381cd8 New packages: ois-1.3 2015-08-03 14:12:38 +02:00
Enno Boland
729d03d82c libosmocore: update to 0.8.2. 2015-08-03 14:03:07 +02:00
Juan RP
aab2687093 common/shlibs: update for gettext-0.19.5.1. 2015-08-03 09:26:48 +02:00
Enno Boland
a22b793e90 common/hooks: show msg for patching before applying the patch.
failing patches can easier be identified that way.
2015-08-02 10:54:59 +02:00
Christian Neukirchen
a2ce7716e4 jsoncpp: update to 1.6.5. 2015-07-31 10:59:57 +02:00
Juan RP
2459e998c0 Merge pull request #2138 from beefcurtains/quimup
New package: quimup-1.4.0
2015-07-31 07:50:06 +02:00
Juan RP
72dbcfef99 filteraudio-git: do not override {C,LD}FLAGS to set a correct soname.
Thanks to @dominikh for the notice.
2015-07-31 07:08:25 +02:00
Juan RP
552fee80ef Merge pull request #2124 from x-clone/master
rakudo-star: update to 2015.07
2015-07-30 06:05:00 +02:00
Juan RP
2dbe5d85c2 Merge pull request #2110 from steski/libdbusmenu
New package: libdbusmenu-gtk3-12.10.2
2015-07-30 06:02:08 +02:00
xaduha
feeee1a1fd rakudo-star: update to 2015.07 2015-07-29 20:17:10 +00:00
Steve Prybylski
f3bc851244 New package: libdbusmenu-gtk3-12.10.2 2015-07-29 11:35:20 -04:00
beefcurtains
3c424a73f6 xbps-src: quote $wrksrc
Allows spaces in the directory name
2015-07-29 11:11:04 +00:00
Juan RP
5a40351feb xbps-src: only remove deps before building on travis builds.
This assumes -C is set without -t and XBPS_CHROOT_CMD set to proot.

A stupid workaround for now...
2015-07-29 10:52:10 +02:00
Juan RP
e96a88a027 build-style/ruby-module: force LANG=C to workaround musl. 2015-07-29 10:24:53 +02:00
Juan RP
d418497d37 facter: update to 3.0.2. 2015-07-29 09:57:35 +02:00
Enno Boland
b84269db8b mbedtls: update to 2.0.0. 2015-07-28 10:06:46 +02:00
LockeAnarchist
6528632ff2 New package: taglib-extras-1.0.1 2015-07-26 16:15:35 -03:00
Juan RP
279ead0999 xbps-src: added XBPS_ALLOW_RESTRICTED conf option for restricted pkgs.
Such packages should set the `restricted' var to allow building a binary package.
Note that such packages do not allow redistribution of sources and binaries,
so that it's up to the user if (s)he wants to pkg it locally.
2015-07-26 10:22:35 +02:00
Juan RP
7a5f193cdf Merge pull request #2059 from steski/master
New package: plank-0.9.1
2015-07-25 09:55:01 +02:00
Steve Prybylski
df9b3ffa23 New package: plank-0.9.1 2015-07-24 18:35:57 -04:00
Steve Prybylski
42d2bd9e5f New package: bamf-0.5.1 2015-07-24 17:53:17 -04:00
Enno Boland
890772ecbe libcec: update to 3.0.1. 2015-07-24 09:52:44 +02:00
Enno Boland
d48b47a9ea New package: platform-1.0.10 2015-07-24 09:52:44 +02:00
Dominik Honnef
ced3629eed New package: goocanvas1-1.0.0 2015-07-24 09:09:51 +02:00
Dominik Honnef
83b77de2ee New package: gtkimageview-1.6.4 2015-07-24 09:09:51 +02:00
Juan RP
fa1219eb95 Merge pull request #2072 from tonkazoid/mediainfo
mediainfo: update to 0.7.75
2015-07-23 07:17:34 +02:00
Andrea Brancaleoni
ae3d1bda96 toxcore-git: update to 20150604. 2015-07-22 22:34:30 +02:00
Andrea Brancaleoni
0898aafbc6 filteraudio: update to 20150416. 2015-07-22 22:33:37 +02:00