Commit graph

20501 commits

Author SHA1 Message Date
Juan RP 081ff484c0 Require xbps-src>=101. 2014-02-11 11:42:32 +01:00
Juan RP 0c5b36027d common/environment: create dummy files to add required dirs. 2014-02-11 11:29:30 +01:00
Juan RP 6cfadccfc2 xbps-src: bump version (v101). 2014-02-11 11:10:16 +01:00
Juan RP 16ed344975 Update environment shell snippets for xbps-src>=101. 2014-02-11 11:09:16 +01:00
Juan RP 2d540461e5 glib: disable libelf on musl builds (currently broken). 2014-02-11 09:39:28 +01:00
Juan RP d959ffac1c db: switch to build_style=gnu-configure. 2014-02-11 03:44:30 +01:00
Juan RP 15ecf56e65 util-linux: disable vipw (it's obsolete) and add compat patches for musl. 2014-02-11 03:33:43 +01:00
Juan RP 6d1e15d684 New package: runit-2.1.1. 2014-02-11 02:37:56 +01:00
Juan RP fe7d996ac6 qingy: fix qingy@.service to respect %I. 2014-02-11 00:36:17 +01:00
Juan RP 149313289f binutils: disable shared libs completely, we don't need them. 2014-02-11 00:28:53 +01:00
Juan RP 4d39b70166 zlib: override LD{FLAGS,SHAREDLIBC} to make i686-musl build work. 2014-02-10 23:35:35 +01:00
Juan RP a29ffcaa2b weston: added some build options: backtrace, colord, dbus, vaapi, x11 (OFF). 2014-02-10 22:39:01 +01:00
Juan RP 7674a944bb wavemon: use CFLAGS (XBPS_CFLAGS is internal), cleanup short_desc. 2014-02-10 19:23:43 +01:00
Juan RP 6d78188666 libsrtp: misc cleanup. 2014-02-10 19:19:08 +01:00
Juan RP bd3f0106a1 Merge pull request #283 from wertyi48/master
Various updates and 2 new packages.
2014-02-10 18:22:16 +01:00
Juan RP 9675b29916 base-system-busybox: disable some optional features that break musl builds. 2014-02-10 18:19:16 +01:00
wertyi48 636a91cc17 powerdown-git: bump version. 2014-02-10 13:13:12 -04:00
wertyi48 b002fc4591 youtube-dl: update to 2014.02.10. 2014-02-10 13:02:04 -04:00
wertyi48 1c28b5021f powerdown-git: removing unnecessary dependencies. 2014-02-10 13:02:04 -04:00
wertyi48 a9357ca407 powerdown-git: update to 20140209. 2014-02-10 13:02:04 -04:00
wertyi48 63051730ef youtube-dl: update to 2014.02.08.2. 2014-02-10 13:02:04 -04:00
wertyi48 3843d61f9e exiftool: update to 9.50. 2014-02-10 13:02:04 -04:00
wertyi48 39fd8bdf4e youtube-dl: update to 2014.02.06.2. 2014-02-10 13:02:04 -04:00
wertyi48 faf05a3fae python-musicbrainzngs: update to 0.5. 2014-02-10 13:02:04 -04:00
wertyi48 f51ab6ad46 New package: powerdown-git. 2014-02-10 13:02:04 -04:00
wertyi48 26795a0f6a exiftool: change permission to 644. 2014-02-10 13:02:04 -04:00
wertyi48 8aa941e839 youtube-dl: update to 2014.02.03 2014-02-10 13:02:04 -04:00
wertyi48 091535a7d0 shorewall: update to 4.5.21.6. 2014-02-10 13:02:04 -04:00
wertyi48 e0ca2ac181 exiftool: update to 9.49. 2014-02-10 13:02:03 -04:00
wertyi48 c2560ff4f0 youtube-dl: update to 2014.01.30.2. 2014-02-10 13:02:03 -04:00
wertyi48 8652d199e6 New Package: wavemon. 2014-02-10 13:02:03 -04:00
wertyi48 a3fae79647 youtube-dl: update to 2014.01.30.1. 2014-02-10 13:02:03 -04:00
wertyi48 08ab9bac67 exiftool: udpate to 9.48. 2014-02-10 13:02:03 -04:00
Juan RP 041c731417 xbps-src: revbump++ (force autobuilds). 2014-02-10 17:45:11 +01:00
Juan RP 025103756f xbps-src: bump version. 2014-02-10 17:37:17 +01:00
Juan RP da8d6bb825 xbps: repair cross builds. 2014-02-10 17:36:13 +01:00
Juan RP 8bb528b4fc chroot-bash: explicitly disable NLS. 2014-02-10 16:54:57 +01:00
Juan RP fdd8ea4a2e chroot-gcc: fix triplet for i686-musl. 2014-02-10 16:46:50 +01:00
Juan RP 1c6d2f8af1 cross-*: restrict building only on native builds. 2014-02-10 16:10:47 +01:00
Juan RP b1c554802a Merge pull request #282 from Gottox/master
odroid-u2-kernel: version bump; adding CONFIG_DRM_EXYNOS_G2D as module
2014-02-10 16:01:44 +01:00
Juan RP e8f29158f4 cross-arm-linux-musl: install linux API headers before musl to DESTDIR.
... otherwise some musl provided headers (scsi/sg.h) might be removed
by this without any apparent reason.

And disable libssp as was done to other cross-*-musl toolchains.
2014-02-10 15:58:47 +01:00
Juan RP f75780a5f1 cross-i686-linux-musl: install linux API headers before musl to DESTDIR.
... otherwise some musl provided headers (scsi/sg.h) might be removed
by this without any apparent reason.
2014-02-10 15:57:43 +01:00
Juan RP 1a69b79774 cross-x86_64-linux-musl: install linux API headers before musl to DESTDIR.
... otherwise some musl provided headers (scsi/sg.h) might be removed
by this without any apparent reason.
2014-02-10 15:54:09 +01:00
Gottox d74fa21ca2 odroid-u2-kernel: version bump; adding CONFIG_DRM_EXYNOS_G2D as module 2014-02-10 15:21:13 +01:00
Juan RP a45a496b17 gst-libav: update to 1.2.3. 2014-02-10 15:04:49 +01:00
Juan RP cec752301c gst-plugins-ugly1: update to 1.2.3. 2014-02-10 15:04:46 +01:00
Juan RP 7cf3b4ed39 gst-plugins-bad1: update to 1.2.3. 2014-02-10 15:04:41 +01:00
Juan RP b2295c18b9 gst-plugins-good1: update to 1.2.3. 2014-02-10 14:54:05 +01:00
Juan RP 751d5dfc52 gst-plugins-base1: update to 1.2.3. 2014-02-10 14:53:55 +01:00
Juan RP 491d4176b2 gstreamer1: update to 1.2.3. 2014-02-10 14:53:44 +01:00