diff options
author | Renat Lumpau <rl03@gentoo.org> | 2006-01-09 15:11:29 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2006-01-09 15:11:29 +0000 |
commit | 175d520387dd33f6beabf0ebba504df1d5b1ddcc (patch) | |
tree | 59b52be863365bba93947fe084b2bfd0c44fea45 /www-apps | |
parent | Removed www-apps/phpmp from p.mask (diff) | |
download | historical-175d520387dd33f6beabf0ebba504df1d5b1ddcc.tar.gz historical-175d520387dd33f6beabf0ebba504df1d5b1ddcc.tar.bz2 historical-175d520387dd33f6beabf0ebba504df1d5b1ddcc.zip |
Update postinstall instructions to mention patching FfmpegToolkit.class.
Package-Manager: portage-2.0.53
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/gallery/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/gallery/Manifest | 10 | ||||
-rwxr-xr-x | www-apps/gallery/files/postinstall-en2.txt | 17 |
3 files changed, 19 insertions, 13 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog index 722eebc079fd..b610020fff4f 100644 --- a/www-apps/gallery/ChangeLog +++ b/www-apps/gallery/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/gallery # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.45 2006/01/07 15:46:45 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.46 2006/01/09 15:11:29 rl03 Exp $ + + 09 Jan 2006; Renat Lumpau <rl03@gentoo.org> files/postinstall-en2.txt: + Update postinstall instructions to mention patching FfmpegToolkit.class. *gallery-2.0.2-r1 (07 Jan 2006) diff --git a/www-apps/gallery/Manifest b/www-apps/gallery/Manifest index bcd71941b493..42c93c495cb8 100644 --- a/www-apps/gallery/Manifest +++ b/www-apps/gallery/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 9b4f82905c1ebecb2012a32c87b21718 ChangeLog 10126 +MD5 433c25fa3cf3506da6f8842c47966fa9 ChangeLog 10275 MD5 88069f3f6c274e4285bbbba7f5cb5a4f files/FfmpegToolkit.class.patch 576 MD5 57ed8c8bd13cb72d366ece232dcc2fe9 files/digest-gallery-1.5.1 66 MD5 9e64f054eb28e98d82b04443023befed files/digest-gallery-1.5.2_rc1 70 @@ -9,7 +9,7 @@ MD5 60f82816cecf216b054f0e889324bcde files/digest-gallery-1.5_p1 68 MD5 2766aeba32226962ae298487f56c37aa files/digest-gallery-2.0.2 71 MD5 2766aeba32226962ae298487f56c37aa files/digest-gallery-2.0.2-r1 71 MD5 d86a2cffa618ecf7fe9a2b001be69523 files/postinstall-en.txt 430 -MD5 d8aa1a55fbfe46c99088bb0c360794f2 files/postinstall-en2.txt 770 +MD5 7fd340b3582fa5f65153a85c04f01160 files/postinstall-en2.txt 913 MD5 506282253bfebd77cf1392f54b3e6e5d gallery-1.5.1.ebuild 984 MD5 cc9c3d2625009ec17b02e5645fcd5556 gallery-1.5.2_rc1.ebuild 990 MD5 7cae145d1aa9b7900fb4b1b00ebdc774 gallery-1.5_p1.ebuild 980 @@ -19,7 +19,7 @@ MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDv+JwEzitwsaoONoRAl/CAKCS/3ruBz1woi3hZueovaI863tnwQCdGFhT -cvSptnG2HDK4ttw3n69jGh8= -=kHiD +iD8DBQFDwn0zEzitwsaoONoRAm7aAJ4sUaxZQj2iodnbU9MtDfY5gLT2ywCgg3Hx +Fku5d4saE/wGdmmQ5Wtgxx8= +=ZQLz -----END PGP SIGNATURE----- diff --git a/www-apps/gallery/files/postinstall-en2.txt b/www-apps/gallery/files/postinstall-en2.txt index 2c142f5e4921..bc8b027e2b8a 100755 --- a/www-apps/gallery/files/postinstall-en2.txt +++ b/www-apps/gallery/files/postinstall-en2.txt @@ -3,17 +3,20 @@ For new installations: 1. Create a directory to share photos and make it writeable by the web server.
2. Create a database for Gallery 2.
- MySQL: mysqladmin -uroot create gallery2
- mysql gallery2 -uroot -e"GRANT ALL ON gallery2.* TO
- username@localhost IDENTIFIED BY 'password'"
+ MySQL: mysqladmin -uroot create gallery2
+ mysql gallery2 -uroot -e"GRANT ALL ON gallery2.* TO
+ username@localhost IDENTIFIED BY 'password'"
PostgreSQL: createdb gallery2 -E UNICODE
- if that doesn't work, try
- createdb gallery2 -E SQL_ASCII
- if that doesn't work either, try
- createdb gallery2
+ if that doesn't work, try
+ createdb gallery2 -E SQL_ASCII
+ if that doesn't work either, try
+ createdb gallery2
3. Now browse to http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install
+NOTE: The installer will complain that FfmpegToolkit.class has been modified.
+This is normal, as we patch it to fix a bug with newer versions of ffmpeg.
+
For upgrades:
1. Copy over your config.php and the g2data directory.
|