Mark, can you explain me why usplash artwork are flatten ? Also how to
get a usable .so ? I wrote a Makefile that handle quite well the build
and install process of splashes. Is it wrong ?

Is there any doc about making usplash theme ? UsplashCustomizationHowto
seems to have problems according to UsplashCustomizationHowtoDiscussion

Étienne.
TARGETS=ubuntu-logo.so ubuntu-logo-reflect.so

all: $(TARGETS)

%.so: %.o
	gcc -shared -Wl,-soname,usplash-artwork.so $< -o $@

%.o: %.c
	gcc -Os -g -I/usr/include/bogl -fPIC -c $< -o $@

%.c: %.png
	pngtobogl $< > $@

install:
	for so in $(TARGETS) ; do \
	cp $$so /usr/local/lib/usplash; \
	update-alternatives --install /usr/lib/usplash/usplash-artwork.so usplash-artwork.so /usr/local/lib/usplash/$$so 55; \
	done;
	update-alternatives --config usplash-artwork.so
	dpkg-reconfigure linux-image-$$(uname -r)

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

-- 
ubuntu-art mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-art

Reply via email to