 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

24th June 2007, 09:09 PM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 45

|
|
Compiz-Fusion YUM repository
Its there and theres no RPMs for it .. and some stuff i dont like to
wait .. So, I decided to package them myself
to those who don't know, Compiz-Fusion is the name of the compiz-beryl merge.
Fedora Compiz-Fusion unofficial YUM repository
I've put together a howto on installing from the repository here
http://blog.kagesenshi.org/2007/06/c...-fedora-7.html
on the packager side,
- I have made sure that all of the packages able to build properly on mock
- specfiles are derived from compiz and beryl specfiles
- some naming and descriptions are taken from trevino ubuntu compiz repo
- desktop-effects menu are disabled for now
- the compiz packages obsoletes F7 compiz ..
Enjoy~
Edit
The repository is now moved to
http://devel.foss.org.my/~kagesenshi/repo/pub/
new configuration is at http://devel.foss.org.my/~kagesenshi...agesenshi.repo
Last edited by kagesenshi; 30th June 2007 at 09:35 AM.
Reason: making stuff Clearer
|

24th June 2007, 09:34 PM
|
 |
Gideon Mayhak
|
|
Join Date: May 2007
Location: Wisconsin Rapids, WI, USA
Age: 25
Posts: 771

|
|
|
Would you consider making an FC6 version, or do you think this would work in FC6? I ask because the only computer I have that's good enough to do Beryl is still running FC6, and I'm not planning to upgrade real soon (I might just wait 'til I get a better computer).
__________________
Something new coming to this space soon...
|

24th June 2007, 09:51 PM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 45

|
|
you can try rebuilding the srpms ..
I dont have neither any F6 installations in my computer and I removed my F6 fedora repo mirror a few weeks ago .. rebuilding the packages on mock gonna cost me a lot of bandwidth and time trying to get dependencies installed .. I'm so sorry I couldnt do it for u
you can try these steps to rebuild the src.rpm ..
Code:
# run these as root
yum groupinstall "Development Tools"
yum install fedora-rpmdevtools
# run these as normal user
fedora-buildrpmtree
echo '%define dist fc6' >> ~/.rpmmacros
## Download the src.rpm from my repository http://repo.kagesenshi.org/pub/
## for each packages, do
rpmbuild --rebuild filename.src.rpm
## recommended sequence to build -
## compiz-core -> compiz-bcop -> compiz-fusion-plugins-main ->
## libcompizconfig -> compizconfig-python -> compizconfig-settings-manager
## emerald -> emerald-themes
if it doesnt work, you might need to tweak a little bit the specfile .. google for creating rpm spec for more info ..
Last edited by kagesenshi; 24th June 2007 at 10:00 PM.
|

24th June 2007, 10:08 PM
|
 |
Gideon Mayhak
|
|
Join Date: May 2007
Location: Wisconsin Rapids, WI, USA
Age: 25
Posts: 771

|
|
|
Thanks a lot, I'll give that a try when I have some time for it. And thanks for making this repo, as I'm sure it'll make lots of F7 users happy (including me when I eventually upgrade, if they haven't added it officially by then).
__________________
Something new coming to this space soon...
|

24th June 2007, 10:26 PM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 45

|
|
|
I do plan to put my packages into review in Fedora bugzilla .. but not soon because theres a few issues I want to fix first ..
|

24th June 2007, 10:56 PM
|
 |
Registered User
|
|
Join Date: Apr 2005
Location: Littleton, CO
Age: 28
Posts: 2,855

|
|
|
Could you please define issues? Last time I played with desktop effects software I ended up with a completely non-functional desktop.
|

25th June 2007, 04:01 AM
|
 |
Registered User
|
|
Join Date: May 2006
Posts: 83

|
|
Quote:
|
Originally Posted by kagesenshi
I do plan to put my packages into review in Fedora bugzilla .. but not soon because theres a few issues I want to fix first ..
|
Thank you, I'm rebuilding these for x86_64 and not sure if you want me to upload these to you or not, but one correction so far so it will build on both arch's
On compizconfig-python.spec
Change python_sitelib to python_sitearch
Code:
%files
%defattr(-,root,root,-)
%{python_sitearch}/compizconfig.so
Last edited by jlc; 25th June 2007 at 04:05 AM.
|

25th June 2007, 05:28 AM
|
 |
Administrator
|
|
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224

|
|
This is very cool, I'm rebuilding your RPMs now 
BTW you're missing a buildrequires on compiz-core, it needs 'dbus-devel' and 'dbus-qt-devel'
edit: and also /usr/bin/kde-window-decorator is installed but unpackaged...
Firewing1
Last edited by Firewing1; 25th June 2007 at 05:42 AM.
|

25th June 2007, 06:15 AM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 45

|
|
@Axklor
I just noticed the baseurl in the .repo pointed to the wrong place
fixed .. it should work now
@Firewing1
thats odd .. it builds perfectly on mock though ..
Last edited by kagesenshi; 25th June 2007 at 06:25 AM.
|

25th June 2007, 09:27 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by Firewing1
This is very cool, I'm rebuilding your RPMs now 
BTW you're missing a buildrequires on compiz-core, it needs 'dbus-devel' and 'dbus-qt-devel'
edit: and also /usr/bin/kde-window-decorator is installed but unpackaged...
Firewing1
|
I tried compiling fot 64 bit and manage to get as far as libcompizconfig before I ran into a dependency ( compiz ) problems ( I had all the required devels and compiz packages installed
what package provides compiz-libs ?
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Last edited by leigh123linux; 25th June 2007 at 09:33 AM.
|

25th June 2007, 09:47 AM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 45

|
|
|
@ leigh123
can u paste the error??
@ Firewing1
i found the cause of that error .. you have the KDE devel stuff in ur box and compiz tried to build KDE support into it too .. the configure script mostly auto determine what to build depending on what devel packages u have (which kindof annoying to me) .. I'm currently working on packaging the KDE bits ...
|

25th June 2007, 10:25 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by kagesenshi
@ leigh123
can u paste the error??
@ Firewing1
i found the cause of that error .. you have the KDE devel stuff in ur box and compiz tried to build KDE support into it too .. the configure script mostly auto determine what to build depending on what devel packages u have (which kindof annoying to me) .. I'm currently working on packaging the KDE bits ...
|
I managed to get past this problem but I am having trouble with
rpmbuild --rebuild compizconfig-python-0.0.1-20070622git.fc7.src.rpm
Quote:
+ /usr/lib/rpm/redhat/brp-java-repack-jars
Processing files: compizconfig-python-0.0.1-20070622git.fc7
error: File not found: /var/tmp/compizconfig-python-0.0.1-20070622git.fc7-root-leigh/usr/lib/python2.5/site-packages/compizconfig.so
Processing files: compizconfig-python-devel-0.0.1-20070622git.fc7
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: compizconfig-python = 0.0.1-20070622git.fc7 glib2-devel libcompizconfig-devel pkgconfig
Processing files: compizconfig-python-debuginfo-0.0.1-20070622git.fc7
Provides: compizconfig.so.debug()(64bit)
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
RPM build errors:
user mockbuild does not exist - using root
group mockbuild does not exist - using root
user mockbuild does not exist - using root
group mockbuild does not exist - using root
File not found: /var/tmp/compizconfig-python-0.0.1-20070622git.fc7-root-leigh/usr/lib/python2.5/site-packages/compizconfig.so
[leigh@localhost Desktop]$ rpm -q compizconfig-python
compizconfig-python-0.0.1-20070622git.fc7
[leigh@localhost Desktop]$ rpm -q compizconfig-python-devel
compizconfig-python-devel-0.0.1-20070622git.fc7
[leigh@localhost Desktop]$ rpm -q glib2-devel
glib2-devel-2.12.11-1.fc7
glib2-devel-2.12.11-1.fc7
[leigh@localhost Desktop]$ rpm -q libcompizconfig-devel
libcompizconfig-devel-0.0.1-20070622git.fc7
libcompizconfig-devel-0.0.1-20070622git.fc7
[leigh@localhost Desktop]$
|
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

25th June 2007, 10:38 AM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 45

|
|
Code:
File not found: /var/tmp/compizconfig-python-0.0.1-20070622git.fc7-root-leigh/usr/lib/python2.5/site-packages/compizconfig.so
read post #7 by jlc .. the fix is there ..
how to edit it?
Code:
rpm -ivh compizconfig-python-0.0.1-20070622git.fc7.src.rpm
vi ~/rpmbuild/SPEC/compizconfig-python.spec
find that line and correct it ..
i'll fix that in my specs in the next release .. less than a day from now (hopefully)
|

25th June 2007, 11:46 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by kagesenshi
Code:
File not found: /var/tmp/compizconfig-python-0.0.1-20070622git.fc7-root-leigh/usr/lib/python2.5/site-packages/compizconfig.so
read post #7 by jlc .. the fix is there ..
how to edit it?
Code:
rpm -ivh compizconfig-python-0.0.1-20070622git.fc7.src.rpm
vi ~/rpmbuild/SPEC/compizconfig-python.spec
find that line and correct it ..
i'll fix that in my specs in the next release .. less than a day from now (hopefully)
|
Thanks I didn't see that post
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 04:28 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|