120 Commits

Author SHA1 Message Date
Stefan Saraev
3349daf476 intel-gpu-tools: issue intel_reg_write again after xrandr...
https://bugs.freedesktop.org/show_bug.cgi?id=46800
2013-02-24 21:53:41 +02:00
Stephan Raue
f8bbf18c09 Merge pull request #1855 from dagwieers/exec-daemon
When init starts daemons through a shell script, replace the shell altogether
2013-02-06 13:41:43 -08:00
Dag Wieers
6f41b37996 When init starts daemons through a shell script, replace the shell altogether
A few daemons are being started from init through a shell script. Since the daemon does not "deamonizes" properly, it's been put in the background from the shell by using ( ... ) &, however this leaves a lingering shell that serves no purpose. This patch improves this situation.

The situation before this change looked like:

    init-+-Xorg
         |-avahi-daemon
         |-console-kit-dae-+-62*[{console-kit-da}]
         |                 `-{gdbus}
         |-dbus-daemon
         |-eventlircd
         |-klogd
:        |-init---atvclient
         |-init---connmand
:        |-init---ratpoison
:        |-init---udevadm
         |-polkitd---{gdbus}
         |-rpcbind
         |-sshd---sshd---sh---pstree
         |-syslogd
         |-systemd-udevd
:        |-tvheadend.start---tvheadend---12*[{tvheadend}]
         |-udisks-daemon-+-udisks-daemon
         |               |-{gdbus}
         |               `-{gmain}
         |-upowerd-+-{gdbus}
         |         `-{gmain}
         |-wpa_supplicant
         `-xbmc.bin---17*[{xbmc.bin}]

After this change, it looks like:

    init-+-Xorg
:        |-atvclient
         |-avahi-daemon
         |-console-kit-dae-+-62*[{console-kit-da}]
         |                 `-{gdbus}
         |-dbus-daemon
         |-eventlircd
         |-init---connmand
         |-klogd
         |-polkitd---{gdbus}
:        |-ratpoison
         |-rpcbind
         |-sshd---sshd---sh---pstree
         |-syslogd
         |-systemd-udevd
:        |-tvheadend---12*[{tvheadend}]
:        |-udevadm
         |-udisks-daemon-+-udisks-daemon
         |               |-{gdbus}
         |               `-{gmain}
         |-upowerd-+-{gdbus}
         |         `-{gmain}
         |-wpa_supplicant
         `-xbmc.bin---17*[{xbmc.bin}]

Only for connmand this is not easily done since the shell loops and restarts connmand. In different circumstances /etc/inittab would respawn the process.
2013-02-06 22:16:12 +01:00
Stefan Saraev
09109e9259 intel-gpu-tools: add script to set colorspace. thanks to fritsch 2013-02-04 23:45:18 +02:00
Stefan Saraev
37aff83993 new package: add package 'intel-gpu-tools' 2013-02-04 20:30:15 +02:00
Stephan Raue
f4d3945faf fontconfig: update to fontconfig-2.10.91
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-12 22:45:27 +01:00
Stephan Raue
77163f36e6 ratpoison: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-12 18:09:30 +01:00
Stephan Raue
122a5e2089 fontconfig: update to fontconfig-2.10.2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-12-11 14:03:21 +01:00
Stefan Saraev
766c52a3bc fontconfig: depends / build depends on expat 2012-12-02 23:48:50 +02:00
Gregor Fuis
e1dfd65ca2 fontconfig: generate fontconfig cache on boot and move hack to support user installed fonts form xbmc init 2012-09-16 15:30:05 +02:00
Stephan Raue
93563e254f fontconfig: fix install of configfiles, thanks to 'Gujs'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-08-20 14:52:33 +02:00
Stephan Raue
f570899328 fontconfig: update to fontconfig-2.10.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-08-08 04:45:11 +02:00
Stephan Raue
622399e06e fontconfig: update to fontconfig-2.10.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-07-20 18:05:54 +02:00
Stephan Raue
a1329fa93e Revert "fontconfig: build as static library"
This reverts commit 0f862440c985d053fcaa39b3a834676fe2b95187.
2012-06-12 20:02:53 +02:00
Stephan Raue
1b69080d7b Revert "fontconfig: fix install script"
This reverts commit c8a1920582851458796d4b4a2e77ae20d7fbd79e.
2012-06-12 20:02:39 +02:00
Stephan Raue
59edbdcb14 Revert "fontconfig: build with -fPIC -DPIC flags"
This reverts commit 0f9320ac021bf6da6c832783a6da074e8b4391ac.
2012-06-12 20:02:30 +02:00
Stephan Raue
0192d9b597 Revert "freetype: build as static library"
This reverts commit bc6455743fbdb1423d0695fe814ac297f26d49e6.

Conflicts:

	packages/3rdparty/multimedia/vdr/meta
	packages/mediacenter/xbmc-frodo/meta
	packages/mediacenter/xbmc-pvr/meta
	packages/mediacenter/xbmc-rpi/meta
	packages/mediacenter/xbmc/meta
	packages/python/graphics/Imaging/meta
	packages/x11/xserver/xorg-server/meta
2012-06-12 19:35:08 +02:00
Stephan Raue
0f9320ac02 fontconfig: build with -fPIC -DPIC flags
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-27 02:34:49 +02:00
Stephan Raue
c8a1920582 fontconfig: fix install script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-24 17:11:54 +02:00
Stephan Raue
0f862440c9 fontconfig: build as static library
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-23 18:10:14 +02:00
Stephan Raue
bc6455743f freetype: build as static library
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-23 18:09:47 +02:00
vpeter4
44799c2ae2 web browser: packages moved to 3rdparty
ratpoison: add support for alternative configuration file
pango: add configuration file
2012-04-13 09:50:29 +02:00
Stephan Raue
9afcd75d2d fontconfig: remove LTO hack
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-03-30 21:48:16 +02:00
Stephan Raue
5db59295b1 fontconfig: update to fontconfig-2.9.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-03-29 02:30:32 +02:00
Domin6
543c89c24b Change copyright and FSF address, this fixes #252 2012-02-29 13:36:32 +01:00
Stephan Raue
92c250ae60 Revert "ratpoison: start init scripts on RUNLEVEL=boot"
This reverts commit 7022c0592223ff24bb9fcd2b2ac33e1f7db3bafa.
2011-09-12 19:26:32 +02:00
Stephan Raue
7022c05922 ratpoison: start init scripts on RUNLEVEL=boot
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-09-07 23:11:14 +02:00
Stephan Raue
d223095bc9 fontconfig: dont build with LTO support, fails on ARM
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-03-06 08:54:08 +01:00
Stephan Raue
b74ad71d18 config/path: remove not more needed variables $XORG_PATH_FONTS, $XORG_PATH_MAPS and $XORG_PATH_ENCODINGS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-02-04 14:24:13 +01:00
Stephan Raue
898202aa58 ratpoison: add license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-01-09 18:33:54 +01:00
Stephan Raue
a6927bdd68 fontconfig: add license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-01-09 18:33:54 +01:00
Stephan Raue
bc19afc326 ratpoison: rework init scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-01-09 03:42:52 +01:00
Stephan Raue
bf4e4c26d5 fontconfig: change download url
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-19 14:31:34 +01:00
Stephan Raue
a2bcb7226c fontconfig: fix downloadurl
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-17 15:31:35 +01:00
Stephan Raue
b6a4765455 ratpoison: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-25 18:03:27 +01:00
Stephan Raue
a930f41ff7 fontconfig: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-25 18:03:27 +01:00
Stephan Raue
04a9805fa2 ratpoison: rename patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-16 13:19:34 +01:00
Stephan Raue
cf0bee7d6e fontconfig: add metafile support, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-16 13:17:33 +01:00
Stephan Raue
9248a8f256 ratpoison: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-24 10:52:52 +02:00
Stephan Raue
1d16a1f744 ratpoison: install liberation-fonts-ttf after renaming from liberation-fonts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-24 10:40:23 +02:00
Stephan Raue
c7cf1f753b packages/*, scripts/*, config/options: remove $PKG_DIR declaration (now in config/path), include config/options with package name
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-21 18:54:45 +02:00
Stephan Raue
0d2f61ca20 libICE: build as shared library
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-15 08:03:17 +02:00
Stephan Raue
e86c0a2c25 new package: add initial package 'ratpoison' as an windowmanager
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-11 16:16:00 +02:00
Stephan Raue
b0d211c38a fontconfig: ensure we use '-O2' instead '-O3' optimization, to prevent problems compiling x86_64 builds
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-10 15:07:28 +02:00
Stephan Raue
caeb89fbc1 fontconfig: some cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-06-27 00:28:51 +02:00
Stephan Raue
c7d0017869 uxlaunch:
- remove package
2010-05-07 21:27:09 +02:00
Stephan Raue
5628d93252 evilwm:
- remove package
2010-05-07 21:26:15 +02:00
Stephan Raue
92dc1e5a56 mrxvt:
- remove package
2010-05-07 21:25:54 +02:00
Stephan Raue
bcdecf0e1a fontconfig:
- update to fontconfig-2.8.0
2010-04-17 00:08:25 +02:00
Stephan Raue
ed641da24d uxlaunch:
- adding support for user-created xorg.conf in /storage/.config (overrides the system xorg.conf)
2010-04-15 01:46:20 +02:00