grauehaare
11801071e1
New Package: sphinxbase-0.8, Speech Recognition Toolkit
2014-05-03 10:16:56 +02:00
Juan RP
ed63aa3357
openjpeg: remove unnecessary --prefix=/usr; added shlib.
2014-05-02 17:07:18 +02:00
Enno Boland
0700015fcf
common/shlibs: add libs for the following commits
2014-05-02 09:13:18 +02:00
Enno Boland
2415b98064
common/build_style: adding python_versions variable
...
This variable contains the versions of python for which this packages
will be built. Multiple versions can be seperated by whitespace.
2014-05-01 16:07:07 +02:00
Ypnose
48ccecdcf3
network-ups-tools: upgrade to 2.7.2 and include libs
2014-05-01 13:12:57 +02:00
grauehaare
71878a5b54
Updated: shlibs, gtkglext (removed deprecated things)
...
New Packages: celestia-glut, celestia-gtk (open universe simulation)
2014-04-30 21:35:27 +02:00
Enno Boland
36f86fe310
New package: python-pyside-1.2.2
2014-04-30 13:53:15 +02:00
Enno Boland
b17dde5e3b
New package: python-shiboken-1.2.2
2014-04-30 13:52:33 +02:00
Juan RP
1ee6e7fa8d
poppler: update to 0.26.0 (soname bump).
2014-04-29 08:10:41 +02:00
Juan RP
9ffc0d09ce
common/hooks: ignore XBPS_ARCH when cross building.
2014-04-28 15:08:44 +02:00
Juan RP
9c2e1d6c61
common/shlibs: added libXaw3d shlib.
2014-04-27 18:14:53 +02:00
Juan RP
6db4f4a209
common/environment: move some linux defs to common-linux, for musl.
2014-04-26 00:25:37 +02:00
grauehaare
68a3c90f45
New Package: gtkglext-1.2.0, OpenGL Extension for GTK, updated shlibs, -devel Package
2014-04-25 21:58:29 +02:00
Enno Boland
d2899851c7
New package: libosmocore-0.6.6
2014-04-23 11:59:45 +02:00
Enno Boland
c4db456828
New package: libode-0.12
2014-04-22 21:23:13 +02:00
Juan RP
bedb5a7242
nvidia331: rebuild with the libGL soname definition, to avoid useless runtime deps.
2014-04-21 10:21:59 +02:00
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