Computers |
|
| | #1 (permalink) |
| Super Techie Join Date: Apr 2006
Posts: 447
| Okay, I know you get stupid questions like this every day and I'm kind of suprised my intuitive mind hasn't caught on to something that probably seems simple to you guys buuuuuuuut, I'm not quite sure how to install things. I mean, I know how to do it the noob way with Code: su apt-get install gtkpod Actually heres the sentence I read: # Get the current CVS version of libgpod. Apply the following patch: libgpod_5g_video_ipod_support.patch. Compile and install libgpod. # Get the current CVS version of gtkpod. Apply the following patch: gtkpod_5g_video_ipod_support.patch. Compile and install gtkpod. 1.) What is a CVS version? 2.) How do I apply a patch? 3.) How do I compile and install? (without apt) I think with those questions answered, I should be able to get gtkpod running and copying .mpeg and .mp4 files to my iPod through Linux. Thanks!
__________________ [CPU: e6600 @ 3460 MHz] // [MB: ASUS P5N-E SLi] // [RAM: Patriot 'eased latency' PC2-6400 @ DDR768 5-4-4-12-2T] // [GPU: 8800GTX 174.74 @ 621/1000/1566] // [HDD: 2x Cavier 500GiB stripe] // [Chassis: Thermaltake Armor VA8000 (black)] // [PSU: Aspire(Apevia) 680w] // [OS: Windows Vista HP x64][Cooling: water cooled GPU and CPU] 3DMark06: ~11600 3DMark Vantage: 5873 |
| | |
| | #3 (permalink) |
| Super Techie Join Date: Apr 2006
Posts: 447
| oh ubuntu, sorry i couldn't figure out debian :\
__________________ [CPU: e6600 @ 3460 MHz] // [MB: ASUS P5N-E SLi] // [RAM: Patriot 'eased latency' PC2-6400 @ DDR768 5-4-4-12-2T] // [GPU: 8800GTX 174.74 @ 621/1000/1566] // [HDD: 2x Cavier 500GiB stripe] // [Chassis: Thermaltake Armor VA8000 (black)] // [PSU: Aspire(Apevia) 680w] // [OS: Windows Vista HP x64][Cooling: water cooled GPU and CPU] 3DMark06: ~11600 3DMark Vantage: 5873 |
| | |
| | #4 (permalink) |
| Super Techie Join Date: Apr 2006
Posts: 447
| No one knows? Guess I'm not the only one hehe. I don't have access to my Windows computer right now at the moment, so I'm relient on Linux. Anyone know how to get my videos to my iPod? My iPod is using FAT32 partition formatting right now, btw. It's a 5th generation 30gb.
__________________ [CPU: e6600 @ 3460 MHz] // [MB: ASUS P5N-E SLi] // [RAM: Patriot 'eased latency' PC2-6400 @ DDR768 5-4-4-12-2T] // [GPU: 8800GTX 174.74 @ 621/1000/1566] // [HDD: 2x Cavier 500GiB stripe] // [Chassis: Thermaltake Armor VA8000 (black)] // [PSU: Aspire(Apevia) 680w] // [OS: Windows Vista HP x64][Cooling: water cooled GPU and CPU] 3DMark06: ~11600 3DMark Vantage: 5873 |
| | |
| | #6 (permalink) |
| Member (again) | My, my, patience. 1. A CVS version is a version freely available for download on a CVS server, or concurrent version system server. See here for more info on CVS: http://en.wikipedia.org/wiki/Concurrent_Versions_System 2. I don't know: man patch and read until you find what you need. 3. Run these in the following order: ./configure make make install |
| | |
| | #7 (permalink) |
| Super Techie Join Date: Apr 2006
Posts: 447
| hmm.... well that worked for the program itself, but the problem is now i have this program that doesn't include the patch to put video files on the ipod >_< lol. atleast i learned something! i don't have to rely on the repositories (correct term?) lol. thanks anyway. if someone knows how to apply this .patch file, feel free to speak up lol.
__________________ [CPU: e6600 @ 3460 MHz] // [MB: ASUS P5N-E SLi] // [RAM: Patriot 'eased latency' PC2-6400 @ DDR768 5-4-4-12-2T] // [GPU: 8800GTX 174.74 @ 621/1000/1566] // [HDD: 2x Cavier 500GiB stripe] // [Chassis: Thermaltake Armor VA8000 (black)] // [PSU: Aspire(Apevia) 680w] // [OS: Windows Vista HP x64][Cooling: water cooled GPU and CPU] 3DMark06: ~11600 3DMark Vantage: 5873 |
| | |