Saturday, November 19th, 2011, 00:04 UTC | ||
[00:04:47] | PointyPumper (PointyPumper!~pintlezz@190.244.65.185) has quit (Ping timeout: 244 seconds) | |
[00:43:35] | kormoc: | wagnerrp, our myth ebuilds will be in layman shortly :) |
[00:56:03] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv | |
[01:16:13] | wagnerrp: | how will that work? |
[01:16:33] | wagnerrp: | do we commit straight into layman? does someone managing layman pull our repo periodically? |
[01:22:34] | kormoc: | wagnerrp, layman points to our repo directly |
[01:22:48] | kormoc: | wagnerrp, so we don't do anything different, just a easier way for end users to use our repo |
[01:22:55] | wagnerrp: | so when users pull from layman, it routes through to us? |
[01:22:59] | kormoc: | right |
[01:30:27] | PointyPumper (PointyPumper!~pintlezz@190.244.65.185) has joined #mythtv | |
[01:38:11] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has quit (Quit: kormoc) | |
[01:42:41] | jpabq_ (jpabq_!~jpabq@mythtv/developer/jpabq) has quit (Quit: jpabq_) | |
[01:43:01] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has quit (Quit: Leaving.) | |
[01:51:54] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 276 seconds) | |
[02:05:00] | davide (davide!~david@host70.16.intrusion.com) has quit (Remote host closed the connection) | |
[02:05:21] | davide (davide!~david@host70.16.intrusion.com) has joined #mythtv | |
[02:22:52] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[02:37:50] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv | |
[02:53:49] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has joined #mythtv | |
[05:00:08] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[05:03:25] | kormoc: | wagnerrp, crap. Evidently for layman we would need to move the ebuilds to their own repo, they won't do subfolders. Thoughts? Is it worth it? |
[05:04:51] | wagnerrp: | apparently theres some mechanism for sub-repositories in git |
[05:04:57] | wagnerrp: | Beirdo? |
[05:05:03] | wagnerrp: | or xris? |
[05:06:08] | wagnerrp: | http://book.git-scm.com/5_submodules.html |
[05:06:45] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv | |
[05:07:16] | wagnerrp: | basically, you store an independent repository inside the primary repository |
[05:07:39] | wagnerrp: | the primary repository knows about it, and any changes to the primary chain down to the submodules |
[05:07:52] | wagnerrp: | but the submodule can be used independently |
[05:08:05] | xris: | wagnerrp: I thought it worked the other way |
[05:08:16] | xris: | change submodule, updates primary |
[05:08:17] | wagnerrp: | i could very well be reading that wrong |
[05:08:21] | xris: | but I haven't looked into it. |
[05:08:22] | wagnerrp: | ive nver used it |
[05:09:08] | xris: | heck, I've been trying to figure out how to re-sync a forked repo with its parent.. but haven't had time to actually look for instructions. |
[05:25:20] | wagnerrp: | seems theyre a lot more kludgy to deal with than i initially believed |
[05:26:36] | wagnerrp: | i was hoping it would be more transparent |
[05:27:05] | jeff999 (jeff999!~jeff@58-6-95-182.dyn.iinet.net.au) has joined #mythtv | |
[05:28:03] | mike (mike!~mike@c-76-115-119-121.hsd1.or.comcast.net) has joined #mythtv | |
[05:28:29] | mike is now known as Guest12005 | |
[05:30:58] | mike|2 (mike|2!~mike@c-76-115-119-121.hsd1.or.comcast.net) has quit (Ping timeout: 258 seconds) | |
[05:34:51] | wagnerrp: | kormoc: looks like we could go with submodules |
[05:35:03] | wagnerrp: | but for any commit, we would have to push a change to the submodule |
[05:35:18] | wagnerrp: | and then push a change to the primary repository to indicate that the submodule has changed |
[05:35:58] | wagnerrp: | the parent repository references a snapshot of the submodule, rather than the submodule itself |
[05:47:00] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[05:47:18] | wagnerrp: | kormoc: basically, its designed more for us pulling in a submodule of the ffmpeg repository, rather than for internal submoudles |
[05:48:21] | ectospasm (ectospasm!~ectospasm@66.172.33.249) has joined #mythtv | |
[05:50:08] | ectospasm: | I have installed mythtv-0.24.1 on debian squeeze, and it worked a lot better than the last time I tried it. However, my mythfrontend menus don't match the mythtv wiki. Upon launching mythfrontend, I only have TV and Setup menus, and the Setup menu doesn't look complete. Any ideas of what I may have done wrong here? |
[05:51:09] | wagnerrp: | this sounds like a user support question |
[05:54:44] | ectospasm: | oh... I never read the topic |
[05:54:49] | ectospasm (ectospasm!~ectospasm@66.172.33.249) has left #mythtv ("WeeChat 0.3.5") | |
[06:03:54] | xris: | wagnerrp: yeah. pretty sure that complexity is why we didn't bother |
[06:12:03] | kormoc: | wagnerrp, that sucks |
[06:12:56] | wagnerrp: | basically, we would have to have the submodules published as an independent repo anyway |
[06:13:23] | wagnerrp: | so having it as a submodule would only be to make it slightly more convenient for users |
[06:31:19] | kormoc: | I don't think it's worth the pain of submodules |
[06:34:15] | wagnerrp: | it could be worthwhile for the various externals we pull in |
[06:34:19] | wagnerrp: | but not for internal submodules |
[06:51:56] | sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Ping timeout: 252 seconds) | |
[06:55:11] | sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv | |
[07:12:15] | tris (tris!tristan@2001:1868:a00a::4) has quit (Excess Flood) | |
[07:13:54] | tris (tris!tristan@2001:1868:a00a::4) has joined #mythtv | |
[07:24:16] | skd5aner (skd5aner!~skd5aner@cpe-071-071-242-134.carolina.res.rr.com) has quit (Ping timeout: 240 seconds) | |
[07:24:44] | skd5aner (skd5aner!~skd5aner@cpe-071-071-242-134.carolina.res.rr.com) has joined #mythtv | |
[07:27:16] | tris (tris!tristan@2001:1868:a00a::4) has quit (Excess Flood) | |
[07:33:23] | tris (tris!tristan@2001:1868:a00a::4) has joined #mythtv | |
[07:34:48] | wagnerrp: | kormoc: do they need repository access? can they not pull the tarball from github? |
[07:37:08] | wagnerrp: | i think theres some mechanism to allow git to pull a subfilter at a specific changeset, with no reference back to the repo |
[08:00:07] | dekarl (dekarl!~dekarl@dslb-084-058-181-236.pools.arcor-ip.net) has quit (Remote host closed the connection) | |
[08:30:33] | Goga777 (Goga777!~Goga777@95-30-133-178.broadband.corbina.ru) has joined #mythtv | |
[08:43:16] | dekarl (dekarl!~dekarl@dslb-084-058-181-236.pools.arcor-ip.net) has joined #mythtv | |
[09:02:26] | andreax (andreax!~andreaz@p4FC1340B.dip.t-dialin.net) has joined #mythtv | |
[09:49:54] | jmartens (jmartens!~jmartens@s5597ca60.adsl.wanadoo.nl) has joined #mythtv | |
[10:19:38] | PointyPumper (PointyPumper!~pintlezz@190.244.65.185) has quit (Ping timeout: 244 seconds) | |
[10:20:38] | PointyPumper (PointyPumper!~pintlezz@190.244.65.185) has joined #mythtv | |
[10:30:32] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv | |
[10:37:15] | damaltor (damaltor!sbnc@h1889977.stratoserver.net) has quit (Remote host closed the connection) | |
[11:01:49] | damaltor (damaltor!~damaltor1@h1889977.stratoserver.net) has joined #mythtv | |
[11:04:03] | damaltor (damaltor!~damaltor1@h1889977.stratoserver.net) has quit (Remote host closed the connection) | |
[11:04:29] | damaltor (damaltor!~damaltor1@h1889977.stratoserver.net) has joined #mythtv | |
[11:05:02] | Guest12005 (Guest12005!~mike@c-76-115-119-121.hsd1.or.comcast.net) has quit (Remote host closed the connection) | |
[11:05:56] | mike|2 (mike|2!~mike@c-76-115-119-121.hsd1.or.comcast.net) has joined #mythtv | |
[11:51:00] | Goga777 (Goga777!~Goga777@95-30-133-178.broadband.corbina.ru) has quit (Remote host closed the connection) | |
[12:52:45] | jmartens (jmartens!~jmartens@s5597ca60.adsl.wanadoo.nl) has quit (Quit: Leaving.) | |
[13:04:39] | davide (davide!~david@host70.16.intrusion.com) has quit (Remote host closed the connection) | |
[13:05:02] | davide (davide!~david@host70.16.intrusion.com) has joined #mythtv | |
[13:33:57] | jmartens (jmartens!~jmartens@s5597ca60.adsl.wanadoo.nl) has joined #mythtv | |
[14:47:38] | jeff999 (jeff999!~jeff@58-6-95-182.dyn.iinet.net.au) has quit (Remote host closed the connection) | |
[14:50:07] | zombor (zombor!~zombor_@65.29.231.135) has joined #mythtv | |
[14:50:08] | zombor (zombor!~zombor_@65.29.231.135) has quit (Changing host) | |
[14:50:08] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv | |
[15:44:46] | andreax1 (andreax1!~andreaz@p4FC134B0.dip.t-dialin.net) has joined #mythtv | |
[15:45:52] | andreax (andreax!~andreaz@p4FC1340B.dip.t-dialin.net) has quit (Ping timeout: 245 seconds) | |
[16:00:25] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[16:07:21] | Goga777 (Goga777!~Goga777@95-30-133-178.broadband.corbina.ru) has joined #mythtv | |
[16:21:11] | kormoc: | wagnerrp, they just do a root checkout and toss it into the path. I'll talk with them and see if they can change things to work with us |
[16:29:01] | jpabq_ (jpabq_!~jpabq@mythtv/developer/jpabq) has joined #mythtv | |
[17:24:16] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv | |
[17:27:48] | SteveGoodey (SteveGoodey!~steve@host86-168-76-222.range86-168.btcentralplus.com) has joined #mythtv | |
[17:59:04] | SteveGoodey (SteveGoodey!~steve@host86-168-76-222.range86-168.btcentralplus.com) has quit (Ping timeout: 240 seconds) | |
[17:59:12] | SteveGoodey (SteveGoodey!~steve@host86-168-76-222.range86-168.btcentralplus.com) has joined #mythtv | |
[18:04:57] | davide_ (davide_!~david@mythtv/developer/gigem) has joined #mythtv | |
[18:06:32] | davide (davide!~david@host70.16.intrusion.com) has quit (Read error: Operation timed out) | |
[19:07:09] | rsiebert_ (rsiebert_!~quassel@e179132072.adsl.alicedsl.de) has joined #mythtv | |
[19:07:28] | rsiebert (rsiebert!~quassel@g229055087.adsl.alicedsl.de) has quit (Ping timeout: 240 seconds) | |
[19:25:51] | robertzaccour (robertzaccour!~robert@24-183-218-69.dhcp.jcsn.tn.charter.com) has joined #mythtv | |
[19:26:12] | robertzaccour (robertzaccour!~robert@24-183-218-69.dhcp.jcsn.tn.charter.com) has left #mythtv ("Leaving") | |
[19:36:47] | stuartm: | markk: the low bitrate optimistations are being used when I play avi test files in mythvideo and it's causing the playback to start/stop as video buffers starve |
[19:38:05] | AndyUbuntu (AndyUbuntu!~quassel@cpc1-sotn6-0-0-cust689.15-1.cable.virginmedia.com) has joined #mythtv | |
[19:41:59] | stuartm: | markk: http://download.blender.org/peach/bigbuckbunn . . . ound-fix.avi << Example |
[19:59:37] | unlord (unlord!ptolemy@pool-71-178-199-156.washdc.fios.verizon.net) has joined #mythtv | |
[19:59:42] | unlord (unlord!ptolemy@pool-71-178-199-156.washdc.fios.verizon.net) has left #mythtv () | |
[20:02:20] | AndyUbuntu (AndyUbuntu!~quassel@cpc1-sotn6-0-0-cust689.15-1.cable.virginmedia.com) has quit (Remote host closed the connection) | |
[20:05:32] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has quit (Ping timeout: 244 seconds) | |
[20:14:59] | markk: | stuartm: is that on a local frontend or remote? |
[20:16:04] | stuartm: | local |
[20:17:53] | stuartm: | log – http://pastebin.com/TCmq0JAM |
[20:18:40] | SteveGoodey (SteveGoodey!~steve@host86-168-76-222.range86-168.btcentralplus.com) has quit (Ping timeout: 240 seconds) | |
[20:21:07] | SteveGoodey (SteveGoodey!~steve@host86-147-81-96.range86-147.btcentralplus.com) has joined #mythtv | |
[20:25:41] | Goga777 (Goga777!~Goga777@95-30-133-178.broadband.corbina.ru) has quit (Ping timeout: 244 seconds) | |
[20:39:54] | Goga777 (Goga777!~Goga777@176.15.194.85) has joined #mythtv | |
[20:42:05] | AndyUbuntu (AndyUbuntu!~quassel@cpc1-sotn6-0-0-cust689.15-1.cable.virginmedia.com) has joined #mythtv | |
[20:47:46] | AndyUbuntu (AndyUbuntu!~quassel@cpc1-sotn6-0-0-cust689.15-1.cable.virginmedia.com) has quit (Remote host closed the connection) | |
[20:52:49] | markk: | stuartm: I can't reproduce but I think we probably need to tweak to set the minimum default video bitrate as 500k (if it is detected as 0 in avformatdecoder) and ensure the optimisation is only triggered below 500k – or something like that |
[20:59:33] | SteveGoodey (SteveGoodey!~steve@host86-147-81-96.range86-147.btcentralplus.com) has quit (Remote host closed the connection) | |
[21:08:17] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Read error: Connection reset by peer) | |
[21:08:42] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv | |
[21:45:32] | Goga777 (Goga777!~Goga777@176.15.194.85) has quit (Remote host closed the connection) | |
[22:04:57] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[22:07:34] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv | |
[22:15:51] | dblain (dblain!~dblain@c-76-127-227-175.hsd1.ma.comcast.net) has joined #mythtv | |
[22:15:51] | dblain (dblain!~dblain@mythtv/developer/dblain) has joined #mythtv | |
[22:15:51] | dblain (dblain!~dblain@c-76-127-227-175.hsd1.ma.comcast.net) has quit (Changing host) | |
[22:45:01] | jmartens (jmartens!~jmartens@s5597ca60.adsl.wanadoo.nl) has quit (Quit: Leaving.) | |
[22:46:14] | AndyUbuntu (AndyUbuntu!~quassel@cpc1-sotn6-0-0-cust689.15-1.cable.virginmedia.com) has joined #mythtv | |
[22:55:52] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[22:57:28] | AndyUbuntu (AndyUbuntu!~quassel@cpc1-sotn6-0-0-cust689.15-1.cable.virginmedia.com) has quit (Remote host closed the connection) | |
[23:07:42] | andreax1 (andreax1!~andreaz@p4FC134B0.dip.t-dialin.net) has quit (Read error: Connection reset by peer) | |
[23:28:47] | AndyUbuntu (AndyUbuntu!~quassel@cpc1-sotn6-0-0-cust689.15-1.cable.virginmedia.com) has joined #mythtv | |
[23:40:53] | AndyUbuntu (AndyUbuntu!~quassel@cpc1-sotn6-0-0-cust689.15-1.cable.virginmedia.com) has quit (Read error: Connection reset by peer) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.