Commit Graph

1349 Commits

Author SHA1 Message Date
Enno Boland e85d9c19d9 New package: plib-1.8.5. 2014-04-21 08:33:36 +02:00
Juan RP 3659bcab9a common/shlibs: remove obsolete mit-krb5-libs soname. 2014-04-19 08:41:38 +02:00
Juan RP f9190ad562 common/shlibs: remove obsolete libtasn1 soname. 2014-04-19 08:38:37 +02:00
Juan RP 1bd5baa8de Merge branch 'master' of github.com:onekk/xbps-packages into onekk-master 2014-04-18 08:03:39 +02:00
Juan RP 8aa48b07ff xbps-src/shutils/bulk: pass --distdir option to xbps-checkvers(8) instead. 2014-04-17 10:36:45 +02:00
onekk fe34318b4a a2ps: New Package 2014-04-16 22:40:46 +02:00
Juan RP bab6048de6 New package: SDL2_image-2.0.0. 2014-04-16 18:50:00 +02:00
Juan RP 51e64a3104 common/shlibs: remove obsolete lxc soname. 2014-04-16 18:35:24 +02:00
Juan RP 3e1b775b58 common/shlibs: remove obsolete libudev soname. 2014-04-16 10:28:35 +02:00
Juan RP ff700d0a40 xbps-src/shutils/chroot: use existing PATH when entering xbps-src cmds.
... otherwise xbps-uchroot might not be found when it's in an uncommon path.
2014-04-14 19:58:32 +02:00
grauehaare 9f8fe57a9e Updated shlibs, Updates templates for libembl libmatroska and
libvlc due to newer versions of libembl and libmatroska
2014-04-14 09:39:08 +02:00
Juan RP 9df1aa3b4e hooks/post-install/create-xbps-metadata-scripts: make sure to finalize scripts correctly.
The issue was that if a pkg does not add the missing newline at INSTALL
or REMOVE scripts, those were generated with a syntax error.

Found by onekk.
2014-04-14 10:41:06 +02:00
grauehaare b59fd390a5 Updated shlibs
Updated template for mplayer. Now using xvid
Updated ogmrip. Removed useless lines and add mplayer to depends
(makedepend mplayer is needed for building)
Updated wxWidgets. Now using unicode
2014-04-10 23:15:11 +02:00
Juan RP 06ac73239f xbps-src/shutils/common: read build_dependencies.sh for check_installed_pkg(). 2014-04-10 14:54:30 +02:00
Juan RP e60eb854e6 xbps-src: move check_installed_pkg() to build_dependencies.sh. 2014-04-10 11:58:06 +02:00
Juan RP 3c79f11a6f xbps-src/shutils/bulk: also add pkgs with no deps. 2014-04-10 11:26:02 +02:00
Juan RP 922d37f590 xbps-src/shutils/bulk: perform topological sort of build-deps. 2014-04-10 11:10:39 +02:00
Juan RP 51882b7ec4 xbps-src: apply sane indentation to all shell code (2/2). 2014-04-09 16:55:58 +02:00
Juan RP d4e4d826e6 xbps-src: new targets: update-bulk and update-sys.
* update-bulk:
	This rebuilds all pkgs in system repositories that are outdated.
	with this xbps-bulk is now considered fully obsolete.

* update-sys:
	This rebuilds all pkgs in system that are oudated and once built,
	updates them via xbps-install(8).

	This target defines a new configuration option "XBPS_SUCMD" that
	is the command to execute to update the system. By default set to
	"sudo sh -c".

CAVEATS
	- need to check if binpkg is in local repo.
	- need to add support to specify alternative rootdir.
	- need to add support to specify system repos.
2014-04-09 16:42:07 +02:00
Juan RP 1af40eb476 xbps-src: apply sane indentation to all shell code. 2014-04-09 16:40:27 +02:00
Enno Boland bc594a6ef1 shlibs: add shlibs of freeglut 2014-04-09 14:00:58 +02:00
Juan RP 94b1525363 common/shlibs: update gnutls shlibs. 2014-04-09 11:43:41 +02:00
Juan RP 615e601bdf v8: update to 3.24.35.22. 2014-04-09 09:27:00 +02:00
Juan RP cc6ea5d19b hooks/post-install/pkglint: more tweaks for the shlib checks. 2014-04-09 09:25:05 +02:00
Juan RP e573017385 hooks/post-install/pkglint: fixed another issue in the shlib checks. 2014-04-09 08:55:43 +02:00
Juan RP f6309d0909 hooks/post-install/strip-debug: repair -dbg subpkg creation. 2014-04-08 17:59:26 +02:00
Juan RP 77451b1845 Use --libdir=/usr/lib32 on x86 and create/remove the symlink via hooks.
This is to make all pkgs that use ${configure_args} work without changes
to the templates on x86_64.
2014-04-05 11:52:22 +02:00
Juan RP c9eeab830e common/shlibs: remove obsolete ffmpeg shlibs. 2014-04-05 00:18:02 +02:00
Juan RP 00a8873281 hooks/post-install/pkglint: when listing revdeps make sure to not add false positives. 2014-04-04 17:29:14 +02:00
Juan RP 3ecb3c26fa hooks/post-install/pkglint: repair and improve checks to detect soname bumps. 2014-04-04 17:24:47 +02:00
Enno Boland c5cd57ed24 New package: libogre-1.90 2014-04-04 04:04:03 +02:00
Enno Boland 934885ceae New package: libcppunit-1.12.1 2014-04-04 02:45:13 +02:00
Juan RP 0f0aa6ec01 gstreamer: rebuild for corrected shlib-provides; add missing shlib. 2014-04-03 12:05:28 +02:00
Juan RP 064333db49 gnucash: rebuild to have corrected shlib-provides; add missing shlibs. 2014-04-03 11:19:36 +02:00
Juan RP 76c4382355 gimp: split shlibs into libgimp; use lib32disabled. 2014-04-03 10:33:43 +02:00
Juan RP fc2c2c06ae hooks/post-install/strip: another day, another better regexp for shlib-provides. 2014-04-03 10:30:56 +02:00
Juan RP cd2b108914 freerdp: split shlibs into libfreerdp; use lib32disabled. 2014-04-03 09:58:56 +02:00
Juan RP 4083ee9395 openmpi: added libopenmpi subpkg with the shlibs. 2014-04-02 14:10:19 +02:00
Juan RP 8fa3cba4ea hooks/post-install/remove-libtool: do not escape * to make this work with virtuoso. 2014-04-02 12:39:58 +02:00
Juan RP 8fcb0e644a hooks/post-install/remove-libtool: make sure that PKGDESTDIR exists. 2014-04-02 12:06:27 +02:00
Juan RP 7d7e821754 hooks/post-install/strip: better regexp for shlib-provides from Gottox. 2014-04-02 10:16:16 +02:00
Enno Boland a900da3283 New package: wireshark-1.10.6 2014-04-01 16:39:59 +02:00
Juan RP 4859885e58 hooks/post-install: pkglint: just warn if shlib is not found in common/shlibs. 2014-04-01 15:25:07 +02:00
Juan RP 1d82ea3c8a common/shlibs: add missing glibc/vde2 shlibs. 2014-04-01 15:16:07 +02:00
Juan RP 1d13ed0810 hooks/post-install: strip: only accept shlibs in destdir/usr/lib for shlib-provides.
This avoids lots of false positives and accepts unversioned shlibs as well.
2014-04-01 15:14:43 +02:00
Juan RP 576b865cf4 Update for xbps>=0.35 which contains xbps-uchroot.
That means that the Makefile and xbps-src generated files are not required
anymore, and the xbps-src script can be used as is.

Bump xbps requirement to 0.35 and enable XBPS_INSTALL_ARGS by default.
2014-04-01 11:29:21 +02:00
Juan RP ccfa408f2a common/shlibs: add mesa-{ati,nouveau}-dri XvMC shlibs to make pkglint happy. 2014-03-31 18:16:07 +02:00
Juan RP 581f3e29ab hooks: pkglint: only match exact shlibs (avoids multiple matches). 2014-03-31 18:14:52 +02:00
Juan RP efde1e1fbf hooks: improve shlib-provides: accept unversioned shlibs (i.e libfoo.so [nspr/nss]). 2014-03-31 18:13:53 +02:00
Juan RP f11ba78079 common/shlibs: remove obsolete libarchive soname. 2014-03-31 12:15:25 +02:00
Juan RP 19f3a64de8 hooks/post-install/06-prepare-32bit.sh: do not convert deps that don't have shlib-provides. 2014-03-30 13:07:33 +02:00
Juan RP c853910af1 common/shlib: remove obsolete giflib sonames. 2014-03-30 10:17:11 +02:00
Juan RP 61731cadfb mariadb: move libmysqld to libmariadbclient; update common/shlibs. 2014-03-29 17:59:27 +01:00
Juan RP a7b12954cf common/shlibs: added samba sonames (must fix the hook really...) 2014-03-29 17:31:08 +01:00
Juan RP 45b00085f3 dovecot: rebuild to have corrected shlib-provides; lib32disabled=yes. 2014-03-29 15:40:37 +01:00
Juan RP 29e6f40a86 dmraid: rebuild to have corrected shlib-provides; lib32disabled=yes. 2014-03-29 15:34:57 +01:00
Juan RP 7b565370c5 cjs: rebuild to have corrected shlib-provides. 2014-03-29 15:17:42 +01:00
Juan RP ce7c827d56 hooks: fixed shlib-provides detection to also detect shlibs with dots after dashes (libbabl-0.1.so.0). 2014-03-29 13:14:08 +01:00
Juan RP da98e86513 common/shlibs: add all aqbanking sonames. 2014-03-29 12:52:59 +01:00
Juan RP a11fd5dce8 hooks: improve even more shlib-provides detection: accept sonames with '-' chars. 2014-03-29 12:13:12 +01:00
Juan RP 2988902496 hooks: improve shlib-provides detection as suggested by Gottox. 2014-03-29 11:47:59 +01:00
Juan RP ce9403bc1c gnote: update to 3.12.0. 2014-03-29 10:10:52 +01:00
Enno Boland 975a6b10ab libgdlmm: put .so files not in the -devel package 2014-03-29 01:09:03 +01:00
Enno Boland 56397f6bf7 common/shlibs: update shlibs for following commits 2014-03-29 00:42:48 +01:00
Juan RP 93fba2912e libcaca: remove broken .la symlinks; added libcaca++.so.0 soname. 2014-03-28 16:26:14 +01:00
Juan RP 4991648ee7 common/shlibs: add missing sonames for the gcc pkg. 2014-03-28 10:01:04 +01:00
Juan RP a5ff980d4b common/shlibs: add libitm.so.1 soname. 2014-03-28 09:38:21 +01:00
Juan RP a3857cbf40 rygel: update to 0.22.0. 2014-03-27 18:44:57 +01:00
Juan RP e29b394235 New package: gfbgraph-0.2.2. 2014-03-27 16:55:50 +01:00
Juan RP f4703c089f upower: update to 0.99.0 (soname bump). 2014-03-27 15:41:42 +01:00
Juan RP c9f8051880 gtksourceview: update to 3.12.0. 2014-03-27 15:32:09 +01:00
Juan RP bd9177fd47 gnome-bluetooth: update to 3.12.0 (soname bump). 2014-03-27 15:29:15 +01:00
Juan RP 091020f224 gvfs: update to 1.20.0. 2014-03-27 15:26:21 +01:00
Juan RP 891b6f3b70 evolution-data-server: update to 3.12.0 (soname bump). 2014-03-27 15:12:46 +01:00
Juan RP 9515861741 tracker: update to 1.0.0 (soname bumps). 2014-03-27 14:56:49 +01:00
Juan RP 5c4bbab611 hooks/post-install/99-pkglint: make the shlibs checks work correctly with vpkgs. 2014-03-27 13:57:17 +01:00
Juan RP 05782d9f46 common/shlibs: add liblto_plugin.so.0 soname for gcc. 2014-03-27 13:57:05 +01:00
Juan RP 8f48972867 gnome-desktop: update to 3.12.0 (soname bump). 2014-03-27 12:01:29 +01:00
Juan RP 863cf14252 dconf: update to 0.20.0. 2014-03-27 11:57:20 +01:00
Juan RP e48006203a libgdata: update to 0.15.0 (soname bump). 2014-03-27 11:53:54 +01:00
Juan RP 7b1151b56f New package: uhttpmock-0.2.0. 2014-03-27 11:51:39 +01:00
Juan RP e219c60b25 common/shlibs: add valadoc-git soname. 2014-03-27 11:44:23 +01:00
Juan RP 4bd57d7132 New package: libinput-0.1.0. 2014-03-27 11:19:08 +01:00
Juan RP fd8fedb5a4 cogl: update to 1.18.0 (soname bumps). 2014-03-27 11:11:08 +01:00
Juan RP 7c1b76e45d New package: libmediaart-0.3.0. 2014-03-27 10:38:22 +01:00
Juan RP 6bb1602225 hooks/post-install/99-pkglint: detect sonames with pkgnames containing '+' chars (gtk+). 2014-03-27 10:11:58 +01:00
Juan RP f6f59dec8b xbps-src: make sure that wrksrc is expanded after reading build-options. 2014-03-27 10:06:27 +01:00
Juan RP 148d88a7a9 vala: update to 0.24 (soname bump). 2014-03-27 09:20:26 +01:00
Juan RP 7dd4c8b0b9 gjs: update to 1.40.0. 2014-03-27 08:34:15 +01:00
Juan RP cfa2785e54 New package: mozjs24-24.2.0. 2014-03-27 08:32:28 +01:00
Juan RP 1bd4535b0f common/shlibs: add libxbps-git soname. 2014-03-26 09:43:07 +01:00
Juan RP 643d255c0c common/shlibs: remove obsolete libgnomekbd sonames. 2014-03-25 10:44:07 +01:00
Juan RP 67fd042d4b xbps-src: make alternative repos work again with git branches. 2014-03-25 09:55:40 +01:00
Juan RP b3afee907a common/shlibs: remove obsolete libxbps sonames. 2014-03-25 09:47:46 +01:00
Juan RP 624c68e6bb common/shlibs: added slim shlib. 2014-03-24 18:03:25 +01:00
Juan RP 058e4a5c22 libva: update to 1.3.0. 2014-03-24 17:53:22 +01:00
Juan RP d60be31450 hooks/post-install/03-strip-and-debug-pkgs: only add versioned shlib to shlib-provides.
This really avoids adding unwanted private shared objects or others that are
only meaningful at runtime and not for linking.
2014-03-24 17:07:26 +01:00
Juan RP 708d23ee81 hooks/post-install/04-generate-runtime-deps: use sed -E explicitly to avoid compat issues. 2014-03-24 16:57:08 +01:00
Juan RP 3b291a8b1d xbps-src: resolve XBPS_DISTDIR correctly with relative paths. 2014-03-24 11:43:16 +01:00
Juan RP 6c2cc1b706 hooks/post-install/99-pkglint: add checks for missing shlibs and SONAME bumps.
Created by Gottox and minor fixes by myself.
2014-03-24 11:15:29 +01:00
Juan RP 0d953db70b xbps-src: 'pkg' target replaces 'build-pkg' but the latter is kept for compat. 2014-03-23 11:27:09 +01:00
Juan RP bc256eed73 xbps-src: repair -V 2014-03-23 09:08:41 +01:00
Juan RP ae8458d875 xbps-src: re-add support for looking in templates in cwd. 2014-03-23 09:04:05 +01:00
Juan RP c343fbf42a xbps-src: make install/remove targets defaults now, but keep previous for compat. 2014-03-22 20:59:39 +01:00
Juan RP 85624c1a6a common/xbps-src/shutils/chroot.sh: prepend /xbps-packages to PATH for the chroot target. 2014-03-22 13:21:04 +01:00
Juan RP 0b95cb8f5d Merge xbps-src code to make it usable in a standalone mode.
The new xbps-src configuration file is `etc/conf` where you can
add your local overrides from defaults set via `etc/defaults.conf`.

To use this xbps-src, run these steps:

	$ make
	$ sudo make setup (to make chroot helper setgid)
	$ ./xbps-src ...
2014-03-22 12:31:42 +01:00
grauehaare 39650ace14 Updated shlibs and updated template from wxWidgets 2014-03-21 16:18:29 +01:00
grauehaare 169fb7c0ee Updated shlibs and new Packages libmspack,wxWidgets and wxMaxima with -devel 2014-03-21 15:58:24 +01:00
Juan RP fb777453b9 hooks/post-install: new hook (pkglint) to abort if pkg contains forbidden dirs. 2014-03-19 16:32:12 +01:00
Juan RP 2bc0162208 environment/setup: require xbps-src >= 112. 2014-03-19 09:06:04 +01:00
Juan RP 0026342862 Infrastructure changes to allow unsetting template vars/funcs.
xbps-src-112 does not unset those vars/funcs anymore, so it's a work
that must be done via common/environment/setup{,-subpkg}.
2014-03-19 09:03:21 +01:00
Juan RP 9b60085684 common/hooks/post-install: reorder some hooks so that no unnecessary INSTALL/REMOVE scripts are generated. 2014-03-18 07:54:12 +01:00
Enno Boland 39a60e3474 common/shlibs: add libfprint to shlibs 2014-03-18 00:36:52 +01:00
Juan RP e8ac04d05b Revert "common/hooks/post-install/06-prepare-32bit.sh: ignore bootstrap pkgs."
This reverts commit e1f2d12a95.

glibc must have 32bit packages and it's a bootstrap pkg.
2014-03-17 14:15:26 +01:00
Juan RP 5a487d68ff common/shlibs: add liblogging-1.0.2 soname. 2014-03-17 12:47:32 +01:00
Juan RP e1f2d12a95 common/hooks/post-install/06-prepare-32bit.sh: ignore bootstrap pkgs. 2014-03-17 11:45:54 +01:00
grauehaare becd96640f Updated shlibs for knowing libsigsegv 2014-03-16 21:34:31 +01:00
Enno Boland 108c393cda common/cross-profiles: rename profile armv5 to armv5te 2014-03-16 10:02:19 +01:00
Enno Boland eb00d0f082 common/cross-profiles: adding support for armv5 2014-03-16 09:51:18 +01:00
Juan RP 510ad5bc67 glibc: added support for armv5tel builds. 2014-03-15 19:35:57 +01:00
Juan RP 14c15b0973 hooks/do-extract/distfiles: simplify and support .tar.lz files. 2014-03-14 11:04:51 +01:00
Enno Boland 926df970bf common/shlibs: add libofx.so.6 2014-03-13 23:12:32 +01:00
Juan RP 5070941df3 Remove the hook to compress manpages... no compressed manpages from now on. 2014-03-13 19:05:04 +01:00
Enno Boland 3ea159d359 common/hooks/do-extract: support 'xbps-uhelper fetch's new '>'-destfile syntax; replace if/elif by case struct for choosing extract method. 2014-03-12 16:44:54 +01:00
Juan RP 3d24cee58a hooks/do-fetch/distfiles: do not strip '>*' in url, pass it as is. 2014-03-12 15:47:49 +01:00
Juan RP cd02e84329 hooks/do-fetch/distfiles: simplify the code considerably. 2014-03-12 15:23:08 +01:00
Enno Boland b2afcc35be common/hooks/do-fetch: support 'xbps-uhelper fetch's new '>'-destfile syntax. 2014-03-12 13:47:57 +01:00
Juan RP 80240ba2fc hooks/do-extract/00-distfiles: do not exit, return instead. 2014-03-12 10:32:50 +01:00
Juan RP affb12291c hooks/post-install: added 6th arg in binpkg scripts (xbps support added in 0.33_2). 2014-03-12 10:19:20 +01:00
Juan RP 083012db40 environment/configure: append cross gnu-configure args to configure_args even if build_style isn't set. 2014-03-11 19:14:19 +01:00
Juan RP d7c0bcec4f hooks/post-install/01-create-xbps-vpkg-files: update for xbps>=0.33. 2014-03-11 13:17:09 +01:00
Juan RP 9b4fc0c2d5 common/environment: require xbps-src >= 110 and xbps >= 0.33. 2014-03-11 11:15:15 +01:00
Juan RP 27011d628e xen: update to 4.4.0. 2014-03-10 14:33:37 +01:00
Juan RP 071dd65236 New package: libaio-0.3.109. 2014-03-10 14:19:18 +01:00
Juan RP 7a9b2552f9 common/environment: add configure cache overrides for socat. 2014-03-10 11:31:23 +01:00
Enno Boland bd96b4ec4e common/shlibs: add libtcmalloc.so.4 and libv8.so.3.16 2014-03-09 12:04:11 +01:00
Juan RP 320167e7e1 hooks/prepare-32bit: added lib32files var to add additional files to 32bit pkgs. 2014-03-09 11:23:58 +01:00
Juan RP e24233a15a hooks/do-pkg/gen-pkg: do not propagate conf_files/provides/replaces to 32bit pkgs. 2014-03-09 08:59:22 +01:00
Juan RP e9e8c638a8 hooks/prepare-32bit: new variables to improve 32bit pkg creation.
- lib32depends: if set, 32bit pkg will use this rather than "depends".
- lib32disabled: if set, no 32bit pkg will be created.
- lib32mode:
  * if unset only files for libraries will be copied.
  * if set to "full" all files will be copied

Still not perfect but should be enough to have skype-32bit.
2014-03-08 11:36:51 +01:00
Enno Boland 9b369ced1e v8: update shlibs for new v8 version 2014-03-08 03:15:21 +01:00
Juan RP 0243a78dd6 catalyst: rebuild with fixed common/shlibs (depends on itself due to libGL vpkg). 2014-03-07 16:44:58 +01:00
Juan RP 8d7e6525e6 hooks/post-install/06-prepare-32bit: also include .o files (crtX.o). 2014-03-07 15:47:38 +01:00
Juan RP ca2eeec0c0 hooks/do-fetch/00-distfiles: fix previous again. 2014-03-07 11:22:51 +01:00
Juan RP b9e30d45dc hooks/do-fetch/00-distfiles: improve previous to handle all cases. 2014-03-07 11:20:56 +01:00
Juan RP ede40cdc41 hooks/do-fetch/00-distfiles: error out if distfiles aren't verified (found by Gottox). 2014-03-07 11:12:52 +01:00
Juan RP 3016320cb0 hooks: only generate/register 32bit pkgs on x86. 2014-03-07 10:12:20 +01:00
Juan RP 772e938938 hooks/post-install/06-prepare-32bit.sh: return early if destdir32 does not exist; only for x86. 2014-03-07 09:49:41 +01:00
Juan RP a26205c634 common/hooks: enable by default 32bit pkgs for x86_64. 2014-03-06 21:03:23 +01:00
Juan RP 8935913ab3 hooks/do-extract/00-distfiles: typo fix that broke extraction of gzipped distfiles. 2014-03-06 11:05:41 +01:00
Juan RP dddb603aeb common/hooks/post-install/06-prepare-32bit.sh: fix generated rdeps file.
The entries must be separated by blanks not newlines.
2014-03-06 04:19:07 +01:00
Juan RP 710284703a common/shlibs: add missing libxcb-1.10 sonames. 2014-03-05 18:36:25 +01:00
Juan RP b5c0ac90cc common/hooks/do-fetch: 00-distfiles: disable trap on ERR to fix autobuild issues. 2014-03-05 13:58:46 +01:00
Juan RP 8e2b6811c1 common/environment/configure: only set up cross --host/--sysroot vars for build_style=gnu-configure. 2014-03-05 12:01:49 +01:00
Juan RP aa83852d7b common/hooks: add support for do-<phase> hooks as suggested by Gottox.
- New hooks for do-fetch and do-extract moved from xbps-src.
- Renamed some hooks to have XX as prefix.
2014-03-05 11:02:37 +01:00
Juan RP 3c4b7e80c7 radare2: update to 0.9.7 (our patch for cross is still necessary). 2014-03-04 15:40:24 +01:00
Juan RP 2676a89b7c pulseaudio: update to 5.0. 2014-03-03 20:36:58 +01:00
Juan RP 908af511f9 common/hooks: new hook to generate 32bit pkgs for x86_64 (WIP). 2014-03-02 12:26:24 +01:00
Juan RP 030f58909f common/hooks: new post-install hook to generate pkg gitrevs file. 2014-03-02 08:33:28 +01:00
Juan RP 370c2aaf3c common/hooks/*-pkg: misc tweaks for proper -dbg {creat,registrat}ion. 2014-03-02 07:07:59 +01:00
Juan RP b3200722ef comon/hooks: update pkg hooks to also create/register -dbg pkgs. 2014-03-02 06:30:25 +01:00
Juan RP 6472e83dbf common/hooks/post-pkg: need hook that registers a binpkg into the local repo. 2014-03-01 12:37:55 +01:00
Juan RP 745eb9f1ad common/hooks/pre-pkg: new hook that generates a binpkg. 2014-03-01 12:37:30 +01:00
Juan RP 1ce9d7e4c1 Rename armv7 cross profile to armv7hf, so that we know it's targetting hf. 2014-03-01 09:51:09 +01:00
Juan RP 4a716cd999 New cross profile: armv7hf-musl. 2014-03-01 09:50:24 +01:00
Juan RP ae0ffa4e23 ntfs-3g: update to 2014.2.15 (soname bump). 2014-03-01 08:43:25 +01:00
Juan RP 00f2680291 common/environment: override wcwidth_broken autoconf test. 2014-02-27 15:16:26 +01:00
Juan RP c9e61ac467 common/shlibs: bump readline version to 6.3. 2014-02-27 14:59:18 +01:00
Juan RP 9314bae3ef common/environment: override some configure vars for bash. 2014-02-27 07:13:10 +01:00
Jan S 1076fbfc88 lxc: fixed installation.
renamed systemd service file, removed unnecessary dependency and fixed
entry in shlibs.
2014-02-24 15:33:36 +01:00
Jan S 0a05235089 lxc: added liblxc.so.1 to shlibs 2014-02-24 15:01:31 +01:00
Juan RP d1d6b6dcda check: added a -devel subpkg; use ${SOURCEFORGE_SITE}. 2014-02-24 12:33:03 +01:00
Juan RP 363586ae96 aqbanking: multiple improvements to the -devel pkg and add missing soname to common/shlibs. 2014-02-23 18:21:05 +01:00
Enno Boland 12648b88b3 common: updating shlibs needed for the following commits 2014-02-23 14:49:42 +01:00
Enno Boland 8473fd94ba common: updating shlibs needed for the following commits 2014-02-23 11:58:53 +01:00
Juan RP b1db0ccf08 configure/autoconf_cache: switch ac_cv_sizeof_off_t to 8 on 32bit platforms.
We'll assume that all code is compiled with _FILE_OFFSET_BITS=64...
2014-02-21 17:19:23 +01:00
Juan RP 277b6c5386 libraw: update to 0.16.0 (soname bump). 2014-02-20 18:39:21 +01:00
Juan RP 4b676d18bb flowcanvas: rebuild against graphviz>=2.34. 2014-02-20 15:07:15 +01:00
Juan RP f6730790b2 libfm: update to 1.2.0 (soname bumps). 2014-02-19 13:19:19 +01:00
Juan RP 3550ef002c grilo-plugins: update to 0.2.11. 2014-02-19 09:51:22 +01:00
Juan RP 6c66a248de guile: fix -devel dependencies; added libguile subpkg and remove useless -doc subpkg. 2014-02-18 13:57:13 +01:00
Juan RP 5793380e1f autoconf_cache/common-linux: override ac_cv_file__dev_ptmx. 2014-02-18 09:20:10 +01:00
Juan RP b855f51304 netpgp: update to 20140211. 2014-02-17 19:50:41 +01:00
Juan RP eb8aa0a726 Remove portaudio: obsolete, unmantained and nothing depends on it. 2014-02-17 17:45:50 +01:00
Juan RP 879cfeda03 build_style/python-module: pyyaml ignores our {C,LD}FLAGS, so force them via CC. 2014-02-17 16:59:30 +01:00
Juan RP 837c4c21fb environment/configure: added autoconf cache vars for varnish. 2014-02-16 11:21:06 +01:00
Juan RP 04b03e3e22 Merge pull request #290 from Gottox/master
provide jre and jdk
2014-02-15 10:10:28 +01:00
Juan RP affe0abc3e pre-configure/gnu-configure-asneeded.sh: do nothing if configure_script does not exist. 2014-02-15 05:12:32 +01:00
Enno Boland 3a98625c38 jre: add subpackage jdk 2014-02-15 03:46:52 +01:00
Juan RP 09703ae245 environment/configure/gnu-configure-args.sh: also use common-linux for glibc. 2014-02-14 14:37:18 +01:00
Juan RP 1d5a5a5373 New package: tre-0.8.0. 2014-02-13 18:06:50 +01:00
Juan RP f5827d8b4b hooks/post-install/03-strip-and-debug-pkgs.sh: respect $noarch and $nostrip. 2014-02-13 17:12:09 +01:00
Juan RP 5e11d6c2ff common/hooks: new post-extract hook: apply-patches (moved from xbps-src). 2014-02-12 18:38:32 +01:00
Juan RP 94eb08b05a hooks/04-generate-runtime-deps.sh: disable trap on ERR, not too useful on this hook. 2014-02-12 18:03:21 +01:00
Juan RP 2daaa82b63 common/hooks: new hooks moved from xbps-src. 2014-02-12 17:26:40 +01:00
Juan RP af8b5befde common/hooks/post-install: remove unneeded messages. 2014-02-12 15:08:35 +01:00
Juan RP 445d610a19 Require xbps-src>=103 (hint: 'xbps-src bootstrap-update' is your friend). 2014-02-12 14:37:26 +01:00
Juan RP f42bf30417 common/helpers: new helper (moved from xbps-src) that implements the vfoo funcs. 2014-02-12 13:15:01 +01:00
Juan RP 907f392e4d common/hooks: add some hooks moved from xbps-src (not yet used). 2014-02-12 12:55:42 +01:00
Juan RP 372ed2763f Introduce common/hooks to implement hooks at specified phases.
xbps-src will soon move some stuff to the common hooks directory.
2014-02-12 10:44:21 +01:00
Juan RP 148dc0c701 ntp: update to 4.2.7p421 (dev) to fix amplification attacks. 2014-02-12 09:11:10 +01:00
Juan RP d93531f326 common/environment: create dummy files for all dirs to not remove them. 2014-02-11 18:22:46 +01:00
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 16ed344975 Update environment shell snippets for xbps-src>=101. 2014-02-11 11:09:16 +01:00
Juan RP 251489067f common/environment/autoconf_cache: override c_cv_sizeof_struct_iovec. 2014-02-10 10:12:19 +01:00
Juan RP 6217ab55af common/environment/0002-cross.sh: only export autoconf cache vars for supported build styles. 2014-02-09 10:57:26 +01:00
Juan RP 199dd3a2e1 mit-krb5: unbreak build and update SONAMEs. 2014-02-07 18:31:27 +01:00
v2px ce8fbf4ef1 slang: remove duplicate library entries in common/shlibs 2014-02-06 13:36:51 +01:00
v2px 0a9a18af64 slang: adds libraries to common/shlibs 2014-02-06 13:25:28 +01:00
Juan RP bb3fc42c31 libdom: update to 0.0.1. 2014-02-04 21:18:45 +01:00
Juan RP 07544a8088 New package: liblogging-1.0.0. 2014-02-04 17:54:22 +01:00
Juan RP 69c6729620 autoconf_cache/common-glibc: override ac_cv_func_working_mktime. 2014-02-04 17:24:44 +01:00
Juan RP df63dde740 autoconf_cache/common-glibc: override ac_cv_func_strtod. 2014-02-04 17:16:00 +01:00
Juan RP 7a2274f404 autoconf_cache/common-glibc: override ac_cv_func_chown_works. 2014-02-04 17:11:06 +01:00
Juan RP 5e9bcce860 autoconf_cache/common-glibc: override ac_cv_func_{fork{,_works},strdup}. 2014-02-04 17:07:44 +01:00
Juan RP 4363e661d5 Import a bunch of files from OpenEmbedded to setup some autoconf cache vars. 2014-02-04 16:48:49 +01:00
Juan RP 63fe33c8c0 hunspell: update to 1.3.2 (SONAME bump). 2014-02-04 06:14:14 +01:00
Juan RP 2e002d0c0a New package: obexftp-0.24. 2014-02-03 15:42:42 +01:00
Juan RP ab2ecbc096 ImageMagick: rebuild with fixed common/shlibs. 2014-02-03 11:49:43 +01:00
Juan RP 03d4afd046 ImageMagick: make this build again and add new SONAMEs. 2014-02-03 10:39:23 +01:00
Juan RP d042252455 common/shlibs: add missing libGLESv2.so.2 soname. 2014-02-03 10:01:01 +01:00
Juan RP 4efb594e1a libwebp: update to 0.4.0 (SONAME bump). 2014-02-03 09:53:19 +01:00
Juan RP a22ce28ff1 New package: libatomic_ops-7.2e. 2014-01-30 11:03:24 +01:00
Juan RP f34d277e27 common/shlibs: use virtual pkgs for libEGL and libGLES*. 2014-01-29 15:39:55 +01:00
Juan RP 6b8b12f123 environment/0002-cross.sh: only pass cross configure_args in some cases. 2014-01-28 17:50:55 +01:00
Juan RP f0584130c3 Require xbps-src >= 100. 2014-01-28 13:13:34 +01:00
Juan RP 9b3f5617f4 Update infrastructure for xbps-src >= 100. 2014-01-28 13:07:02 +01:00
Juan RP eba93e2adb common: added a helpers directory with common shell helpers. 2014-01-28 12:10:04 +01:00
Juan RP 0abdc0c09e common/build_style: added a simple README. 2014-01-28 12:08:52 +01:00
Juan RP fbb7da4772 common/cross-profiles: add a simple README. 2014-01-28 12:07:13 +01:00
Juan RP 1332cd4ae1 build_style/perl-module.sh: add rudimentary cross compile support. 2014-01-28 10:31:06 +01:00
Juan RP ff7a63e79c common/shlibs: add libUMP.so (as required by sunxi-mali propietary libs). 2014-01-27 18:16:59 +01:00
Juan RP 8b58db3c67 New package: libump-git. 2014-01-27 13:47:28 +01:00
Juan RP cdbdc70d19 New package: libdri2-git. 2014-01-27 13:32:41 +01:00
Juan RP 3313fca907 notmuch: create new subpkgs: libnotmuch and libnotmuch-devel; install bash completions to correct dir. 2014-01-25 11:51:42 +01:00
Juan RP 7ceca394c5 cross-profiles/armv7.sh: use cross-arm-linux-gnueabihf7 pkg. 2014-01-18 10:04:41 +01:00
Juan RP cae309971c cross-profiles/armv7.sh: use valid CROSS_CFLAGS for armv7-a. 2014-01-17 17:57:09 +01:00
Juan RP c90e84bcec clutter: rebuild against libevdev>=0.6 (API/ABI incompatible). 2014-01-11 20:26:21 +01:00
Juan RP 69629f4969 Require xbps-src>=98. 2014-01-11 15:33:31 +01:00
Juan RP 6e5e99ef9f Require xbps>=0.29 and xbps-src>=96. 2014-01-09 15:31:15 +01:00
Juan RP 0879af1196 openobex: update to 1.7.1. 2014-01-09 09:37:52 +01:00
Juan RP 21623df128 common/build_style/meta.sh: remove useless do_{configure,build} targets. 2014-01-08 16:26:06 +01:00
Juan RP f2aca6575f common/cross-profiles: add a script from sabotage to workaround gnulib issues with musl. 2014-01-08 09:52:14 +01:00
Juan RP ed5f1a9273 cross-profiles/*-musl.sh: use a different XBPS_TARGET_ARCH so that pkgs don't conflict with glibc ones. 2014-01-07 18:32:38 +01:00
Juan RP 6de4764290 common/global-defs.sh: require xbps-src>=94. 2014-01-07 17:54:33 +01:00
Juan RP 074bb4d726 Added build_style and cross-profiles dirs from xbps-src. 2014-01-07 17:29:49 +01:00
Juan RP 94f122237c New package: libcxx-3.4. 2014-01-07 15:04:35 +01:00
Juan RP 5e317e9d5a llvm: fix cross build; add new libllvm soname. 2014-01-07 09:44:19 +01:00
Juan RP b51c2dbae9 New package: goffice0.8 (required by gnucash). 2014-01-05 21:09:35 +01:00
Juan RP 033c15d045 goffice: update to 0.10.9 and update SONAME. 2014-01-05 20:52:07 +01:00
Juan RP 6785b6e912 Merge pull request #247 from hanspolo/master
New packages: goffice-0.8.13_1 and gnucash-2.6.0_1
2014-01-05 09:46:58 -08:00
hanspolo 95d2a32593 Added goffice at the tail 2014-01-05 18:20:22 +01:00
hanspolo 804abb8042 New package: goffice-0.8.13_1 2014-01-05 18:18:35 +01:00
Juan RP e4d4291647 common/global-defs.sh: require xbps-src>=92. 2014-01-02 11:51:54 +01:00
Juan RP 94982a142c common/global-defs.sh: require xbps-src >= 90. 2014-01-01 16:09:53 +01:00
Juan RP eb95f8a1c8 common/global-defs.sh: require xbps-src >= 87. 2013-12-30 15:09:24 +01:00
Juan RP 68296e5962 New package: libxshmfence-1.1. 2013-12-28 11:09:24 +01:00
Juan RP 3b92f569c4 common/shlibs: add new libxcb-1.10 sonames. 2013-12-23 10:14:49 +01:00
Juan RP 83821a0140 libdvbpsi: update to 1.1.2 (soname bump). 2013-12-18 14:58:00 +01:00
Juan RP 353db541ea common/shlibs: remove old muffin soname. 2013-12-16 17:11:24 +01:00
Juan RP a97a9f568a New package: nemo-2.0.8. 2013-12-16 14:57:20 +01:00
Juan RP ef577c5fbe New package: cinnamon-control-center-2.0.9. 2013-12-16 14:46:13 +01:00
Juan RP cac08b9f71 New package: cinnamon-settings-daemon-2.0.8. 2013-12-16 14:16:19 +01:00
Juan RP 061821584c New package: muffin-2.0.5. 2013-12-15 17:54:32 +01:00
Roelof Wobben 771d16f70e new package cjs: part of cinnamon2.x 2013-12-14 19:40:55 +01:00
Juan RP 90e9115974 common/shlibs: add missing netbsd-rumpkernel sonames for fs-utils. 2013-12-14 12:57:26 +01:00
Juan RP c994073b39 Merge branch 'master' into testing 2013-12-09 17:40:18 +01:00
Juan RP 56058ad261 lutok: update to 0.4 (soname bump). 2013-12-08 15:33:43 +01:00
Juan RP 2bfb348a2b common/global-defs.sh: require xbps-src >= v83. 2013-12-06 09:50:18 +01:00
Juan RP 599b3a8c30 wv: update to 1.2.9 (soname bump). 2013-12-05 09:19:04 +01:00
Juan RP 54c646f841 New package: efl-1.8.1. 2013-12-02 14:41:04 +01:00
Juan RP 4ad8044409 MesaLib: split libxatracker and make all dri pkgs depend on MesaLib for /etc/drirc. 2013-12-01 10:21:16 +01:00
Juan RP d6b1923078 MesaLib: update to 10.0.0. 2013-12-01 09:52:53 +01:00
Juan RP 601d68be92 MesaLib: update to 9.2.4. 2013-11-28 17:23:35 +01:00
Juan RP b61a0beb2d btrfs-progs: update to 3.12. 2013-11-27 14:17:11 +01:00
Juan RP 7a95115214 common/shlibs: add libmagick++ 6.8.7 soname. 2013-11-26 17:35:12 +01:00
Juan RP 0419132590 vlc: create libvlc and vlc-devel binpkgs. 2013-11-25 15:23:08 +01:00
Juan RP 2e6f4c8919 New package: source-highlight-3.1.7. 2013-11-24 11:01:46 +01:00
Juan RP 0962acc59e common/shlibs: add libgexiv2-0.6.x soname. 2013-11-21 12:24:34 +01:00
Juan RP 2e8168dbce New package: jbig2dec-0.11. 2013-11-17 20:33:11 +01:00
Juan RP c0f399b68f enlightenment: build the enotify module. 2013-11-16 12:58:06 +01:00
Juan RP b556627897 xen{,4.2}: update to 4.3.1 and 4.2.3 respectively.
Splitted xen pkg into smaller packages:
	- xen-hypervisor (contains just the hypervisor)
	- xen-libs (contains the shared libraries)
	- xen (contains all utilities)
2013-11-16 11:59:27 +01:00
Juan RP 75833cf1fc New package: xine-lib-1.2.4. 2013-11-16 09:05:08 +01:00
Juan RP a8689f40a0 New package: libtsm-3. 2013-11-14 17:25:43 +01:00
Juan RP 34cc4192c5 common/shlibs: update soname for mesa-9.2.3. 2013-11-14 08:10:27 +01:00
Juan RP eef1aaff9a New package: snapper-0.1.7. 2013-11-05 12:06:16 +01:00
Juan RP 83efa855c3 New package: glusterfs-3.4.1. 2013-11-05 11:02:43 +01:00
Juan RP cff41951a2 Merge pull request #203 from wertyi48/master
Various updates
2013-11-01 05:03:15 -07:00
wertyi48 977e803de4 gtk-sharp: update to 2.99.1. 2013-10-31 14:18:11 -03:00
Juan RP ea39e53a2a lutok: update to 0.3 (soname bump). 2013-10-31 11:13:30 +01:00
Juan RP 30d25f4993 New package: polarssl-1.3.1. 2013-10-30 17:10:07 +01:00
Juan RP 31dc8c6e61 Require xbps-src >= v75 and base-chroot >= 0.40. 2013-10-30 11:30:53 +01:00
Juan RP c42042f42b New package: libshout-idjc-2.3.1 required by the upcoming idjc update. 2013-10-30 08:26:32 +01:00
Juan RP a7afe9c4fa ffmpeg: update to 2.1 (soname bumps). 2013-10-30 07:29:48 +01:00
Juan RP 7539faf6b7 boost: update to 1.54 (soname bumps). 2013-10-29 11:38:13 +01:00
Juan RP ba1139f29e miniupnpc: update to 1.8 (soname bump). 2013-10-29 11:05:33 +01:00
xdave bf0f2420ff mono: update to 3.2.3. 2013-10-28 14:35:52 -06:00
xdave 61e8ac629f New package: libgdiplus-2.10.9 (for mono). 2013-10-28 13:52:55 -06:00
Juan RP 857306ce13 libsocialweb: removed; development has ceased and it's not used currently. 2013-10-28 09:55:32 +01:00
xdave 3d4a695f23 common/shlibs: fix pkg for librasqal.so.3 2013-10-27 21:01:04 -06:00
xdave 3b45eef974 abiword: update to 3.0.0. 2013-10-27 20:28:05 -06:00
Juan RP 5fa697362d Require xbps >= 0.26.1. 2013-10-25 10:58:34 +02:00
Juan RP 5ef139ae87 Require xbps-src >= 73 and base-chroot >= 0.39. 2013-10-24 11:31:26 +02:00
Juan RP c35b466d14 New package: mutter-wayland-3.10.1. 2013-10-20 07:36:01 +02:00
Juan RP d23cd4c163 New package: libevdev-0.4. 2013-10-20 07:18:47 +02:00
Juan RP 9e3ca9e342 cogl: enable egl/kms/wayland support. 2013-10-20 07:01:29 +02:00
Juan RP d1b9a66313 common/shlibs: update libdricore soname for mesa-9.2.2. 2013-10-19 09:32:05 +02:00
Juan RP 2555548e16 xcb-util-cursor: libxcb-render-util.so.0 is provided by xcb-util-renderutil.
Noticed by mrneilypops on g+
2013-10-14 09:17:22 +02:00
Juan RP 4dd8b9c3b8 New package: cairo-dock-3.3.1. 2013-10-13 16:54:30 +02:00
Juan RP 649caf9695 New package: xcb-util-cursor-0.1.0. 2013-10-13 09:08:26 +02:00
Juan RP 5ba84d9e41 libraw: update to 0.15.4 (soname bumps). 2013-10-11 09:29:34 +02:00
Juan RP 449b7851a5 Resurrect lua 5.1.x as lua51 (still required by some pkgs). 2013-10-10 11:44:13 +02:00
Juan RP a71f3cb957 lua: update to 5.2.2 (close #182). 2013-10-10 11:04:26 +02:00
Juan RP f9efae4ebb qemu: update to 1.6.1. 2013-10-10 09:45:44 +02:00
Juan RP f1ff6dcf64 New package: SDL2-2.0.0. 2013-10-09 11:56:49 +02:00
Juan RP 7dfa4f6b98 New package: potrace-1.11 (close #191). 2013-10-09 09:33:57 +02:00
Juan RP 5f4ac0de9d x264: update to 20131007 (stable) snapshot (soname bump). 2013-10-08 09:19:28 +02:00
Juan RP 0724810047 MesaLib: update to 9.2.1. 2013-10-05 10:14:29 +02:00
Juan RP f9578e2f60 Require xbps-src>=71. 2013-10-03 16:49:52 +02:00
Juan RP 26ca10b185 wine: update to 1.6 (replaces old wine-unstable pkg). 2013-10-03 15:33:30 +02:00
Juan RP 8159f53a24 wine-unstable: removed; unmaintained and having the stable version is enough. 2013-10-03 15:16:54 +02:00
Juan RP 1e613a13bb v8: downgrade to the 3.20 series for chromium-30. 2013-10-03 13:51:32 +02:00
Juan RP 892e8cb40d v8: update to 3.22.5. 2013-10-03 10:46:09 +02:00
Juan RP f5e84f401f Require xbps-src >= 68 and xbps >= 0.26. 2013-09-27 11:54:39 +02:00
Juan RP e5aeda245f zeitgeist: update to 0.9.14. 2013-09-27 09:19:11 +02:00
Juan RP d3e5be76fd pygobject: added python3 bindings (py3gobject). 2013-09-27 03:14:43 +02:00
Juan RP 46fa7ad005 gnome-color-manager: update to 3.10.0. 2013-09-26 23:47:01 +02:00
Juan RP 28255eeeb2 glade3: update to 3.16.0 (soname bump). 2013-09-26 23:27:25 +02:00
Juan RP 086ea52774 empathy: update to 3.10.0. 2013-09-26 22:46:25 +02:00
Juan RP 3a9e0d4593 gnome-shell: update to 3.10.0.1. 2013-09-26 22:31:44 +02:00
Juan RP effb0a4061 totem-pl-parser: update to 3.10.0 (soname bump). 2013-09-26 21:17:10 +02:00
Juan RP 365989e6ec gnome-bluetooth: update to 3.10.0 (soname bump). 2013-09-26 18:34:36 +02:00
Juan RP 6125f9460c New package: geocode-glib-3.10.0. 2013-09-26 18:10:44 +02:00
Juan RP 90dcfa01df evolution-data-server: update to 3.10.0 (soname bumps). 2013-09-26 16:50:47 +02:00
Juan RP 7c6c4f5a65 gnome-desktop: update to 3.10.0 (soname bump). 2013-09-26 16:28:53 +02:00
Juan RP f5909bc34a gnome-online-accounts: update to 3.10.0 (soname bump). 2013-09-26 16:12:00 +02:00
Juan RP 0195759567 webkitgtk: update to 2.1.92. 2013-09-26 16:02:02 +02:00
Juan RP 06f8b668f5 libgweather: update to 3.10.0 (soname bump). 2013-09-26 15:12:10 +02:00
Juan RP 52aee0546f New package: mozjs17-17.0.0. 2013-09-26 13:54:34 +02:00
Juan RP f5a8bcc572 cogl: update to 1.16.0 (soname bumps). 2013-09-26 13:15:03 +02:00
Juan RP e3102f9d4f New package: libupnp-1.6.18. 2013-09-23 22:32:21 +02:00
Juan RP 9b2a90ca3a New package: libnet-1.1.6. 2013-09-22 09:10:29 +02:00
Juan RP 0bb632d936 bind: update to 9.9.4. 2013-09-20 17:58:41 +02:00
Juan RP dbebda9c1c New package: libedit-20130712.3.1. 2013-09-19 09:53:56 +02:00
Juan RP e70171fb9c rhythmbox: update to 3.0. 2013-09-17 11:05:33 +02:00
Juan RP 6360c1a75a poppler: update to 0.24.1 (soname bump). 2013-09-04 10:38:37 +02:00
Juan RP b3f6672971 New package: glamor-egl-0.5.1. 2013-08-28 11:19:00 +02:00
Juan RP bda58819ff MesaLib: update to 9.2.0. 2013-08-28 09:14:52 +02:00
Juan RP 05a1e38683 common/global-defs.sh: require xbps-src>=64. 2013-08-27 11:17:29 +02:00
Juan RP 0b79ec3b99 chromaprint: added a -devel pkg. 2013-08-26 09:42:17 +02:00
Juan RP f68da63a81 New package: fox-1.6.49. 2013-08-24 18:37:20 +02:00
Juan RP 1a3df14fe6 chromium: rebuild against harfbuzz-0.9.19 (missing symbol available in libharfbuzz-icu). 2013-08-22 13:41:53 +02:00
Juan RP c1f8d0addf New package: graphite-1.2.3. 2013-08-22 08:57:26 +02:00
Juan RP a72dde110a chromium: update to 29.0.1547.57. 2013-08-21 12:48:49 +02:00
Juan RP dda892933a New package: php-5.5.2 (close #53). 2013-08-20 10:30:46 +02:00
Juan RP 7678d78689 New package: libmcrypt-2.5.8. 2013-08-20 09:03:02 +02:00
Juan RP c8cb6b831c New package: libmpdclient-0.28. 2013-08-19 09:58:27 +02:00
Juan RP ed807c5728 mpc: renamed to libmpc and update to 1.0.1 (soname bump). 2013-08-19 09:11:07 +02:00
Juan RP 1e24bf5fb0 subversion: update to 1.8.1. 2013-08-17 11:04:47 +02:00
Juan RP 7345903c58 New package: serf-1.3.1. 2013-08-17 10:51:41 +02:00
Juan RP b3ad776a86 libseccomp: update to 2.0.0 (soname bump). 2013-08-16 09:35:03 +02:00
Juan RP c69c43e3d2 Merge git://github.com/wertyi48/xbps-packages 2013-08-12 15:43:15 +02:00
Juan RP 18e7d8b2d8 openbox: update to 3.5.2 (soname bumps). 2013-08-12 09:04:04 +02:00
wertyi48 6a7c039818 librsync: remove missing newline;create devel pkg 2013-08-09 18:15:08 -03:00
wertyi48 38212eea9b New package: librsync. 2013-08-09 18:15:08 -03:00
Juan RP 24e5ce3322 linux-tools: fix x86_energy_perf_policy pkg short_desc; fix x86 build. 2013-08-08 09:22:16 +02:00
Juan RP 9ba52afc10 New package: linux-tools-3.10; including cpupower, perf, usbip and x86_energy_perf_policy. 2013-08-08 09:18:10 +02:00
Juan RP 9d21ef3f87 MesaLib: update to 9.1.6. 2013-08-06 11:39:25 +02:00
xdave 16c58d1ace New package: phorward-0.17. 2013-08-05 12:38:43 -06:00
xdave b57185ef42 vala: update to 0.21.1. 2013-08-04 22:13:02 -06:00
xdave 68d7549f2a New package: objfw-0.7.1. 2013-08-04 15:18:18 -06:00
Juan RP 74f6b1d79e silc-toolkit: added -devel pkg; added sonames to common/shlibs. 2013-07-31 19:40:53 +02:00
Juan RP 458c71c1ba lrzip: added liblrzip and -devel pkgs; revbump++ 2013-07-28 18:13:46 +02:00
Juan RP 9e891796be New package: gmtk-1.0.8. 2013-07-28 09:03:14 +02:00
xdave 44c2df87d1 New package: anjuta-3.8.4. 2013-07-27 23:52:31 -06:00
xdave 470ca1de23 New package: autogen-5.17.4. 2013-07-27 23:30:53 -06:00
xdave 2d7ca1f98c New package: guile-2.0.9. 2013-07-27 22:40:17 -06:00
xdave 79089199ec New package: libunistring-0.9.3. 2013-07-27 22:09:45 -06:00
xdave 3084b1fef7 New package: devhelp-3.8.2. 2013-07-27 21:12:48 -06:00
xdave f9ff22de59 New package: libgda--5.1.2. 2013-07-27 20:22:31 -06:00
xdave 99e688abdd New package: gdl-3.8.1. 2013-07-27 19:10:31 -06:00
Juan RP 480612aa98 bind: fix build (patch unneeded now); force ecdsa detection, added new sonames. 2013-07-27 23:33:31 +02:00
Juan RP a65b18a0de common/global-defs.sh: require xbps-src>=60. 2013-07-25 09:08:08 +02:00
Juan RP 9b3b2fe4f8 common/shlibs: add xen4.2 shlibs. 2013-07-24 23:18:33 +02:00
Juan RP e8ec99bbe0 New package: libavcodec53-0.10.7 (ffmpeg 0.10.x branch). 2013-07-23 09:54:53 +02:00
Juan RP 820fd302ee New package: gpm-1.20.7. 2013-07-23 08:25:19 +02:00
Juan RP 42ba8bd3e6 gcc: add gcj support; closes #102. 2013-07-21 09:07:15 +02:00
Juan RP 64c9b2ee01 New package: ModemManager-1.0.0. 2013-07-20 05:41:29 +02:00
Juan RP 858b3119f7 New package: libmbim-1.4.0. 2013-07-20 05:31:33 +02:00
Juan RP 1d0ec65775 New package: libqmi-1.4.0. 2013-07-20 05:27:37 +02:00
Juan RP 58df1933a1 MesaLib: update to 9.1.5. 2013-07-18 12:18:42 +02:00
Juan RP 62debd9122 New package: libraw1394-2.1.0. 2013-07-18 06:04:13 +02:00
Juan RP 7feb6df81e chrony: drop nss and use libtomcrypt instead for the benefit of cross builds. 2013-07-18 03:44:30 +02:00
Juan RP 91452c5fce ffmpeg-0.10x-compat: remove; omxplayer does not depend on it anymore. 2013-07-15 06:40:56 +02:00
Juan RP 7b5d31a90e mdbtools: remove useless -doc pkg; misc tweaks. 2013-07-13 08:23:34 +02:00
Juan RP af9115ed1f gd: update to 2.1.0 (soname bump). 2013-07-11 08:34:14 +02:00
Juan RP 17f6ad8b9c gettext: update sonames and fix cross build. 2013-07-08 15:32:20 +02:00
Juan RP 01854ba64b New package: opensonic-0.1.4. 2013-07-03 15:46:36 +02:00
Juan RP 22e0fa8f8e New package: allegro4-4.4.2. 2013-07-03 15:31:21 +02:00
Juan RP 54d4ebe8bf common/shlibs: update for mesa-9.1.4 sonames. 2013-07-02 01:16:57 +02:00
Juan RP f34e157a6c boost: update to 1.53.0 (soname bumps). 2013-07-01 22:43:11 +02:00
Juan RP 63bb3ade0e ffmpeg: update to 1.2.1; libavutil soname bump. 2013-06-29 09:20:13 +02:00
Juan RP ce4fabf505 New package: libotr-4.0.0. 2013-06-29 08:05:41 +02:00
Juan RP cbea86622e New package: libotr3-3.2.1. 2013-06-26 11:41:09 +02:00
Juan RP e14e728055 New package: libvncserver-0.9.9. 2013-06-26 11:29:05 +02:00
Juan RP 9c32fbe2ae New package: libktorrent-1.3.1. 2013-06-26 11:07:11 +02:00
Juan RP 00d83d5915 New package: snappy-1.1.0. 2013-06-23 08:25:15 +02:00
Juan RP c837f6fcfc MesaLib: enable support for RadeonSI (HD7xxx) GPUs with LLVM-3.3 (patch from LFS). 2013-06-21 11:44:36 +02:00
Juan RP d55b5a43ab common/global-defs.sh: require xbps-src>=58. 2013-06-21 07:50:46 +02:00
Juan RP 6019398dbf samba: update to 3.6.16. 2013-06-20 12:09:28 +02:00
Juan RP a89bc59a88 New package: irrlicht-1.8. 2013-06-18 10:34:02 +02:00
Juan RP 72c91f629e llvm: added libllvm pkg; move libs to standard dirs; clang needs gcc. 2013-06-18 09:20:37 +02:00
Juan RP 4406a8ad4a llvm: update to 3.3. 2013-06-18 07:37:03 +02:00
Juan RP 77888008d5 New package: kdeplasma-addons-4.10.4. 2013-06-17 18:05:49 +02:00
Juan RP 63555ae7e5 New package: qoauth-1.0.1. 2013-06-17 17:43:42 +02:00
xdave 7979cb29a3 libjpeg-turbo: enable TurboJPEG api. 2013-06-17 08:27:34 -06:00
Juan RP 17670daf86 New package: kdepim-4.10.4. 2013-06-17 12:36:41 +02:00
Juan RP 97592c2224 New package: kdepim-runtime-4.10.4. 2013-06-17 12:16:32 +02:00
Juan RP 5b32267835 New package: libkgapi-2.0.1. 2013-06-17 12:03:15 +02:00
Juan RP 36bc93c50e New package: kdeartwork-4.10.4. 2013-06-17 11:45:00 +02:00
Juan RP 2fbc37de3e New package: libkexiv2-4.10.4. 2013-06-17 11:35:30 +02:00
Juan RP f20d6c8cb3 New package: kdeadmin-4.10.4. 2013-06-17 11:08:07 +02:00
Juan RP 2f81681cad New package: kde-workspace-4.10.4. 2013-06-17 10:45:17 +02:00
Juan RP 59aa09689c New package: xcb-util-renderutil-0.3.8. 2013-06-17 09:56:38 +02:00
Juan RP 62a22913af New package: qimageblitz-0.0.6. 2013-06-17 09:44:18 +02:00
Juan RP 0db5e54766 New package: kde-baseapps-4.10.4. 2013-06-17 08:33:46 +02:00
Juan RP 1d6851ec72 New package: nepomuk-widgets-4.10.4. 2013-06-17 08:11:04 +02:00
Juan RP e2ffaedff3 New package: kde-runtime-4.10.4. 2013-06-17 08:00:30 +02:00
Juan RP f99bca3985 New package: kactivities-4.10.4. 2013-06-17 07:23:07 +02:00
Juan RP fabc58f8a4 New package: kdepimlibs-4.10.4. 2013-06-16 21:46:11 +02:00
Juan RP acff620c5b New package: akonadi-1.9.2. 2013-06-16 21:36:04 +02:00
Juan RP 100270f08c New package: qjson-0.8.1. 2013-06-16 21:18:39 +02:00
Juan RP 3cd0d8dae2 New package: libssh-0.5.4. 2013-06-16 21:03:48 +02:00
Juan RP 26a7de73ec nepomuk-core: drop libnepomukcore pkg. 2013-06-16 19:56:52 +02:00
Juan RP 8e36887a7d New package: nepomuk-core-4.10.4. 2013-06-16 19:46:02 +02:00
Juan RP d40fef8669 New package: libiodbc-3.52.8. 2013-06-16 19:26:20 +02:00
Juan RP 83649d274c New package: unixodbc-2.3.1. 2013-06-16 18:55:39 +02:00
Juan RP de76d59fd5 poppler-qt4: sync with main poppler pkg (0.22.3). 2013-06-16 18:37:18 +02:00
Juan RP 14e238adb9 kdelibs: rebuild to not depend in qt-libphonon dependency due to libphonon SONAME. 2013-06-16 17:59:16 +02:00
Juan RP 52063c4916 clucene: update to 2.3.3.4 (SONAME bump). 2013-06-16 11:50:15 +02:00
Juan RP e637d904b5 New package: kdelibs-4.10.4. 2013-06-16 11:30:58 +02:00
Juan RP 7fd0ad4133 New package: redland-1.0.16. 2013-06-16 11:06:12 +02:00
Juan RP 3b9b462a88 New package: rasqal-0.9.30. 2013-06-16 10:31:20 +02:00
Juan RP e76d0b6a56 New package: soprano-2.9.2. 2013-06-16 10:00:43 +02:00
Juan RP bf4d30a1bb New package: qca-2.0.3. 2013-06-16 09:34:00 +02:00
Juan RP f4b35e2284 New package: grantlee-0.3.0. 2013-06-16 09:23:33 +02:00
Juan RP 9c5e612776 New package: attica-0.4.2. 2013-06-16 09:13:16 +02:00
Juan RP 38cf3de38c common/global-defs.sh: require xbps-src>=57. 2013-06-16 09:12:04 +02:00
Juan RP bbbff83a1f New package: libdbusmenu-qt-0.9.2. 2013-06-16 08:13:00 +02:00
Juan RP 4fcbfe6254 New package: phonon-4.6.0. 2013-06-16 07:26:09 +02:00
Juan RP fb354b7ed2 New package: libqzeitgeist-0.8.0. 2013-06-16 07:16:10 +02:00
Juan RP e0e3f19a97 common/shlibs: add libxbps>=0.25 SONAME. 2013-06-10 10:57:05 +02:00
Juan RP 6ba9e8d3bd common/shlibs: add new SONAME from gst-plugins-base1-1.1.1. 2013-06-06 16:47:53 +02:00
Juan RP 32fb1d9a30 New package crypto++-562 (required by a newer synergy version). 2013-06-06 07:37:37 +02:00
Juan RP 2dbaf116c4 pulseaudio: update to 4.0. 2013-06-04 11:28:06 +02:00
Juan RP d99825448c libxcb: enable xinput/xkb. 2013-05-30 23:21:55 +02:00
Juan RP 135ac4341d new package: c-ares-1.10.0. 2013-05-27 20:49:39 +02:00
Juan RP 633f5d2fbb Require xbps-src>=53 to build packages. 2013-05-26 10:40:39 +02:00
Juan RP 703a9cf7e7 qt: enable webkit again; it's required by skype at least. 2013-05-22 23:33:37 +02:00
pancake 2b536ce42f New package: tk 8.6.0. 2013-05-22 11:28:42 +02:00
Juan RP 86bc63bc43 common/shlibs: sync with mesa-9.1.3. 2013-05-21 22:53:34 +02:00
Juan RP 88ff569cf1 common/global-defs.sh: require xbps-src >= 51 due to 'force_debug_pkgs' support. 2013-05-20 14:35:23 +02:00
Juan RP aed3136e92 common/shlibs: add ruby-2.0.0 soname. 2013-05-16 09:21:04 +02:00
Juan RP dd6d0f39e8 sdb: update to 0.6.2 with a patch for cross builds. 2013-05-10 10:44:18 +02:00
Juan RP daf3cf3eb4 Rebuild pkgs against libdb-cxx>=5. 2013-05-10 07:20:57 +02:00
Juan RP 1e0fa209d1 Ice: update to 3.5.0. 2013-05-09 17:00:06 +02:00
Juan RP 3e3bb76a39 db: update to 5.3.21 (major upgrade, soname bumps). 2013-05-09 16:13:04 +02:00
Juan RP 138bcba781 New package: zziplib-0.13.62. 2013-05-06 21:07:08 +02:00
Juan RP 5d3b350040 New package: agg-2.5. 2013-05-06 20:57:01 +02:00
Juan RP d1ce9a2c5e json-c: update to 0.11. 2013-05-05 08:42:32 +02:00
Juan RP 5134a641cd New package: libgit2-0.18.0. 2013-05-05 05:52:37 +02:00
Juan RP 11503bba71 common/global-defs.sh: require xbps-src>=49 and xbps>=0.24 for xbps-src -f. 2013-05-02 12:52:51 +02:00
Juan RP 0446b14784 common/global-defs.sh: also require xbps>=0.23. 2013-05-01 11:39:43 +02:00
Juan RP 35ea7a54f4 common/global-defs.sh: require xbps-src>=48 and base-chroot>=0.35. 2013-05-01 11:32:25 +02:00
Juan RP 7b40b8e899 common/shlibs: added libdricore soname from mesa 9.1.2. 2013-05-01 08:07:50 +02:00
Juan RP d40e77365e common/shlibs: add another weird soname from libmagick. 2013-04-30 17:21:55 +02:00
Juan RP 3d9ba80956 evas_generic_loaders: rebuild against poppler>=0.22.3. 2013-04-30 10:58:56 +02:00
Juan RP 3ffea3911b libpng: update to 1.6.2 (soname bump). 2013-04-30 10:22:12 +02:00
Juan RP 21be1b12bc New package: libmicrohttpd-0.9.26. 2013-04-30 09:56:44 +02:00
Juan RP e4150aab1b common/shlibs: added libunwind soname. 2013-04-27 05:28:56 +02:00
Juan RP fbc89c52b1 common/shlibs: add libcaca soname. 2013-04-27 03:54:22 +02:00
Juan RP afa8d8c1b5 New package: balsa-2.5.0 (from pancake). 2013-04-24 11:07:19 +02:00
ojab 39cba5b15f New package: jsoncpp-0.6.0rc2 2013-04-23 20:14:57 +04:00
ojab 7adc656ddd New package: libsrtp-1.4.4 2013-04-23 20:14:56 +04:00
ojab bd7e85b5f6 New package: minizip-1.2.7 2013-04-23 20:14:56 +04:00
ojab 6eaf59b82c New package: re2-20130115 2013-04-23 20:14:55 +04:00
ojab d0be77d1f8 New package: speech-dispatcher-0.8 2013-04-23 20:14:54 +04:00
ojab 6d276e08c2 New package: dotconf-1.3 2013-04-23 20:14:54 +04:00
Juan RP bc75b3baf2 protobuf: update to 2.5.0 (soname bumps). 2013-04-22 18:34:27 +02:00
Juan RP 8895ae451d common/global-defs.sh: require xbps-src >= 47 for "vmove all" support. 2013-04-19 08:11:59 +02:00
Juan RP 7377cf6eca common/shlibs: another update for ImageMagick-6.8.4.9. 2013-04-15 20:13:19 +02:00
Juan RP 79fcd9f8ff common/shlibs: update for ImageMagick-6.8.9.4. 2013-04-15 20:01:06 +02:00
Juan RP b03ac3d815 common/global-defs.sh: require xbps-src v45. 2013-04-15 17:47:22 +02:00
Juan RP 569d66b69d rhythmbox: update to 2.99. 2013-04-08 18:00:29 +02:00
Juan RP 2a751a06af common/shlibs: add more sonames from netbsd-rumpkernel. 2013-04-04 01:06:38 +02:00
Juan RP 7d16f47c87 New package: fs-utills-v0.01 (hi eeewwwka). 2013-04-03 23:03:58 +02:00
Juan RP 74069295df ffmpeg: sort common/shlibs to prefer ffmpeg rather than 0.10x-compat; switch -devel to arch. 2013-04-03 18:58:44 +02:00
ojab ea3dc4a5da libsmbios: update to 2.2.28, add homepage & license 2013-04-03 14:27:53 +04:00
ojab 071aea5a7a clucene: fix shlibs, add homepage & license 2013-04-03 14:25:46 +04:00
ojab 8eb8466a46 poppler: update to 0.22.2, related shlibs changes & revbumps 2013-04-03 14:24:05 +04:00
Juan RP d55b47aa3f rygel: update to 0.18.0. 2013-03-28 22:10:33 +01:00
Juan RP 40dc17b556 New package: python3-3.3.0 (required by gedit-3.8). 2013-03-28 21:13:40 +01:00
Juan RP b59f95b749 common/shlibs: two more sonames from e-d-s 3.8. 2013-03-28 20:25:58 +01:00
Juan RP c7df1e34ae sushi: update to 3.8.0. 2013-03-28 19:44:40 +01:00
Juan RP 80e6b598af colord: update to 0.1.31. 2013-03-28 16:57:24 +01:00
Juan RP 339f1588f8 common/shlibs: add a new eds 3.8 soname. 2013-03-28 15:58:24 +01:00
Juan RP d55f52375e libgweather: update to 3.8.0 (soname bump). 2013-03-28 13:18:48 +01:00
Juan RP 9e368ab4ed common/shlibs: switch to webkitgtk for webkit1+gtk3. 2013-03-28 13:02:50 +01:00
Juan RP 3b0875292d gcr: update to 3.8.0 (soname bumps). 2013-03-28 12:44:12 +01:00
Juan RP 09e7efb494 New package: webkitgtk-2.0.0 (supersedes webkit-gtk3; WebKit2 only). 2013-03-28 11:59:21 +01:00
Juan RP 468edb0cf8 tracker: update to 0.16.0 (soname bumps). 2013-03-28 10:06:05 +01:00
Juan RP e90fe0fe1d gnome-desktop: update to 3.8.0.1 (soname bump). 2013-03-28 09:26:12 +01:00
Juan RP e021ceecf4 common/shlibs: bump clutter minver. 2013-03-28 08:46:51 +01:00
Juan RP 5306e0eca6 cogl: update to 1.14.0 (soname bump). 2013-03-28 08:18:48 +01:00
Juan RP 5b82445200 vala: update to 0.20.0 (soname bump). 2013-03-28 07:52:38 +01:00
Juan RP 93c630cdc7 New package: libcec-2.1.1 (with rpi support for armv6l). 2013-03-25 20:15:43 +01:00
Juan RP b191b6e9ab New package: lockdev-1.0.3. 2013-03-25 15:07:53 +01:00
Juan RP 43e73aaa77 New package: omxplayer-20130324. 2013-03-24 19:16:15 +01:00
Juan RP 81a4ca7b0b ffmpeg-0.10x-compat: build with correct soname mappings. 2013-03-24 18:49:48 +01:00
Juan RP 09b53c53da common/global-defs.sh: require xbps >= 0.22. 2013-03-23 08:46:02 +01:00
Juan RP 34854e5836 New package: libbsd-0.4.2. 2013-03-21 12:07:33 +01:00
Juan RP dbfc60af05 MesaLib: update to 9.1.1. 2013-03-20 20:05:26 +01:00
Juan RP ca9daecde5 aalib: fix -devel subpkg (wrong replaces, missing depends, add aalib-config). 2013-03-20 14:29:02 +01:00
Juan RP c9f6b184c2 common/global-defs.sh: require xbps-src >= 42 and base-chroot >= 0.34. 2013-03-17 11:46:38 +01:00
Juan RP 1d51bfe398 New package: libtaginfo-0.1.3. 2013-03-16 04:44:28 +01:00
Juan RP 0c75adf508 Require base-chroot >= 0.32_1. 2013-03-13 23:58:16 +01:00
Juan RP 768781a088 iproute2: update to 3.8.0. 2013-03-12 23:38:48 +01:00
Juan RP e128f5626a common/global-defs.sh: require xbps-src >= 41 and xbps >= 0.21. 2013-03-12 10:57:58 +01:00
Juan RP fc8ba4c8a2 common/shlibs: added libosmesa soname. 2013-03-10 06:07:42 +01:00
Juan RP ab48cabd4c common/shlibs: add libc.so from musl. 2013-03-01 15:27:17 +01:00
Juan RP 40ab3af9e9 common/shlibs: update for mesa-9.1. 2013-02-23 08:14:27 +01:00
Juan RP 1c95531e91 common/shlibs: update libdricore SONAME for MesaLib-9.0.3 (sigh). 2013-02-21 22:50:49 +01:00
Juan RP 51a89f8da3 common/global-defs.sh: require xbps-src>=39 to cross build py pkgs. 2013-02-21 19:11:17 +01:00
Juan RP 72495a2f94 libarchive: update to 3.1.2 (SONAME bump). 2013-02-20 14:34:18 +01:00
Juan RP 4cfea57036 common/global-defs.sh: require xbps-src>=38. 2013-02-18 23:55:02 +01:00
Juan RP 528f291a0d common/shlibs: add LuaJIT soname. 2013-02-14 15:56:12 +01:00
Juan RP bcfe2d9f5b New package: libapp-20110513 (from pancake). 2013-02-11 15:10:00 +01:00
Juan RP f9e26ac195 New package: libzip-0.10.1 (from pancake). 2013-02-11 14:45:26 +01:00
Juan RP 956f12ef59 pam: split out shlibs to a new subpkg: pam-libs. 2013-02-08 13:04:09 +01:00
Juan RP e13224f960 cracklib: split library into its own subpkg; add cross build support. 2013-02-07 05:06:39 +01:00
Juan RP b17b70c6bf common/shlib: add ld-linux-armhf.so.3 soname for armv6l hard-float. 2013-02-05 09:55:01 +01:00
Juan RP 2abd66b88f common/shlib: add libvirt-lxc.so.0 soname from libvirt-1.0.2. 2013-01-30 18:33:51 +01:00
Juan RP 08d8cce4cf New package: libnfs-1.3.0. 2013-01-30 00:30:07 +01:00
Juan RP 475663d7b1 New package: libbluray-0.2.3. 2013-01-30 00:24:21 +01:00
Juan RP 49c0b145eb ntfs-3g: update to 2013.1.13 (SONAME bump). 2013-01-30 00:11:05 +01:00
Juan RP 95b672eb8b New package: tinyxml-2.6.2. 2013-01-29 20:42:28 +01:00
Juan RP 37c477d187 librlog: remove html docs; added subpkg symlink; added soname to common/shlibs. 2013-01-26 08:27:41 +01:00
Juan RP 68ed2e913a common/shlibs: update libdricore soname for MesaLib-9.0.2. 2013-01-23 16:34:39 +01:00
Juan RP 9603be02f6 New package: protobuf-vala-0.1.0 via pancake. 2013-01-17 13:42:38 +01:00
Juan RP 41c6f42d53 granite: added a -devel subpkg. 2013-01-15 10:42:05 +01:00