Author: alexander
Date: 2007-04-20 06:52:11 -0600 (Fri, 20 Apr 2007)
New Revision: 1841

Added:
   trunk/packages/librcd/
   trunk/packages/librcd/Makefile
Modified:
   trunk/Makefile
   trunk/packages/librcc/Makefile
Log:
Fixed installation of rcc-gtk2-config, added the new librdc package.
Now Russian ID3v1 tags are displayed correctly in xfmedia out of the box


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2007-04-19 05:00:00 UTC (rev 1840)
+++ trunk/Makefile      2007-04-20 12:52:11 UTC (rev 1841)
@@ -257,7 +257,7 @@
        ch-pango ch-atk ch-gtk2 ch-cvs ch-popt ch-samba ch-libIDL ch-seamonkey \
        ch-alsa-lib ch-alsa-utils ch-alsa-firmware ch-alsa-oss \
        ch-libogg ch-libvorbis ch-speex ch-flac ch-libdvdcss \
-       ch-libtheora ch-librcc ch-taglib ch-xine-lib \
+       ch-libtheora ch-librcd ch-librcc ch-taglib ch-xine-lib \
        ch-pciutils ch-libusb ch-usbutils ch-dbus ch-dbus-glib ch-parted ch-hal 
ch-hal-info \
        ch-librsvg ch-startup-notification chroot-gvim ch-vte ch-URI \
        ch-libsexy ch-libnotify ch-xfce ch-notification-daemon-xfce \

Modified: trunk/packages/librcc/Makefile
===================================================================
--- trunk/packages/librcc/Makefile      2007-04-19 05:00:00 UTC (rev 1840)
+++ trunk/packages/librcc/Makefile      2007-04-20 12:52:11 UTC (rev 1841)
@@ -25,7 +25,7 @@
        make
        make install
        make -C examples rcc-gtk2-config
-       install -m755 examples/rcc-gtk2-config /usr/bin
+       install -m755 examples/.libs/rcc-gtk2-config /usr/bin
 
 clean:
        -rm -rf $(DIR)

Added: trunk/packages/librcd/Makefile
===================================================================
--- trunk/packages/librcd/Makefile                              (rev 0)
+++ trunk/packages/librcd/Makefile      2007-04-20 12:52:11 UTC (rev 1841)
@@ -0,0 +1,30 @@
+# librcc Makefile
+
+NM= librcd
+VRS= 0.1.8
+DIR= $(NM)-$(VRS)
+
+FILE= $(DIR).tar.bz2
+URL-$(FILE)= http://easynews.dl.sourceforge.net/rusxmms/$(FILE)
+SHA-$(FILE)= 84f6734c2b542aa2d3c333ae373c8e44dd9a1735
+
+# Targets
+
+include $(ROOT)/scripts/functions
+
+chroot:
+       chroot "$(MP)" $(chenv-blfs) \
+       'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
+
+stage2: Makefile $(FILE)
+       $(std_build)
+
+compile-stage2:
+       ./configure --prefix=/usr
+       make
+       make install
+
+clean:
+       -rm -rf $(DIR)
+
+.PHONY: clean chroot compile-stage2

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to