From 8b72e064f1e28bb5ed5f47d2d268b2acede32c8e Mon Sep 17 00:00:00 2001 From: Bob Igo Date: Tue, 14 Jul 2009 13:45:34 -0400 Subject: mplayer-wrapper now a standard package --- build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks | 2 ++ build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks | 2 ++ build_tools/clarch/larch/profiles/i686-testing-local/addedpacks | 2 ++ 3 files changed, 6 insertions(+) diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks index 520e423..3e9cb3e 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks +++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks @@ -209,3 +209,5 @@ joyutils #---Firewire libraw1394 libavc1394 +# wrapper for mplayer +mplayer-wrapper diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks index 520e423..3e9cb3e 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks +++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks @@ -209,3 +209,5 @@ joyutils #---Firewire libraw1394 libavc1394 +# wrapper for mplayer +mplayer-wrapper diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks index 520e423..3e9cb3e 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks +++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks @@ -209,3 +209,5 @@ joyutils #---Firewire libraw1394 libavc1394 +# wrapper for mplayer +mplayer-wrapper -- cgit v0.12 From 0c0fb5b96bc90e80a4dfb276000456766aa283ee Mon Sep 17 00:00:00 2001 From: Greg Frost Date: Thu, 16 Jul 2009 19:56:25 +0930 Subject: fix typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index a459213..eef4d1e 100644 --- a/README +++ b/README @@ -40,7 +40,7 @@ environment. The script will download and install the required packages (from the current stable release) into a directory called build_root and create a script that can be used to enter the chroot. Because LinHES will support multiple architectures, setup-env.sh -requires and argument telling it which architecture to work with. Currently +requires an argument telling it which architecture to work with. Currently i686 is the only working option, so that is the one I recommend you use. For example running "setup-env.sh i686" will create a working i686 LinHES development environment named build_root.i686. Setup-env.sh also creates an -- cgit v0.12 From a3b30211b1be2f29e73341717f1d988e05a7997e Mon Sep 17 00:00:00 2001 From: Greg Frost Date: Sat, 18 Jul 2009 10:54:29 +0930 Subject: README clarification --- README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README b/README index eef4d1e..fbfa41d 100644 --- a/README +++ b/README @@ -187,8 +187,14 @@ cd core-testing cd tar vi PKGBUILD <= edit by hand and increment pkgrel by 1 mp -s <= builds the package and all dependencies -# at this point you should test the package, either by building -# a new iso or installing the package) + +# At this point you should test the package, either by building +# a new iso or installing the package). + +# In order to make your change available to others you will have to commit +# your change to the LinHES-PKGBUILD tree (git commit -a -m "commit message") +# and also upload the new packages using kmsync.sh: + kmsync.sh testing <= this will pull down all new packages from knoppmyth.net and upload the new tar package. This will also sync up the src packages. -- cgit v0.12 From 99f5a83f9e703f8b62f4034796d81076a65fd5bd Mon Sep 17 00:00:00 2001 From: Bob Igo Date: Sun, 19 Jul 2009 14:09:16 -0400 Subject: Clarified steps in making changes public. --- README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README b/README index fbfa41d..1e3d57e 100644 --- a/README +++ b/README @@ -191,9 +191,13 @@ mp -s <= builds the package and all dependencies # At this point you should test the package, either by building # a new iso or installing the package). -# In order to make your change available to others you will have to commit -# your change to the LinHES-PKGBUILD tree (git commit -a -m "commit message") -# and also upload the new packages using kmsync.sh: +# In order to make your source change(s) available to others, you will have +# to commit your change(s) to your local copy of the LinHES-PKGBUILD repo +# (git commit -a -m "commit message") and then push the change(s) to the +# public repo (git push). +# +# In order to make your new package(s) available to others, you will need to +# upload changed packages using kmsync.sh: kmsync.sh testing <= this will pull down all new packages from knoppmyth.net and upload the new tar package. This will also sync up -- cgit v0.12 From 579fb43b9200a07ecbfbddb79bda6af1f7857595 Mon Sep 17 00:00:00 2001 From: Greg Frost Date: Tue, 21 Jul 2009 23:17:40 +0930 Subject: mp: change package matching (it was mistaking smplayer for mplayer) --- build_tools/bin/mp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/bin/mp b/build_tools/bin/mp index 5194d75..82f665d 100755 --- a/build_tools/bin/mp +++ b/build_tools/bin/mp @@ -124,7 +124,7 @@ function dup_check { do if [ ! $i$PFIX = $REPO ] then - out=`pacman -Sl $i$PFIX|cut -d" " -f2 |grep $pkgname$` + out=`pacman -Sl $i$PFIX|cut -d" " -f2 |grep ^pkgname$` if [ $? = 0 ] then echo "#######################################" -- cgit v0.12