Author: alexander
Date: 2006-05-09 08:27:14 -0600 (Tue, 09 May 2006)
New Revision: 1541
Added:
trunk/packages/ddccontrol-db/
trunk/packages/ddccontrol-db/Makefile
trunk/packages/ddccontrol/
trunk/packages/ddccontrol/Makefile
Modified:
trunk/Makefile
Log:
Added DDCControl: a tool for changing parameters of Samsung LCD monitors,
the equivalent of the MagicTune Windows program.
Required to get the image centered correctly for the first time on monitors
that lack buttons on the front panel, e.g., Samsung SyncMaster 770p.
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2006-05-09 13:35:17 UTC (rev 1540)
+++ trunk/Makefile 2006-05-09 14:27:14 UTC (rev 1541)
@@ -257,7 +257,7 @@
ch-dhcpcd ch-distcc ch-ppp ch-rp-pppoe ch-libaal ch-reiser4progs \
ch-cpio ch-mutt ch-msmtp ch-tin ch-mdadm ch-which ch-BRLTTY \
ch-strace ch-iptables ch-eject ch-xlockmore ch-hdparm ch-linux \
- ch-sysfsutils ch-pcmcia-cs ch-pcmciautils \
+ ch-sysfsutils ch-pcmcia-cs ch-pcmciautils ch-ddccontrol
ch-ddccontrol-db \
ch-initramfs ch-zisofs-tools ch-cdrtools ch-blfs-bootscripts \
ch-man-fr ch-man-pages-es ch-man-pages-it ch-manpages-de ch-manpages-ru
\
ch-anthy ch-scim ch-scim-tables ch-scim-anthy ch-scim-hangul \
Added: trunk/packages/ddccontrol/Makefile
===================================================================
--- trunk/packages/ddccontrol/Makefile (rev 0)
+++ trunk/packages/ddccontrol/Makefile 2006-05-09 14:27:14 UTC (rev 1541)
@@ -0,0 +1,30 @@
+# DDCControl Makefile
+
+NM= ddccontrol
+VRS= 0.4.1
+DIR= $(NM)-$(VRS)
+
+FILE= $(DIR).tar.bz2
+URL-$(FILE)= http://easynews.dl.sourceforge.net/sourceforge/$(NM)/$(FILE)
+SHA-$(FILE)= f224711bd7da96c3ed7fd75528aa794e2e7dc01d
+
+# 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 --disable-gnome-applet
+ make $(PM)
+ make install
+
+clean:
+ -rm -rf $(DIR)
+
+.PHONY: clean chroot compile-stage2
Added: trunk/packages/ddccontrol-db/Makefile
===================================================================
--- trunk/packages/ddccontrol-db/Makefile (rev 0)
+++ trunk/packages/ddccontrol-db/Makefile 2006-05-09 14:27:14 UTC (rev
1541)
@@ -0,0 +1,30 @@
+# DDCControl Monitor Database Makefile
+
+NM= ddccontrol-db
+VRS= 20060308
+DIR= $(NM)-$(VRS)
+
+FILE= $(DIR).tar.bz2
+URL-$(FILE)= http://easynews.dl.sourceforge.net/sourceforge/$(NM)/$(FILE)
+SHA-$(FILE)= da7358e8bdcd7d5a8ce26194cae0d4e7010a5b5e
+
+# 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